Home
last modified time | relevance | path

Searched refs:throw (Results 251 – 275 of 613) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-8.3/Zend/tests/try/
H A Dtry_finally_003.phpt10 throw new Exception("ex");
H A Dtry_multicatch_006.phpt9 throw new Exception3;
H A Dtry_finally_010.phpt11 throw new Exception();
H A Dtry_multicatch_005.phpt11 throw new Exception3;
/PHP-8.3/Zend/tests/
H A Dbug30707.phpt21 throw new Exception;
H A Dbug60738_variation.phpt12 throw new Exception('Exception!');
H A Dflexible-heredoc-nowdoc-lineno.phpt23 throw new exception();
H A Dgh10695_3.phpt12 throw new \Exception('main');
H A Dexception_in_nested_rope.phpt6 set_error_handler(function() { throw new Exception; });
H A Dbug29368_2.phpt9 throw new Exception("bomb!");
H A Dbug30725.phpt10 throw new Exception();
/PHP-8.3/ext/imap/tests/setup/
H A Dimap_include.inc81throw new Exception("Cannot connect to IMAP server " . IMAP_SERVER . ": " . imap_last_error());
91 throw new Exception("Can't re-open '$new_mailbox' mailbox: " . imap_last_error());
116 throw new Exception("Mailbox '$mailbox' already exists");
122 throw new Exception("Can't create a temporary mailbox: " . imap_last_error());
209 throw new Exception("Unrecognized mailbox name '$mailboxName'");
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_strictErrorChecking_variation.phpt19 echo "Should throw DOMException when strictErrorChecking is on\n";
51 Should throw DOMException when strictErrorChecking is on
/PHP-8.3/Zend/
H A Dzend_fibers_arginfo.h44 ZEND_METHOD(Fiber, throw);
59 ZEND_ME(Fiber, throw, arginfo_class_Fiber_throw, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_043.phpt12 throw new Exception($m);
H A Dtype_check_001.phpt13 throw new Exception($msg);
/PHP-8.3/Zend/tests/fibers/
H A Dcatch-then-suspend.phpt17 var_dump($fiber->throw(new Exception));
H A Dthrow.phpt13 $fiber->throw(new Exception('test'));
/PHP-8.3/Zend/tests/traits/
H A Dbug60165a.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165b.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
/PHP-8.3/Zend/tests/generators/
H A Dbug74606.phpt23 gen()->throw(new Exception);
H A Dgenerator_throwing_in_foreach.phpt7 throw new Exception("foo");
/PHP-8.3/tests/lang/
H A Dbug26866.phpt12 throw new Exception('Exception!');
/PHP-8.3/Zend/tests/return_types/
H A Dnever_finally_return.phpt8 throw new Exception('bad');
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug31190.phpt7 function throwException() { throw new Exception("Hello World!\n");

Completed in 22 milliseconds

1...<<11121314151617181920>>...25