Home
last modified time | relevance | path

Searched refs:exception (Results 301 – 325 of 336) sorted by last modified time

1...<<11121314

/PHP-5.5/Zend/tests/
H A Dbug38624.phpt2 Bug #38624 (Strange warning when incrementing an object property and exception is thrown from __get…
29 Fatal error: Uncaught exception 'Exception' with message 'doesn't work' in %s:%d
H A Dbug26166.phpt63 echo "Got the exception\n";
74 Fatal error: Method Error::__toString() must not throw an exception in %sbug26166.php on line %d
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
H A Dbug29368.phpt2 Bug #29368 (The destructor is called when an exception is thrown from the constructor)
24 echo "Caught exception!\n";
33 Caught exception!
H A Dbug30162.phpt2 Bug #30162 (Catching exception in constructor couses lose of $this)
H A Dbug30707.phpt2 Bug #30707 (Segmentation fault on exception in method)
H A Dbug30725.phpt2 Bug #30725 (PHP segfaults when an exception is thrown in getIterator() within foreach)
/PHP-5.5/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.5/
H A DUPGRADING174 error/exception handler. Previously bool(true) was returned.
H A DREADME.namespaces27 the file. The only exception is "declare" statement that can be used before.
H A DREADME.PARAMETER_PARSING_API48 parameter is not present. The only exception is O where the zend_class_entry*
H A DNEWS457 exception::getTraceAsString). (Stas)
1498 throws an exception). (Laruence)
4152 exception and fatal error). (Hannes)
5090 exception). (Stas)
5745 . Added support for exception linking. (Marcus)
7203 - Fixed "Floating point exception" inside wordwrap().
7269 exception). (Dmitry)
8242 . Made most iterator code exception safe.
8335 exception is thrown from __get method). (Tony)
9556 exception). (Dmitry)
[all …]
H A DCODING_STANDARDS194 The only exception to this rule is code that is Win32-specific,
/PHP-5.5/tests/lang/
H A Dthrow_variation_001.phpt2 Catching an exception thrown from an included file
9 echo "caught exception\n";
14 caught exception
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
H A Dbug26866.phpt2 Bug #26866 (segfault when exception raised in __get)
/PHP-5.5/ext/spl/tests/
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 Dspl_iterator_apply_error.phpt2 SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception
H A Dspl_iterator_to_array_error.phpt2 SPL: Error: iterator_to_array when the current operation throws an exception
H A Dspl_pq_top_error_corrupt.phpt26 // ignore exception tested elsewhere
H A Diterator_067.phpt10 echo "no exception";
16 no exception
H A Dfixedarray_020.phpt15 echo "No exception\n";
22 echo "No exception\n";
34 No exception
H A Dbug46160.phpt2 Bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42151.phpt2 Bug #42151 (__destruct functions not called after catching a SoapFault exception)

Completed in 87 milliseconds

1...<<11121314