Home
last modified time | relevance | path

Searched refs:throw (Results 151 – 175 of 372) sorted by relevance

12345678910>>...15

/PHP-7.0/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-7.0/Zend/tests/try/
H A Dtry_finally_010.phpt11 throw new Exception();
H A Dtry_catch_finally_001.phpt13 throw new Exception("try");
/PHP-7.0/Zend/tests/
H A Dbug70967.phpt14 Fatal error: Method A::__toString() must not throw an exception, caught Error: Call to undefined fu…
H A Dbug64354.phpt7 throw new Exception("serialize");
H A Dbug69740.phpt17 throw new Exception();
H A Dtemporary_cleaning_002.phpt7 throw new Exception();
H A Dbug30725.phpt10 throw new Exception();
H A Dbug70689.phpt11 throw new Exception($errstr);
H A Dbug64821.1.phpt15 throw new a;
H A Derror_reporting08.phpt17 throw new Exception("test");
H A Dexception_009.phpt24 throw new my_exception;
H A Dbug29368.phpt11 throw new Exception;
H A Dbug47771.phpt6 throw new Exception('TEST_EXCEPTION');
/PHP-7.0/ext/reflection/tests/
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
/PHP-7.0/tests/lang/
H A Dbug32828.phpt8 throw new Exception;
/PHP-7.0/ext/spl/tests/
H A Dbug36825.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 Dbug70561.phpt2 Bug #70561 (DirectoryIterator::seek should throw OutOfBoundsException)
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug26762.phpt15 throw new exception;
/PHP-7.0/ext/oci8/tests/
H A Dconnect_scope_try2.phpt30 // Make errors throw exceptions
32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try6.phpt30 // Make errors throw exceptions
32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try1.phpt30 // Make errors throw exceptions
32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try3.phpt30 // Make errors throw exceptions
32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });

Completed in 27 milliseconds

12345678910>>...15