Home
last modified time | relevance | path

Searched refs:throw (Results 126 – 150 of 372) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/spl/internal/
H A Dmultipleiterator.inc73 throw new IllegalValueException('Inf must be NULL, integer or string');
79 throw new IllegalValueException('Key duplication error');
173 throw new IllegalValueException('Sub-Iterator is associated with NULL');
184 throw new RuntimeException('Called current() with non valid sub iterator');
214 throw new LogicException('Called key() with non valid sub iterator');
/PHP-7.0/Zend/tests/
H A Dbug64821.3.phpt13 throw new a;
H A Dbug69599.phpt8 throw new \Exception();
H A Dexception_with_by_ref_message.phpt14 throw new MyException($msg);
H A Dns_094.phpt6 // should throw syntax errors
H A Dtemporary_cleaning_007.phpt6 public function isConsistent() { throw new \Exception(); }
H A Dbug30161.phpt8 throw new Exception;
H A Dbug47714.phpt24 throw new Exception('exception');
H A Dbug50005.phpt12 throw new a;
H A Dbug60738_variation.phpt12 throw new Exception('Exception!');
H A Dtemporary_cleaning_006.phpt8 function throwing() { throw new Exception; }
H A Dbug30707.phpt21 throw new Exception;
H A Dtemporary_cleaning_001.phpt9 throw new Exception();
/PHP-7.0/ext/dom/tests/
H A DDOMDocument_strictErrorChecking_variation.phpt19 echo "Should throw DOMException when strictErrorChecking is on\n";
51 Should throw DOMException when strictErrorChecking is on
/PHP-7.0/sapi/phpdbg/tests/
H A Dgenerator_run.phpt16 throw new Exception;
/PHP-7.0/ext/spl/tests/
H A Dsplpriorityqueue_setextractflags.phpt11 $sp->setExtractFlags(1,1); // Should throw a warning as setExtractFlags expects only 1 argument
H A Darray_021.phpt11 throw new Exception("hi");
H A Dsplpriorityqueue_extract.phpt13 $sp->extract(1); // Should throw a warning as extract expects NO arguments
/PHP-7.0/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
/PHP-7.0/Zend/tests/try/
H A Dcatch_002.phpt10 throw new Exception();
H A Dtry_finally_001.phpt7 throw new Exception("ex");
H A Dtry_finally_003.phpt10 throw new Exception("ex");
/PHP-7.0/tests/lang/
H A Dbug26866.phpt12 throw new Exception('Exception!');
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug31190.phpt7 function throwException() { throw new Exception("Hello World!\n");
/PHP-7.0/Zend/tests/generators/
H A Dgenerator_throwing_in_foreach.phpt7 throw new Exception("foo");

Completed in 25 milliseconds

12345678910>>...15