Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.0/ext/oci8/tests/
H A Dconnect_scope_try4.phpt30 // Make errors throw exceptions
32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try5.phpt30 // Make errors throw exceptions
32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
/PHP-7.0/ext/opcache/tests/
H A Dissue0057.phpt23 throw new Exception('exception');
/PHP-7.0/ext/spl/tests/
H A Dspl_heap_recoverfromcorruption_arguments.phpt9 //Line below should throw a warning as no args are expected
H A Dspl_iterator_apply_error.phpt8 throw new Exception('Make the iterator break');
H A Diterator_036.phpt22 Fatal error: Method CachingIterator::__toString() must not throw an exception, caught BadMethodCall…
/PHP-7.0/Zend/tests/
H A Dbug71275.phpt8 throw new RuntimeException('Should not be called');
H A Dbug35017.phpt17 throw new Exception('Some Exception');
H A Dbug35437.phpt7 throw new Exception("Error occuried: " . $errstr);
H A Dbug48228.phpt7 throw new Exception();
H A Derror_reporting03.phpt14 throw new Exception("test");
H A Dbug32429.phpt16 throw new Exception('Call to undefined method'.get_class($this).'::'.$name.'()');
H A Dbug43175.phpt8 throw new Exception();
H A Dbug41075.phpt8 throw new Exception($errstr);
H A Dthrowable_001.phpt7 throw new Exception('Exception message', 0, new Error('Error message'));
/PHP-7.0/tests/classes/
H A Dctor_failure.phpt10 throw new Exception($msg);
/PHP-7.0/Zend/tests/return_types/
H A D029.phpt10 throw new Exception("xxxx");
/PHP-7.0/Zend/tests/try/
H A Dcatch_003.phpt10 throw new Exception();
H A Dtry_catch_finally_003.phpt13 throw new Exception("try");
H A Dtry_finally_016.phpt11 throw new Exception;
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug64354_1.phpt7 throw new Exception("Failed");
H A Dbug64354_3.phpt7 throw new Exception("Failed");
/PHP-7.0/tests/basic/
H A Dtimeout_variation_5.phpt17 throw new Exception("never reached here");
/PHP-7.0/tests/output/
H A Dbug74725.phpt8 throw new Exception("\xF2\xE5\xF1\xF2");
/PHP-7.0/ext/json/tests/
H A Dbug73113.phpt13 throw new \Exception('This error is expected');

Completed in 23 milliseconds

12345678910>>...15