Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/mysqli/tests/
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.1/ext/pdo_pgsql/tests/
H A Dbug48764.phpt59 echo $e->getCode()."\n";
H A Dbug68371.phpt59 if ($e->getCode() == 'IM001') {
/PHP-7.1/ext/spl/tests/
H A Diterator_042.phpt19 test_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/PHP-7.1/sapi/cli/tests/
H A D005.phpt83 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug68371.phpt58 if ($e->getCode() == 'IM001') {
/PHP-7.1/ext/spl/
H A Dspl.php304 final public function getCode() function in Exception
/PHP-7.1/Zend/
H A Dzend_exceptions.c438 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument
776 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
808 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A DZEND_CHANGES570 final function getCode() {
/PHP-7.1/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 47 milliseconds

12