Home
last modified time | relevance | path

Searched refs:throw (Results 101 – 125 of 278) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/
H A Dbug30707.phpt21 throw new Exception;
H A Dbug64821.3.phpt13 throw new a;
H A Dcatch_002.phpt10 throw new Exception();
H A Dbug60738_variation.phpt12 throw new Exception('Exception!');
H A Dtry_finally_001.phpt7 throw new Exception("ex");
H A Dtry_finally_003.phpt10 throw new Exception("ex");
H A Dtry_finally_010.phpt11 throw new Exception();
H A Dbug30725.phpt10 throw new Exception();
H A Dbug64354.phpt7 throw new Exception("serialize");
H A Dtry_catch_finally_001.phpt13 throw new Exception("try");
/PHP-5.5/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-5.5/ext/spl/tests/
H A Dsplpriorityqueue_extract.phpt13 $sp->extract(1); // Should throw a warning as extract expects NO arguments
H A Darray_021.phpt11 throw new Exception("hi");
H A Dlimititerator_seek.phpt12 $lt->seek(1,1); // Should throw a warning as seek expects only 1 argument
H A Dbug36825.phpt11 throw new Exception("hi");
/PHP-5.5/ext/standard/tests/general_functions/
H A D010.phpt7 throw new Exception('test');
H A Dbug31190.phpt7 function throwException() { throw new Exception("Hello World!\n");
/PHP-5.5/Zend/tests/traits/
H A Dbug60165a.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165b.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
/PHP-5.5/tests/lang/
H A Dbug26866.phpt12 throw new Exception('Exception!');
/PHP-5.5/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope_try1.phpt30 // Make errors throw exceptions
32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
H A Dconnect_scope_try2.phpt30 // Make errors throw exceptions
32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
H A Dconnect_scope_try3.phpt30 // Make errors throw exceptions
32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
H A Dconnect_scope_try4.phpt30 // Make errors throw exceptions
32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));

Completed in 31 milliseconds

12345678910>>...12