Home
last modified time | relevance | path

Searched refs:exception (Results 501 – 525 of 852) sorted by relevance

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

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_affected_rows_oo.phpt16 } catch (Error $exception) {
17 echo $exception->getMessage() . "\n";
109 } catch (Error $exception) {
110 echo $exception->getMessage() . "\n";
H A Dmysqli_real_escape_string_unicode.phpt67 } catch (Error $exception) {
68 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/enchant/tests/
H A Dinvalidobj.phpt2 invalid object raise exception() function
/PHP-8.1/ext/spl/tests/
H A Dspl_cachingiterator___toString_basic.phpt12 $ci->__toString() // if conversion to string is done by echo, for example, an exception is thrown. …
/PHP-8.1/ext/reflection/tests/
H A Dbug39884.phpt2 Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self)
/PHP-8.1/Zend/tests/
H A Dexception_018.phpt2 Testing throw exception doesn't crash with wrong params, variant 1
H A Dexception_021.phpt2 Testing throw exception doesn't crash with wrong params, variant 3
H A Dbug51394.phpt2 Bug #51394 (Error line reported incorrectly if error handler throws an exception)
H A Dbug79927.phpt2 Bug #79927: Generator doesn't throw exception after multiple yield from iterable
H A Dexception_handler_004.phpt2 exception handler tests - 4
H A Dtemporary_cleaning_009.phpt18 echo "exception\n";
H A Dbug48408.phpt2 Bug #48408 (crash when exception is thrown while passing function arguments)
H A Dbug78239.phpt2 Bug #78239: Deprecation notice during string conversion converted to exception hangs
H A Dbug78810.phpt2 Bug #78810: RW fetches do not throw "uninitialized property" exception
/PHP-8.1/Zend/tests/arrow_functions/
H A D007.phpt5 assert.exception=0
/PHP-8.1/Zend/tests/traits/
H A Dbug60165c.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
H A Dbug60165d.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
/PHP-8.1/Zend/tests/try/
H A Dcatch_004.phpt2 Catching an exception in a constructor inside a static method
H A Dcatch_novar_2.phpt2 catch without capturing a variable - exception in destructor
H A Dtry_finally_023.phpt2 Loop var dtor throwing exception during return inside try/catch inside finally
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_basic3.phpt8 assert.exception=0
/PHP-8.1/ext/soap/tests/
H A Dbug79357.phpt14 Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding: object has no 'intB' prop…
/PHP-8.1/Zend/tests/assert/
H A Dexpect_007.phpt5 assert.exception=1
/PHP-8.1/ext/xmlreader/tests/
H A D003.phpt73 } catch (ValueError $exception) {
74 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/strings/
H A Dstrip_tags_variation2.phpt77 } catch (TypeError $exception) {
78 echo $exception->getMessage() . "\n";

Completed in 31 milliseconds

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