Home
last modified time | relevance | path

Searched refs:exception (Results 101 – 125 of 267) sorted by relevance

1234567891011

/PHP-5.3/tests/lang/
H A Dbug26866.phpt2 Bug #26866 (segfault when exception raised in __get)
/PHP-5.3/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
/PHP-5.3/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 DDirectoryIterator_empty_constructor.phpt11 Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.'…
H A Dspl_iterator_apply_error.phpt2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
H A DArrayObject_unserialize_empty_string.phpt12 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Empty serialized string ca…
H A Dbug52238.phpt18 Fatal error: Uncaught exception 'Exception' in %s
H A Diterator_048.phpt2 SPL: RecursiveRegexIterator and exception in has/getChildren
H A Dregexiterator_setpregflags_exception.phpt2 SPL: RegexIterator::getPregFlags() exception test
/PHP-5.3/Zend/tests/
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 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
H A Dbug41075.phpt2 Bug #41075 (memleak when creating default object caused exception)
H A Dcatch_004.phpt2 Catching an exception in a constructor inside a static method
H A Dbug60909_2.phpt17 Fatal error: Method Bad::__toString() must not throw an exception in %sbug60909_2.php on line 0
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug26762.phpt15 throw new exception;
/PHP-5.3/Zend/
H A Dzend.c1001 if (EG(exception)) { in zend_error()
1013 EG(exception) = NULL; in zend_error()
1165 } else if (!EG(exception)) { in zend_error()
1261 if (EG(exception)) { in zend_execute_scripts()
1265 old_exception = EG(exception); in zend_execute_scripts()
1266 EG(exception) = NULL; in zend_execute_scripts()
1273 if (EG(exception)) { in zend_execute_scripts()
1274 zval_ptr_dtor(&EG(exception)); in zend_execute_scripts()
1275 EG(exception) = NULL; in zend_execute_scripts()
1279 EG(exception) = old_exception; in zend_execute_scripts()
[all …]
/PHP-5.3/ext/dom/tests/
H A DDOMAttr_construct_error_001.phpt13 Fatal error: Uncaught exception 'DOMException' with message 'DOMAttr::__construct() expects at leas…
H A DDOMDocumentFragment_construct_error_001.phpt13 Fatal error: Uncaught exception 'DOMException' with message 'DOMDocumentFragment::__construct() exp…
H A DDOMComment_construct_error_001.phpt13 Fatal error: Uncaught exception 'DOMException' with message 'DOMComment::__construct() expects at m…
H A DDOMDocumentFragment_appendXML_error_002.phpt15 Fatal error: Uncaught exception 'DOMException' with message 'No Modification Allowed Error' in %s:%d
/PHP-5.3/tests/classes/
H A Dautoload_008.phpt2 Ensure catch blocks for unknown exception types do not trigger autoload.

Completed in 38 milliseconds

1234567891011