Home
last modified time | relevance | path

Searched refs:exception (Results 126 – 150 of 336) sorted by relevance

12345678910>>...14

/PHP-5.5/tests/lang/
H A Dbug26866.phpt2 Bug #26866 (segfault when exception raised in __get)
/PHP-5.5/Zend/tests/
H A Dtry_finally_001.phpt18 Fatal error: Uncaught exception 'Exception' with message 'ex' %s
H A Dtry_finally_003.phpt23 Fatal error: Uncaught exception 'Exception' with message 'ex' %s
H A Dtry_finally_010.phpt2 Try finally (function call in the finaly block after exception)
H A Dbug30725.phpt2 Bug #30725 (PHP segfaults when an exception is thrown in getIterator() within foreach)
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dbug43175.phpt2 Bug #43175 (__destruct() throwing an exception with __call() causes segfault)
H A Dcatch_003.phpt2 Catching an exception in a constructor fired form a static method
/PHP-5.5/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
H A DReflectionParameter_DefaultValueConstant_error.phpt2 ReflectionParameter::getDefaultValueConstant() should raise exception on non optional parameter
/PHP-5.5/ext/spl/tests/
H A Dbug54291.phpt8 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Failed to open directory "…
H A DSplDoublyLinkedList_offsetGet_param_array.phpt14 Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range'…
H A DSplDoublyLinkedList_offsetGet_param_string.phpt14 Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range'…
H A Dspl_iterator_apply_error.phpt2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
H A DDirectoryIterator_empty_constructor.phpt11 Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.'…
H A Diterator_048.phpt2 SPL: RecursiveRegexIterator and exception in has/getChildren
/PHP-5.5/ext/intl/tests/
H A Dcalendar_fromDateTime_error.phpt19 echo "threw exception, OK";
46 threw exception, OK
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug26762.phpt15 throw new exception;
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_throwing_in_foreach.phpt15 Fatal error: Uncaught exception 'Exception' with message 'foo' in %s:%d
H A Dthrow_already_closed.phpt20 Fatal error: Uncaught exception 'Exception' with message 'test' in %s:%d
/PHP-5.5/Zend/
H A Dzend.c1040 if (EG(exception)) { in zend_error()
1052 EG(exception) = NULL; in zend_error()
1216 } else if (!EG(exception)) { in zend_error()
1329 if (EG(exception)) { in zend_execute_scripts()
1333 old_exception = EG(exception); in zend_execute_scripts()
1334 EG(exception) = NULL; in zend_execute_scripts()
1341 if (EG(exception)) { in zend_execute_scripts()
1342 zval_ptr_dtor(&EG(exception)); in zend_execute_scripts()
1343 EG(exception) = NULL; in zend_execute_scripts()
1347 EG(exception) = old_exception; in zend_execute_scripts()
[all …]
/PHP-5.5/Zend/tests/generators/finally/
H A Dthrow_yield.phpt20 Fatal error: Uncaught exception 'Exception' in %s:%d
H A Dyield_throw.phpt20 Fatal error: Uncaught exception 'Exception' in %s:%d
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_construct_error_001.phpt13 Fatal error: Uncaught exception 'DOMException' with message 'DOMAttr::__construct() expects at leas…

Completed in 51 milliseconds

12345678910>>...14