Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/pdo_sqlite/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/pdo_sqlite/tests/bug50728.phpt |
--TEST-- Bug #50728 (All PDOExceptions hardcode 'code' property to 0) --SKIPIF-- <?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?> --FILE-- <?php try { $a = new PDO("sqlite:/this/path/should/not/exist.db"); } catch (PDOException $e) { var_dump($e->getCode()); } ?> --EXPECTF-- int(14)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare