Home
last modified time | relevance | path

Searched refs:getCode (Results 26 – 39 of 39) sorted by relevance

12

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt38 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
46 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
88 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
H A Dmysqli_driver.phpt57 if ('' == $e->getCode())
58 printf("[009] getCode() has returned an empty string.\n");
H A Dmysqli_fetch_object.phpt112 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_61755.phpt29 echo "Error code: ".$e->getCode()."\n";
H A Dbug68371.phpt58 if ($e->getCode() == 'IM001') {
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-error.phpt43 var_dump($e->getCode());
50 var_dump($e->getCode());
/PHP-7.4/ext/spl/tests/
H A Dspl_004.phpt48 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
H A Diterator_042.phpt19 test_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug48764.phpt59 echo $e->getCode()."\n";
H A Dbug68371.phpt59 if ($e->getCode() == 'IM001') {
/PHP-7.4/sapi/cli/tests/
H A D005.phpt80 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
/PHP-7.4/Zend/
H A Dzend_exceptions.c453 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument
769 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
801 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
/PHP-7.4/ext/com_dotnet/tests/
H A Dvariants.phpt37 printf("\tcode %08x\n\n", $e->getCode());
H A Dvariants_x64.phpt40 printf("\tcode %08x\n\n", $e->getCode());

Completed in 18 milliseconds

12