Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.0/ext/spl/tests/
H A Darray_021.phpt11 throw new Exception("hi");
H A Dbug36825.phpt11 throw new Exception("hi");
/PHP-8.0/Zend/tests/
H A Dbug30707.phpt21 throw new Exception;
H A Dbug60738_variation.phpt12 throw new Exception('Exception!');
H A Dlive_range_phi_leak.phpt6 throw new Exception("Test");
H A Dbug29368_2.phpt9 throw new Exception("bomb!");
H A Dbug30725.phpt10 throw new Exception();
H A Dflexible-heredoc-nowdoc-lineno.phpt23 throw new exception();
/PHP-8.0/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
/PHP-8.0/ext/mbstring/tests/
H A Dbug72402.phpt11 throw new Exception('it');
/PHP-8.0/Zend/tests/match/
H A D012.phpt7 throw new Exception();
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc290 throw new \Exception('Unable to set timeout on socket');
420 // close connection so it can be re-set reset and throw an error
550 throw new TimedOutException('Write timed out');
555 throw new \Exception('Failed to write request to socket');
601 throw new \Exception('Invalid request id given');
640 throw new \Exception('Timed out');
651 throw new TimedOutException('Read timed out');
660 throw new \Exception('Read failed');
668 throw new \Exception('This app can\'t multiplex [CANT_MPX_CONN]');
671 throw new \Exception('New request rejected; too busy [OVERLOADED]');
[all …]
/PHP-8.0/tests/lang/
H A Dbug26866.phpt12 throw new Exception('Exception!');
H A Dbug32828.phpt8 throw new Exception;
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug31190.phpt7 function throwException() { throw new Exception("Hello World!\n");
/PHP-8.0/Zend/tests/traits/
H A Dbug60165b.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165a.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
/PHP-8.0/Zend/tests/try/
H A Dtry_finally_010.phpt11 throw new Exception();
H A Dtry_multicatch_005.phpt11 throw new Exception3;
H A Dtry_catch_finally_001.phpt13 throw new Exception("try");
/PHP-8.0/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
/PHP-8.0/Zend/tests/generators/
H A Dbug74606.phpt23 gen()->throw(new Exception);
H A Dgenerator_throwing_in_foreach.phpt7 throw new Exception("foo");
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_043.phpt12 throw new Exception($m);
H A Dtype_check_001.phpt13 throw new Exception($msg);

Completed in 24 milliseconds

12345678910>>...20