Home
last modified time | relevance | path

Searched refs:exception (Results 451 – 475 of 852) sorted by relevance

1...<<11121314151617181920>>...35

/PHP-8.1/ext/oci8/tests/
H A Dimp_res_get_close_2.phpt54 } catch(\TypeError $exception) {
55 var_dump($exception->getMessage());
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_strictErrorChecking_variation.phpt26 echo "OOPS. Other exception thrown\n";
43 echo "OOPS. Other exception thrown\n";
/PHP-8.1/Zend/tests/generators/
H A Dget_return_errors.phpt33 // Generator has been aborted as a result of an exception
65 // Generator has been aborted as a result of an exception
H A Dthrow_uncaught.phpt2 Generator::throw() where the exception is not caught in the generator
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_errno.phpt49 } catch (Error $exception) {
50 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_error.phpt49 } catch (Error $exception) {
50 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_assoc.phpt56 } catch (Error $exception) {
57 echo $exception->getMessage() . "\n";
H A Dmysqli_field_tell.phpt47 } catch (Error $exception) {
48 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug31190.phpt2 Bug #31190 (exception in call_user_func_array())
/PHP-8.1/tests/lang/
H A Dbug26866.phpt2 Bug #26866 (segfault when exception raised in __get)
H A Dbug32828.phpt2 Bug #32828 (Throwing exception in output_callback function with ob_start and ob_end_clean leads to …
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_basic.phpt8 assert.exception=0
/PHP-8.1/ext/opcache/tests/jit/
H A Dtype_check_001.phpt2 JIT TYPE_CHECK: 001 exception handling
H A Dmul_005.phpt2 JIT MUL: 005 exception and SEND optimization
H A Dqm_assign_undef_exception.phpt2 QM_ASSIGN of undef var may throw exception
H A Dassign_043.phpt2 JIT ASSIGN: Undef var notice promoted to exception
/PHP-8.1/Zend/tests/
H A Dflexible-heredoc-nowdoc-lineno.phpt23 throw new exception();
H A Dbug29368_2.phpt2 Bug #29368.2 (The destructor is called when an exception is thrown from the constructor).
H A Dbug30725.phpt2 Bug #30725 (PHP segfaults when an exception is thrown in getIterator() within foreach)
/PHP-8.1/Zend/tests/match/
H A D007.phpt2 Match expression exception on unhandled case
/PHP-8.1/Zend/tests/try/
H A Dtry_multicatch_005.phpt2 Catch exception in the nested multicatch
H A Dtry_finally_010.phpt2 Try finally (function call in the finally block after exception)
/PHP-8.1/Zend/tests/assert/
H A Dexpect_012.phpt5 assert.exception=1
/PHP-8.1/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)

Completed in 37 milliseconds

1...<<11121314151617181920>>...35