Home
last modified time | relevance | path

Searched refs:exception (Results 401 – 425 of 852) sorted by relevance

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

/PHP-8.1/Zend/tests/try/
H A Dtry_multicatch_004.phpt2 Catch last exception in the multicatch
H A Dtry_finally_002.phpt2 Try finally (re-throw exception in finally block)
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_closures.phpt7 assert.exception=0
/PHP-8.1/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt2 Check that SplObjectStorage::unserialize doesn't throws exception when empty string passed
H A DSplFileInfo_setFileClass_error.phpt2 SplFileInfo::setFileClass() throws exception for invalid class
H A DSplFileInfo_setInfoClass_error.phpt2 SplFileInfo::setInfoClass() throws exception for invalid class
H A Dspl_pq_top_error_empty.phpt2 SPL: SplPriorityQueue: top exception on empty heap
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
/PHP-8.1/Zend/tests/assert/
H A Dexpect_019.phpt5 assert.exception=0
H A Dexpect_005.phpt5 assert.exception=1
/PHP-8.1/Zend/tests/
H A Dbug65254.phpt2 Bug #65254 (Exception not catchable when exception thrown in autoload with a namespace)
H A Dexception_handler_006.phpt2 exception handler tests - 6
H A Dbitwise_not_precision_exception.phpt2 Promoting float precision warning to exception in bitwise_not
H A Dbug50005.phpt6 class a extends exception {
H A Dbug64821.2.phpt6 class a extends exception {
H A Dbug64821.3.phpt6 class a extends exception {
H A Dbug71922.phpt5 assert.exception=1
H A Dstrlen_deprecation_to_exception.phpt2 strlen() null deprecation warning promoted to exception
H A Dbug70785.phpt2 Bug #70785 (Infinite loop due to exception during identical comparison)
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c23 ZEND_ASSERT(EG(exception)); in undef_result_after_exception()
416 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
448 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
476 if (EG(exception)) { in zend_jit_fetch_dim_r_helper()
558 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
618 if (EG(exception)) { in zend_jit_fetch_dim_is_helper()
687 if (EG(exception)) { in zend_jit_fetch_dim_isset_helper()
723 if (EG(exception)) { in zend_jit_fetch_dim_isset_helper()
856 if (EG(exception)) { in zend_jit_fetch_dim_rw_helper()
989 if (EG(exception)) { in zend_jit_fetch_dim_w_helper()
[all …]
/PHP-8.1/ext/gmp/tests/
H A Doverloading.phpt66 } catch (ValueError $exception) {
67 echo $exception->getMessage() . "\n";
72 } catch (ValueError $exception) {
73 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt86 } catch (Error $exception) {
87 echo $exception->getMessage() . "\n";
92 } catch (Error $exception) {
93 echo $exception->getMessage() . "\n";
/PHP-8.1/tests/classes/
H A Dtostring_003.phpt2 ZE2 __toString() in __destruct/exception
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug72920.phpt2 Bug #72920 (Accessing a private constant using constant() creates an exception AND warning)
/PHP-8.1/ext/session/
H A Dmod_user.c61 if (!EG(exception)) { \
66 if (!EG(exception)) { \
71 if (!EG(exception)) { \

Completed in 37 milliseconds

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