Home
last modified time | relevance | path

Searched refs:throw (Results 226 – 250 of 372) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/spl/tests/
H A Dspl_autoload_003.phpt16 throw new Exception("Class $classname missing");
H A Dspl_iterator_to_array_error.phpt8 throw new Exception('Make the iterator break');
H A Dbug42703.phpt17 throw new Exception('boo');
H A Dbug73896.phpt25 throw new teException();
H A DrecursiveIteratorIterator_callHasChildren_error.phpt14 throw new Exception;
H A DrecursiveIteratorIterator_nextelement_error.phpt14 throw new Exception;
/PHP-7.0/tests/basic/
H A Dtimeout_variation_6.phpt17 throw new Exception("exception before timeout");
/PHP-7.0/tests/lang/
H A D039.phpt22 throw new MyException($errstr, $errno, $errfile, $errline);
H A D038.phpt18 throw new MyException($errstr, $errno);//, $errfile, $errline);
H A D035.phpt20 throw new MyException("'This is an exception!'");
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug25038.phpt8 throw new Exception("This is an exception from bar({$x}).");
/PHP-7.0/Zend/tests/
H A Dbug70012.phpt9 throw new Exception();
H A Dbug73337.phpt5 class d { function __destruct() { throw new Exception; } }
H A Dexception_020.phpt7 throw new MyErrorException(new stdClass);
H A Dbug72038.phpt2 Bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)
H A Dbug41421.phpt11 throw new exception();
H A Dbug32252.phpt23 throw new Exception("Ooops");
H A Dbug61011.phpt6 throw new Exception($name);
/PHP-7.0/Zend/tests/try/
H A Dtry_catch_finally_006.phpt13 if ($ex) throw $ex;
H A Dtry_finally_020.phpt23 throw new Exception();
/PHP-7.0/ext/spl/internal/
H A Dcachingiterator.inc52throw new InvalidArgumentException('Flags must contain only one of CIT_CALL_TOSTRING, CIT_TOSTRING…
129 * @throw exception when CALL_TOSTRING was not specified in constructor
143throw new exception('CachingIterator does not fetch string value (see CachingIterator::__construct…
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-7.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt16 * throw - T_THROW(338)
25 throw new Exception("Division by zero");
200 string(5) "throw"
/PHP-7.0/Zend/tests/generators/
H A Dthrow_into_yield_from_array.phpt21 $g->throw(new Exception("Exception!"));
/PHP-7.0/ext/standard/tests/array/
H A Dbug35821.phpt10 throw new Exception();

Completed in 33 milliseconds

12345678910>>...15