Home
last modified time | relevance | path

Searched refs:getCode (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug50728.phpt12 var_dump($e->getCode());
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt13 $code = $e->getCode();
/PHP-5.5/ext/spl/tests/
H A DregexIterator_setMode_error.phpt17 var_dump($e->getCode());
H A Dspl_heap_iteration_error.phpt27 if ($e->getCode()!=99) echo "Unexpected exception";
/PHP-5.5/ext/com_dotnet/tests/
H A D27974.phpt23 if ($e->getCode() != DISP_E_BADINDEX) {
H A Dvariants.phpt36 printf("\tcode %08x\n\n", $e->getCode());
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt93 if ($e->getCode() !== $code)
95 $e->getCode(), $code);
131 if ($e->getCode() !== $code)
133 $e->getCode(), $code);
H A Dbug_61755.phpt29 echo "Error code: ".$e->getCode()."\n";
H A Dbug68371.phpt58 if ($e->getCode() == 'IM001') {
/PHP-5.5/Zend/tests/
H A Dexception_010.phpt30 Warning: Exception::getCode() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-error.phpt43 var_dump($e->getCode());
50 var_dump($e->getCode());
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_driver.phpt57 if ('' == $e->getCode())
58 printf("[009] getCode() has returned an empty string.\n");
/PHP-5.5/sapi/cli/tests/
H A D005.phpt83 Method [ <internal:Core> final public method getCode ] {
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug68371.phpt59 if ($e->getCode() == 'IM001') {
H A Dbug48764.phpt103 echo $e->getCode()."\n";
/PHP-5.5/ext/spl/
H A Dspl.php304 final public function getCode() function in Exception
/PHP-5.5/Zend/
H A Dzend_exceptions.c336 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument
760 ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A DZEND_CHANGES570 final function getCode() {

Completed in 50 milliseconds