Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/spl/tests/
H A Dspl_heap_count_basic.phpt18 throw new Exception('Cause count to fail');
H A Dfileobject_005.phpt24 // This should throw a warning and return NULL since an argument is missing
H A Dheap_corruption.phpt32 throw new Exception('Compare exception');
H A DSplObjectStorage_getHash.phpt26 throw new Exception("foo");
H A Dbug31185.phpt23 throw new Exception('FAIL');
H A Dspl_heap_iteration_error.phpt12 throw new Exception('Corrupting heap',99);
/PHP-5.5/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-5.5/Zend/tests/
H A Dbug61767.phpt7 throw new \ErrorException($msg, $code, 0, $file, $line);
H A Dbug41209.phpt15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
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;
H A Dbug64960.phpt25 throw $e;
/PHP-5.5/ext/session/tests/
H A Dbug60634_error_4.phpt28 throw new Exception;
H A Dbug60634_error_2.phpt27 throw new Exception;
H A Dsession_module_name_variation3.phpt21 throw new Exception("Stop...!");
/PHP-5.5/tests/lang/
H A Derror_2_exception_001.phpt24 throw new MyException($errno, $errmsg);
/PHP-5.5/ext/sqlite3/tests/
H A Dbug68760.phpt11 throw new \Exception("oops");
/PHP-5.5/ext/soap/tests/
H A Dtypemap012.phpt23 throw new SoapFault("Client", "Conversion Error");
/PHP-5.5/ext/curl/tests/
H A Dbug63795.phpt17 /* Case that should throw an error */
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk.phpt22 throw new Exception($v3);
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc39 * @throw RuntimeException If file cannot be opened (e.g. insufficient
47 throw new RuntimeException("Cannot open file $file_name");
321 throw new RuntimeException("Cannot read from file " . $this->fname);
351 throw new RuntimeException("Cannot read from file " . $this->fname);

Completed in 24 milliseconds

12345678910>>...12