Home
last modified time | relevance | path

Searched refs:throw (Results 76 – 100 of 372) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/soap/tests/
H A Dserver018.phpt2 SOAP Server 18: user fault (through throw)
8 throw new SoapFault("MyFault","My fault string");
H A Dserver022.phpt2 SOAP Server 22: user fault (through throw of subclass)
15 throw new MyFault;
/PHP-7.0/Zend/tests/
H A Dlsb_015.phpt23 throw C::getException();
51 throw new Exception();
H A Dgc_027.phpt8 throw new Exception();
H A Dexception_in_rope_end.phpt6 set_error_handler(function() { throw new Exception; });
H A Dexception_003.phpt6 throw new Exception(1);
H A Dexception_handler_001.phpt15 throw new test();
H A Dexception_in_nested_rope.phpt6 set_error_handler(function() { throw new Exception; });
H A Dthrow_reference.phpt8 throw $e;
H A Dbug48428.phpt6 function x() { throw new Exception("ERROR"); }
H A Derror_reporting01.phpt12 throw new Exception("test");
H A Dbug38623.phpt8 throw new Exception("test");
H A Dbug64135.phpt7 throw new Exception();
H A Dbug38234.phpt7 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");
/PHP-7.0/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc19 throw new Exception(
46 throw new Exception(
/PHP-7.0/Zend/tests/try/
H A Dbug72629.phpt10 throw new Exception;
/PHP-7.0/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc23 throw new PEAR2_Pyrus_Developer_Creator_Exception(
27 throw new PEAR2_Pyrus_Developer_Creator_Exception(
79 throw new Exception(
148 throw new Exception(
H A Dmake.dangerous.tar.php.inc24 throw new PEAR2_Pyrus_Developer_Creator_Exception(
28 throw new PEAR2_Pyrus_Developer_Creator_Exception(
73 throw new Exception(
141 throw new Exception(
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc263 throw new \Exception('Unable to set timeout on socket');
421 throw new \Exception('Unexpected response type, expecting GET_VALUES_RESULT');
487 throw new TimedOutException('Write timed out');
492 throw new \Exception('Failed to write request to socket');
513 throw new \Exception('Invalid request id given');
552 throw new \Exception('Timed out');
563 throw new TimedOutException('Read timed out');
572 throw new \Exception('Read failed');
580 throw new \Exception('This app can\'t multiplex [CANT_MPX_CONN]');
583 throw new \Exception('New request rejected; too busy [OVERLOADED]');
[all …]
/PHP-7.0/tests/lang/
H A Dbug23279.phpt8 throw new Exception;
/PHP-7.0/ext/standard/tests/array/
H A Darray_map_001.phpt9 throw new exception(1);

Completed in 30 milliseconds

12345678910>>...15