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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/oci8/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/oci8/tests/error_old.phpt |
--TEST-- ocierror() --SKIPIF-- <?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs: different error messages from TimesTen require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- <?php require dirname(__FILE__)."/connect.inc"; if (!empty($dbase)) { var_dump(ocilogon($user, $password, $dbase)); } else { var_dump(ocilogon($user, $password)); } var_dump($s = ociparse($c, "WRONG SYNTAX")); var_dump(ociexecute($s)); var_dump(ocierror($s)); echo "Done\n"; ?> --EXPECTF-- resource(%s) of type (oci8 connection) resource(%s) of type (oci8 statement) Warning: ociexecute(): ORA-00900: %s in %s on line %d bool(false) array(4) { ["code"]=> int(900) ["message"]=> string(%d) "ORA-00900: %s" ["offset"]=> int(0) ["sqltext"]=> string(12) "WRONG SYNTAX" } Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare