Home
last modified time | relevance | path

Searched refs:exception (Results 551 – 575 of 852) sorted by relevance

1...<<21222324252627282930>>...35

/PHP-8.1/ext/standard/tests/assert/
H A Dassert_basic2.phpt8 assert.exception=0
/PHP-8.1/ext/standard/tests/array/
H A Dbug35821.phpt2 Bug #35821 (array_map() segfaults when exception is throwed from the callback)
/PHP-8.1/Zend/tests/assert/
H A Dexpect_016.phpt5 assert.exception=0
H A Dexpect_018.phpt5 assert.exception=0
/PHP-8.1/Zend/tests/
H A Dbug61011.phpt2 Bug #61011 (Crash when an exception is thrown by autoloader accessing a static property)
H A Dbug49908.phpt2 Bug #49908 (throwing exception in autoloader crashes when interface is not defined)
H A Dbug38624.phpt2 Bug #38624 (Strange warning when incrementing an object property and exception is thrown from __get…
H A Dexception_007.phpt2 Setting previous exception
/PHP-8.1/Zend/tests/try/
H A Dtry_catch_finally_005.phpt31 throw new Exception("continue exception");
H A Dtry_catch_finally_007.phpt18 throw new Exception("exception");
/PHP-8.1/ext/date/tests/
H A Dbug51819.phpt2 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
/PHP-8.1/ext/intl/collator/
H A Dcollator_create.c79 if (!EG(exception)) { in PHP_METHOD()
/PHP-8.1/ext/xmlreader/tests/
H A D003-get-errors.phpt36 } catch (ValueError $exception) {
37 echo $exception->getMessage() . "\n";
H A D003-move-errors.phpt36 } catch (ValueError $exception) {
37 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_character_set_name.phpt55 } catch (Error $exception) {
56 echo $exception->getMessage() . "\n";
H A Dmysqli_rollback.phpt54 } catch (Error $exception) {
55 echo $exception->getMessage() . "\n";
H A Dmysqli_connect_oo.phpt64 } catch (Error $exception) {
65 echo $exception->getMessage() . "\n";
81 } catch (Error $exception) {
82 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/serialize/
H A Dmax_depth.phpt17 } catch (TypeError $exception) {
18 echo $exception->getMessage() . "\n";
23 } catch (ValueError $exception) {
24 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c210 if (!EG(exception)) { in PHP_FUNCTION()
219 if (!EG(exception)) { in PHP_FUNCTION()
238 if (!EG(exception)) { in PHP_FUNCTION()
251 if (!EG(exception)) { in PHP_FUNCTION()
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug42151.phpt2 Bug #42151 (__destruct functions not called after catching a SoapFault exception)
/PHP-8.1/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt26 // ignore exception tested elsewhere
/PHP-8.1/ext/intl/tests/
H A Dtimezone_toDateTimeZone_error.phpt20 …DateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw exception in %s on line %d
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-8.1/Zend/tests/generators/
H A Dthrow_rethrow.phpt2 Generator::throw() where the generator throws a different exception
/PHP-8.1/Zend/tests/closures/
H A Dclosure_instantiate.phpt12 // Instantiating a closure is an error, not an exception, so we shouldn't see this

Completed in 25 milliseconds

1...<<21222324252627282930>>...35