Home
last modified time | relevance | path

Searched refs:throw (Results 201 – 225 of 372) sorted by relevance

12345678910>>...15

/PHP-7.0/Zend/tests/
H A Dthrowable_002.phpt7 throw new Error('Error message', 0, new Exception('Exception message'));
H A Dbug51394.phpt9 throw new Exception("error!");
H A Dbug61362.phpt6 throw new Exception();
H A Dbug64966.phpt9 throw new Exception();
H A Dbug72496.phpt2 …re public method with signature incompatible with parent private method should not throw a warning)
H A Dbug73163.phpt10 throw new Exception($errstr);
H A Dbug31177.phpt8 throw new Exception;
H A Dbug34062.phpt5 function f1() { throw new Exception; }
H A Dbug48408.phpt12 throw new Exception;
H A Dbug49908.phpt12 throw new Exception($className);
H A Dbug72057.phpt8 throw new Exception("My custom error");
/PHP-7.0/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-7.0/Zend/tests/try/
H A Dcatch_004.phpt10 throw new Exception();
H A Dtry_finally_012.phpt9 throw new Exception();
H A Dcatch_finally_004.phpt7 throw new Exception($msg);
H A Dtry_catch_finally_002.phpt15 throw new Exception("try");
H A Dtry_finally_017.phpt11 throw new Exception;
/PHP-7.0/ext/standard/tests/array/
H A Dbug30266.phpt12 throw new Exception("Error");
/PHP-7.0/tests/output/
H A Dbug70970.phpt7 throw new Exception($message, 0);
/PHP-7.0/ext/spl/tests/
H A Dbug52238.phpt8 throw new Exception;
H A Diterator_023.phpt96 echo __METHOD__ . "(throw)\n";
97 throw new Exception("Thrown in callGetChildren()");
184 RecursiveArrayIteratorIterator::callGetChildren(throw)
/PHP-7.0/ext/standard/tests/general_functions/
H A D010.phpt7 throw new Exception('test');
/PHP-7.0/tests/classes/
H A Dautoload_008.phpt13 throw new Exception();
/PHP-7.0/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt7 throw new Exception('test');

Completed in 27 milliseconds

12345678910>>...15