Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 25 of 278) sorted by path

12345678910>>...12

/PHP-5.5/
H A DEXTENSIONS9 much other than throw the odd patch in. See below.
H A DNEWS1808 . Added Generator::throw() method. (Nikita Popov)
2021 equivalents) don't throw away better than second precision in the arguments.
2098 . mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw
8575 - Fixed bug #34065 (throw in foreach causes memory leaks). (Dmitry)
9256 - Fixed segfaults when CURL callback functions throw exception. (Tony)
9457 - Fixed bug #33802 (throw Exception in error handler causes crash). (Dmitry)
9502 - Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8). (Dmitry)
9555 - Fixed bug #32993 (implemented Iterator function current() don't throw
9783 - Changed foreach() to throw an exception if IteratorAggregate::getIterator()
9820 - Fixed bug #32130 (ArrayIterator::seek() does not throw an Exception on
[all …]
H A DUPGRADING110 - mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw
133 static equivalents) now don't throw away better than second
/PHP-5.5/Zend/
H A DZEND_CHANGES487 'throw' and 'try' will run without modifications.
523 throw new MyExceptionFoo('Hello');
553 $this->file = __FILE__; // of throw clause
554 $this->line = __LINE__; // of throw clause
/PHP-5.5/Zend/tests/
H A D030.phpt13 throw new Exception('foo');
H A Danonymous_func_003.phpt2 Using throw $var with anonymous function return
8 throw $a();
H A Dbug26166.phpt54 throw new Exception("This is an error!");
74 Fatal error: Method Error::__toString() must not throw an exception in %sbug26166.php on line %d
H A Dbug26698.phpt12 throw new Exception('NONE');
H A Dbug29368.phpt11 throw new Exception;
H A Dbug30161.phpt8 throw new Exception;
H A Dbug30162.phpt9 throw new Exception;
H A Dbug30707.phpt21 throw new Exception;
H A Dbug30725.phpt10 throw new Exception();
H A Dbug31102.phpt16 eval("class $class { function __construct(){throw new Exception('$class::__construct');}}");
19 eval("class $class { function __construct(){throw new Exception('$class::__construct');}}");
20 throw new Exception(__METHOD__);
H A Dbug31177-2.phpt7 if($n) throw new Exception("new");
H A Dbug31177.phpt8 throw new Exception;
H A Dbug32226.phpt12 throw new Exception();
19 throw new Exception();
H A Dbug32252.phpt23 throw new Exception("Ooops");
H A Dbug32429.phpt16 throw new Exception('Call to undefined method'.get_class($this).'::'.$name.'()');
H A Dbug32674.phpt37 throw new Exception('shit happend');
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
10 public function current() { throw new Exception(); }
H A Dbug33318.phpt2 Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
5 throw 1;
8 Fatal error: Can only throw objects in %sbug33318.php on line 2
H A Dbug33771.phpt12 throw new Exception();
18 throw new Exception();
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
17 throw new Exception();
H A Dbug34062.phpt5 function f1() { throw new Exception; }

Completed in 50 milliseconds

12345678910>>...12