Home
last modified time | relevance | path

Searched refs:exception (Results 326 – 350 of 852) sorted by relevance

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

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt36 } catch (Error $exception) {
37 echo $exception->getMessage() . "\n";
91 } catch (Error $exception) {
92 echo $exception->getMessage() . "\n";
H A Dmysqli_errno_oo.phpt41 } catch (Error $exception) {
42 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_prepare.phpt34 } catch (Error $exception) {
35 echo $exception->getMessage() . "\n";
H A Dmysqli_free_result.phpt24 } catch (Error $exception) {
25 echo $exception->getMessage() . "\n";
H A Dmysqli_set_opt.phpt33 } catch (Error $exception) {
34 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/
H A Dzend_generators.stub.php23 public function throw(Throwable $exception): mixed {} argument
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug31755.phpt19 } catch (ValueError $exception) {
20 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt30 } catch (TypeError $exception) {
31 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/tests/
H A Dsettype_resource.phpt35 } catch (ValueError $exception) {
36 echo $exception->getMessage() . "\n";
H A Dclosure_call_leak_with_exception.phpt2 Closure must not leak during a dynamic call interrupted by an exception
H A Dexception_003.phpt2 Throwing exception in global scope
/PHP-8.1/sapi/fuzzer/
H A Dfuzzer-sapi.c185 if (EG(exception)) { in fuzzer_request_shutdown()
186 zend_object_release(EG(exception)); in fuzzer_request_shutdown()
187 EG(exception) = NULL; in fuzzer_request_shutdown()
/PHP-8.1/Zend/tests/assert/
H A Dexpect_003.phpt5 assert.exception=1
H A Dexpect_006.phpt5 assert.exception=1
/PHP-8.1/ext/spl/tests/
H A Dbug46160.phpt2 Bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
/PHP-8.1/ext/standard/tests/array/
H A Dbug76778.phpt2 Bug #76778 (array_reduce leaks memory if callback throws exception)
/PHP-8.1/ext/opcache/tests/
H A Dbug73668.phpt2 Bug #73668: "SIGFPE Arithmetic exception" in opcache when divide by minus 1
/PHP-8.1/Zend/tests/try/
H A Dbug72629.phpt2 Bug #72629 (Caught exception assignment to variables ignores references)
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_error.phpt22 } catch (ValueError $exception) {
23 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/oci8/tests/
H A Ddefine4.phpt47 } catch(\TypeError $exception) {
48 var_dump($exception->getMessage());
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug66141.phpt25 $db->query('something that throws an exception');
35 …rver version for the right syntax to use near 'something that throws an exception' at line %d in %…
/PHP-8.1/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_basic.phpt43 echo "\nMethod that throws an exception:\n";
72 Method that throws an exception:
/PHP-8.1/ext/curl/tests/
H A Dbug48207.phpt41 } catch (ValueError $exception) {
42 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/strings/
H A Djoin_variation4.phpt43 } catch (TypeError $exception) {
44 echo $exception->getMessage() . "\n";
H A Djoin_variation5.phpt18 } catch (TypeError $exception) {
19 echo $exception->getMessage() . "\n";

Completed in 22 milliseconds

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