Home
last modified time | relevance | path

Searched refs:throw (Results 176 – 200 of 278) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/
H A Dbug64966.phpt6 set_error_handler(function($error) { throw new Exception(); }, E_RECOVERABLE_ERROR);
H A Dbug41421.phpt11 throw new exception();
H A Dbug61011.phpt6 throw new Exception($name);
H A Dtry_catch_finally_005.phpt31 throw new Exception("continue exception");
H A Dtry_catch_finally_007.phpt18 throw new Exception("exception");
H A Dbug69212.phpt11 function do_throw() { throw new Exception; }
H A Dbug30162.phpt9 throw new Exception;
H A Dbug60909_1.phpt8 throw new Exception("Foo");
H A Dgc_030.phpt11 throw new Exception("foobar");
/PHP-5.5/ext/spl/tests/
H A Dbug42703.phpt17 throw new Exception('boo');
H A DrecursiveIteratorIterator_beginchildren_error.phpt14 throw new Exception;
H A DrecursiveIteratorIterator_callHasChildren_error.phpt14 throw new Exception;
H A DrecursiveIteratorIterator_nextelement_error.phpt14 throw new Exception;
H A Dspl_pq_top_error_corrupt.phpt13 throw new Exception('ignore me');
H A Dheap_top_variation_002.phpt11 throw new Exception('Corrupt heap');
H A DrecursiveIteratorIterator_endchildren_error.phpt14 throw new Exception;
H A Dspl_autoload_005.phpt18 throw new Exception("Unavailable");
/PHP-5.5/tests/lang/
H A D038.phpt18 throw new MyException($errstr, $errno);//, $errfile, $errline);
H A D035.phpt20 throw new MyException("'This is an exception!'");
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc40 * @throw RuntimeException If the new mode affects the iteration's direction.
45throw new RuntimeException("Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen");
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt7 throw new Exception();
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug66033.phpt13 throw new Exception("Blah");
/PHP-5.5/ext/xml/tests/
H A Dbug30266.phpt36 throw new Exception("ex");
/PHP-5.5/ext/standard/tests/array/
H A Dbug35821.phpt10 throw new Exception();
/PHP-5.5/ext/com_dotnet/tests/
H A D27974.phpt24 throw $e;

Completed in 24 milliseconds

12345678910>>...12