Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 336) sorted by path

12345678910>>...14

/PHP-5.5/
H A DCODING_STANDARDS194 The only exception to this rule is code that is Win32-specific,
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 DREADME.PARAMETER_PARSING_API48 parameter is not present. The only exception is O where the zend_class_entry*
H A DREADME.namespaces27 the file. The only exception is "declare" statement that can be used before.
H A DUPGRADING174 error/exception handler. Previously bool(true) was returned.
/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/Zend/tests/
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)
H A Dbug32226.phpt2 Bug #32226 (SEGV with exception handler on non existing instance)
H A Dbug32674.phpt2 Bug #32674 (exception in iterator causes crash)
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
24 ; // handle exception
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 Dbug41075.phpt2 Bug #41075 (memleak when creating default object caused exception)
H A Dbug41209.phpt42 Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: id' in %s:%d
H A Dbug41421.phpt2 Bug #41421 (Uncaught exception from a stream wrapper segfaults)
11 throw new exception();
24 Fatal error: Uncaught exception 'Exception' in %s:%d
H A Dbug43175.phpt2 Bug #43175 (__destruct() throwing an exception with __call() causes segfault)
H A Dbug44184.phpt2 Bug #44184 (Double free of loop-variable on exception)
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
41 Fatal error: Uncaught exception 'RuntimeException' in %sbug45805.php:%d
H A Dbug47714.phpt19 set_exception_handler(function($exception) {
21 $h->handle($exception);
24 throw new Exception('exception');
27 exception
H A Dbug48228.phpt2 Bug #48228 (crash when exception is thrown while passing function arguments)
27 Fatal error: Uncaught exception 'Exception' in %s
H A Dbug48408.phpt2 Bug #48408 (crash when exception is thrown while passing function arguments)
26 Fatal error: Uncaught exception 'Exception' in %s

Completed in 79 milliseconds

12345678910>>...14