Home
last modified time | relevance | path

Searched refs:exception (Results 351 – 375 of 852) sorted by relevance

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

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_connect_errno.phpt19 } catch (ArgumentCountError $exception) {
20 print($exception->getMessage() . "\n");
H A Dmysqli_error.phpt35 } catch (Error $exception) {
36 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_field_direct.phpt36 } catch (Error $exception) {
37 echo $exception->getMessage() . "\n";
H A Dmysqli_commit_oo.phpt26 } catch (Error $exception) {
27 echo $exception->getMessage() . "\n";
95 } catch (Error $exception) {
96 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/math/
H A Ddecbin_variation1.phpt42 } catch (TypeError $exception) {
43 echo $exception->getMessage() . "\n";
H A Ddecbin_variation1_64bit.phpt42 } catch (TypeError $exception) {
43 echo $exception->getMessage() . "\n";
H A Ddechex_variation1.phpt42 } catch (TypeError $exception) {
43 echo $exception->getMessage() . "\n";
H A Ddechex_variation1_64bit.phpt42 } catch (TypeError $exception) {
43 echo $exception->getMessage() . "\n";
H A Ddecoct_variation1.phpt42 } catch (TypeError $exception) {
43 echo $exception->getMessage() . "\n";
H A Ddecoct_variation1_64bit.phpt42 } catch (TypeError $exception) {
43 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/file/
H A Dtouch.phpt40 } catch (ValueError $exception) {
41 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt19 } catch (ValueError $exception) {
20 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/tests/
H A Dexception_handler_001.phpt2 exception handler tests - 1
H A Dbug48428.phpt2 Bug #48428 (crash when exception is thrown while passing function arguments)
H A Dclosure_021.phpt2 Closure 021: Throwing exception inside lambda
/PHP-8.1/Zend/tests/ast/
H A Dzend-pow-assign.phpt5 assert.exception=0
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_getProperty_001.phpt37 } catch (exception $e) {
43 } catch (exception $e) {
49 } catch (exception $e) {
55 } catch (exception $e) {
H A Dbug37816.phpt2 Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute)
H A DReflectionClass_toString_004.phpt2 Constant evaluation exception during ReflectionClass::__toString()
/PHP-8.1/ext/opcache/tests/
H A Dssa_bug_004.phpt2 Assign elision exception safety: ICALL
/PHP-8.1/ext/standard/tests/strings/
H A Dimplode1.phpt51 } catch (TypeError $exception) {
52 echo $exception->getMessage() . "\n";
71 } catch (TypeError $exception) {
72 echo $exception->getMessage() . "\n";
76 } catch (TypeError $exception) {
77 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug29109.phpt2 Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory)
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_104.phpt2 Uninitialized result of PRE_INC/PRE_DEC in case of exception
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D039.phpt2 Handling of undef variable exception in JMP_NULL
/PHP-8.1/Zend/tests/assert/
H A Dexpect_004.phpt5 assert.exception=1

Completed in 35 milliseconds

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