Home
last modified time | relevance | path

Searched refs:exception (Results 151 – 175 of 347) sorted by relevance

12345678910>>...14

/PHP-5.6/Zend/tests/generators/finally/
H A Dyield_throw.phpt20 Fatal error: Uncaught exception 'Exception' in %s:%d
/PHP-5.6/Zend/
H A Dzend.c1054 if (EG(exception)) { in zend_error()
1066 EG(exception) = NULL; in zend_error()
1230 } else if (!EG(exception)) { in zend_error()
1343 if (EG(exception)) { in zend_execute_scripts()
1347 old_exception = EG(exception); in zend_execute_scripts()
1348 EG(exception) = NULL; in zend_execute_scripts()
1355 if (EG(exception)) { in zend_execute_scripts()
1356 zval_ptr_dtor(&EG(exception)); in zend_execute_scripts()
1357 EG(exception) = NULL; in zend_execute_scripts()
1361 EG(exception) = old_exception; in zend_execute_scripts()
[all …]
H A Dzend_generators.c201 ex->delayed_exception = EG(exception); in zend_generator_dtor_storage()
202 EG(exception) = NULL; in zend_generator_dtor_storage()
398 if (UNEXPECTED(EG(exception) != NULL)) { in zend_generator_resume()
555 zval *exception, *exception_copy; in ZEND_METHOD() local
558 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &exception) == FAILURE) { in ZEND_METHOD()
563 MAKE_COPY_ZVAL(&exception, exception_copy); in ZEND_METHOD()
720 ZEND_ARG_INFO(0, exception)
/PHP-5.6/Zend/tests/
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.6/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.6/ext/json/tests/
H A Dbug73113.phpt3 Also test that the custom exception is not wrapped by ext/json
/PHP-5.6/ext/spl/tests/
H A Diterator_048.phpt2 SPL: RecursiveRegexIterator and exception in has/getChildren
H A Dregexiterator_setpregflags_exception.phpt2 SPL: RegexIterator::getPregFlags() exception test
H A Dbug52238.phpt18 Fatal error: Uncaught exception 'Exception' in %s
H A Dbug54281.phpt15 Fatal error: Uncaught exception 'LogicException' with message 'The object is in an invalid state as…
H A Dspl_caching_iterator_constructor_flags.phpt15 $test = new CachingIterator($arrayIterator, 3); // this throws an exception
/PHP-5.6/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt13 Fatal error: Uncaught exception 'Exception' with message 'You can only iterate a generator by-refer…
/PHP-5.6/Zend/tests/traits/
H A Dbug60165c.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165d.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
/PHP-5.6/ext/phar/tests/
H A Dbug71331.phpt11 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s%ebug71331.…
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug69793.phpt11 string(53) "exception 'Exception' in :1337
/PHP-5.6/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt13 Fatal error: Uncaught exception 'Exception' with message 'DatePeriod::__construct(): This construct…
/PHP-5.6/tests/classes/
H A Dautoload_008.phpt2 Ensure catch blocks for unknown exception types do not trigger autoload.

Completed in 31 milliseconds

12345678910>>...14