Home
last modified time | relevance | path

Searched refs:catched (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/Zend/tests/
H A Dbug35017.phpt14 echo "This Exception should be catched\n";
21 This Exception should be catched
/PHP-5.4/Zend/
H A Dzend_vm_def.h5001 int catched = 0; variable
5018 catched = 1;
5046 if (!catched ||
5076 if (!catched) {
H A Dzend_vm_execute.h1041 int catched = 0; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
1058 catched = 1; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1086 if (!catched || in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1116 if (!catched) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()

Completed in 101 milliseconds