Home
last modified time | relevance | path

Searched refs:throw (Results 276 – 300 of 372) sorted by relevance

1...<<1112131415

/PHP-7.0/ext/soap/tests/bugs/
H A Dbug50698_2.phpt11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" should throw an exception of…
H A Dbug50698_3.phpt11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" should throw an exception of…
H A Dbug47273.phpt24 //throw new SoapFault('Server', 'Test #2 exception with some special chars: Äßö');
25 throw new Exception('Test #2 exception with some special chars: Äßö');
/PHP-7.0/ext/sqlite3/tests/
H A Dbug72668.phpt9 throw new \Exception("test exception\n");
/PHP-7.0/ext/spl/tests/
H A Dspl_autoload_005.phpt18 throw new Exception("Unavailable");
H A DSplObjectStorage_getHash.phpt26 throw new Exception("foo");
H A Dbug31185.phpt23 throw new Exception('FAIL');
H A Dfileobject_005.phpt24 // This should throw a warning and return NULL since an argument is missing
/PHP-7.0/Zend/tests/
H A Dbug61767.phpt7 throw new \ErrorException($msg, $code, 0, $file, $line);
H A Dtemporary_cleaning_005.phpt9 throw new Exception();
H A Dbug41209.phpt15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
H A Dbug64960.phpt25 throw $e;
H A Drope_with_exception.phpt8 throw new Exception();
H A D030.phpt13 throw new Exception('foo');
H A Dbug26698.phpt12 throw new Exception('NONE');
H A Dbug32674.phpt37 throw new Exception('shit happend');
H A Dbug45805.phpt11 throw new RuntimeException;
/PHP-7.0/ext/session/tests/
H A Dbug60634_error_4.phpt29 throw new Exception;
H A Dbug60634_error_2.phpt29 throw new Exception;
/PHP-7.0/tests/lang/
H A Derror_2_exception_001.phpt24 throw new MyException($errno, $errmsg);
/PHP-7.0/Zend/tests/generators/
H A Dbug71013.phpt9 function current () { throw new Exception; }
H A Dbug74954.phpt8 throw new Exception();
/PHP-7.0/ext/curl/tests/
H A Dbug63795.phpt17 /* Case that should throw an error */
/PHP-7.0/ext/soap/tests/
H A Dtypemap012.phpt23 throw new SoapFault("Client", "Conversion Error");
/PHP-7.0/ext/standard/tests/array/
H A Darray_walk.phpt22 throw new Exception($v3);

Completed in 50 milliseconds

1...<<1112131415