Home
last modified time | relevance | path

Searched refs:throw (Results 126 – 150 of 493) sorted by relevance

12345678910>>...20

/PHP-8.0/Zend/tests/
H A Dtemporary_cleaning_006.phpt6 function throwing() { throw new Exception; }
H A Dtemporary_cleaning_011.phpt7 throw new Exception();
H A Dtemporary_cleaning_016.phpt5 set_error_handler(function($no, $msg) { throw new Exception; });
H A Dindirect_method_call_001.phpt8 throw new Exception('foobar');
H A Dbug44184.phpt9 throw new Exception();
H A Dbug60569.phpt7 throw new Exception($msg);
H A Derror_reporting02.phpt13 throw new Exception("test");
H A Dbug69640.phpt5 throw new \ParseError('I mess everything up! :trollface:');
H A Dns_093.phpt6 // should not throw syntax errors
H A Dbind_static_exception.phpt7 throw new Exception("Foo");
H A Dassign_coalesce_002.phpt17 throw new Exception($msg);
42 throw new Exception("dtor");
H A Dtemporary_cleaning_001.phpt7 throw new Exception();
H A Dthis_in_catch.phpt8 throw new Exception();
H A Dbug31177-2.phpt7 if($n) throw new Exception("new");
H A Dexception_handler_003.phpt19 throw new Exception();
/PHP-8.0/ext/opcache/tests/
H A Dssa_bug_004.phpt8 set_error_handler(function() { throw new Exception; });
/PHP-8.0/tests/lang/
H A Dbug23279.phpt8 throw new Exception;
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_001.phpt9 throw new exception(1);
/PHP-8.0/ext/soap/tests/
H A Dserver022.phpt2 SOAP Server 22: user fault (through throw of subclass)
15 throw new MyFault;
/PHP-8.0/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc19 throw new Exception(
46 throw new Exception(
/PHP-8.0/Zend/tests/try/
H A Dcatch_finally_005.phpt7 throw new Exception("ex");
H A Dtry_multicatch_002.phpt10 throw new Exception1;
H A Dtry_multicatch_003.phpt10 throw new Exception2;
H A Dtry_multicatch_004.phpt10 throw new Exception3;
/PHP-8.0/ext/spl/tests/
H A Dspl_iterator_apply_error_001.phpt7 throw new Exception('Broken callback');

Completed in 42 milliseconds

12345678910>>...20