Home
last modified time | relevance | path

Searched refs:exception (Results 426 – 450 of 852) sorted by relevance

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

/PHP-8.1/ext/spl/tests/
H A DSplObjectStorage_offsetGet_missing_object.phpt2 Check that SplObjectStorage::offsetGet throws exception when non-existing object is requested
H A Dspl_iterator_caching_getcache_error.phpt12 echo "Should have caused an exception";
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
H A DSplPriorityQueue_setExtractFlags_zero.phpt2 Setting SplPriorityQueue extract flags to zero generates an exception
H A Dspl_iterator_caching_count_error.phpt12 echo "Should have caused an exception";
/PHP-8.1/Zend/tests/
H A Ddie_string_cast_exception.phpt2 Bug #79777: String cast exception during die should be handled gracefully
H A Dbug69599.phpt2 Bug #69599: Strange generator+exception+variadic crash
H A Dbug32226.phpt2 Bug #32226 (SEGV with exception handler on non existing instance)
H A Dforeach_empty_loop_leak.phpt2 Empty foreach loops with exception must not leak
H A Dbug60738_variation.phpt7 function() { echo 'Intercepted exception!', "\n"; }
H A Dbug79790.phpt2 Bug #79790: "Illegal offset type" exception during AST evaluation not handled properly
H A Dbug30707.phpt2 Bug #30707 (Segmentation fault on exception in method)
/PHP-8.1/Zend/tests/float_to_int/
H A Dunion_int_string_type_arg_promote_exception.phpt2 Promote deprecation warning for int|string type into exception
/PHP-8.1/Zend/tests/match/
H A D009.phpt4 assert.exception=0
/PHP-8.1/Zend/tests/assert/
H A Dexpect_002.phpt5 assert.exception=1
H A Dexpect_020.phpt5 assert.exception=0
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug26762.phpt14 throw new exception;
/PHP-8.1/Zend/tests/try/
H A Dcatch_002.phpt2 Catching an exception in a constructor
H A Dtry_multicatch_006.phpt2 Catch first exception in the second multicatch
H A Dtry_multicatch_007.phpt2 Catch second exception in the second multicatch
/PHP-8.1/ext/reflection/tests/
H A Dbug74454.phpt2 Bug #74454 (Wrong exception being thrown when using ReflectionMethod)
/PHP-8.1/ext/dom/tests/
H A DDOM4_ParentNode_append_invalidtypes.phpt2 DOMParentNode::append() exception on invalid argument
/PHP-8.1/ext/oci8/tests/
H A Dbug51291_2.phpt17 $s = oci_parse($c, "declare e exception; begin if :bv = 1 then raise e; end if; end;");
49 string(64) "declare e exception; begin if :bv = 1 then raise e; end if; end;"
H A Dimp_res_get_close_1.phpt55 } catch(\TypeError $exception) {
56 var_dump($exception->getMessage());
/PHP-8.1/ext/xmlreader/tests/
H A D015-get-errors.phpt31 } catch (ValueError $exception) {
32 echo $exception->getMessage() . "\n";

Completed in 69 milliseconds

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