Home
last modified time | relevance | path

Searched refs:exception (Results 76 – 100 of 267) sorted by relevance

1234567891011

/PHP-5.3/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-5.3/Zend/tests/
H A Dbug44184.phpt2 Bug #44184 (Double free of loop-variable on exception)
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dexception_handler_005.phpt2 exception handler tests - 5
H A Dexception_handler_006.phpt2 exception handler tests - 6
H A Dbug30707.phpt2 Bug #30707 (Segmentation fault on exception in method)
H A Dbug32226.phpt2 Bug #32226 (SEGV with exception handler on non existing instance)
H A Dcatch_002.phpt2 Catching an exception in a constructor
/PHP-5.3/ext/spl/tests/
H A Dspl_pq_top_error_args.phpt2 SPL: SplPriorityQueue: top too many arguments exception
H A Dspl_iterator_apply_error_001.phpt2 SPL: Error: iterator_apply when the callback throws an exception
H A Dspl_pq_top_error_empty.phpt2 SPL: SplPriorityQueue: top exception on empty heap
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt2 Check that SplObjectStorage::unserialize throws exception when NULL passed
H A DSplObjectStorage_offsetGet_missing_object.phpt2 Check that SplObjectStorage::offsetGet throws exception when non-existing object is requested
H A DSplTempFileObject_constructor_error.phpt8 Fatal error: Uncaught exception 'RuntimeException' with message 'SplTempFileObject::__construct() e…
H A Diterator_036.phpt22 Fatal error: Method CachingIterator::__toString() must not throw an exception in %siterator_036.php…
H A Dspl_iterator_caching_getcache_error.phpt12 echo "Should have caused an exception";
H A Dspl_iterator_caching_count_error.phpt12 echo "Should have caused an exception";
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug29109.phpt2 Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory)
/PHP-5.3/Zend/
H A DZEND_CHANGES497 exception and the program terminates with showing the exception.
503 function __construct($exception) {
504 $this->exception = $exception;
508 print "MyException: $this->exception\n";
513 function __construct($exception) {
514 $this->exception = $exception;
525 catch (MyException $exception) {
526 $exception->Display();
528 catch (Exception $exception) {
529 echo $exception;
[all …]
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug44487.phpt2 Bug #44487 (call_user_method_array issues a warning when throwing an exception)
H A Dbug31190.phpt2 Bug #31190 (exception in call_user_func_array())
/PHP-5.3/ext/oci8/tests/
H A Dbug51291_2.phpt15 $s = oci_parse($c, "declare e exception; begin if :bv = 1 then raise e; end if; end;");
49 string(64) "declare e exception; begin if :bv = 1 then raise e; end if; end;"
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_strictErrorChecking_variation.phpt26 echo "OOPS. Other exception thrown\n";
43 echo "OOPS. Other exception thrown\n";
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error1.phpt12 Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:5
H A Dbug39884.phpt2 Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self)

Completed in 25 milliseconds

1234567891011