Home
last modified time | relevance | path

Searched refs:exception (Results 626 – 650 of 852) sorted by relevance

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

/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation25.phpt57 } catch (ValueError $exception) {
58 echo $exception->getMessage() . "\n";
H A Dfscanf_variation32.phpt58 } catch (ValueError $exception) {
59 echo $exception->getMessage() . "\n";
H A Dfscanf_variation38.phpt53 } catch (ValueError $exception) {
54 echo $exception->getMessage() . "\n";
H A Dfscanf_variation44.phpt53 } catch (ValueError $exception) {
54 echo $exception->getMessage() . "\n";
H A Dfscanf_variation7.phpt53 } catch (ValueError $exception) {
54 echo $exception->getMessage() . "\n";
H A Dfscanf_variation50.phpt53 } catch (ValueError $exception) {
54 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_query_unicode.phpt80 } catch (Error $exception) {
81 echo $exception->getMessage() . "\n";
H A Dgh8058.phpt33 // We expect an exception to be thrown
H A Dmysqli_fetch_array_oo.phpt61 } catch (Error $exception) {
62 echo $exception->getMessage() . "\n";
67 } catch (Error $exception) {
68 echo $exception->getMessage() . "\n";
276 } catch (Error $exception) {
277 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/filter/
H A Dfilter_private.h96 if (EG(exception)) { \
/PHP-8.1/ext/session/tests/
H A Dbug60634_error_2.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
H A Dbug60634_error_4.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
/PHP-8.1/ext/zend_test/tests/
H A Dobserver_generator_05.phpt2 Observer: Generator with uncaught exception
H A Dobserver_error_04.phpt14 // ext/soap catches a zend_bailout and then throws an exception
/PHP-8.1/ext/ffi/tests/
H A Dbug79177.phpt29 } catch (\Throwable $exception) {}
/PHP-8.1/Zend/tests/generators/
H A Dbug71013.phpt2 Bug #71013 (Incorrect exception handler with yield from)
/PHP-8.1/Zend/tests/
H A Dindirect_call_array_004.phpt2 Indirect method call by array - Testing exception and method magics
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
H A Dbug32674.phpt2 Bug #32674 (exception in iterator causes crash)
H A Dbug64960.phpt19 // exception must be thrown from error handler.
/PHP-8.1/Zend/
H A Dzend_vm_def.h4608 zend_object *exception; variable
4622 ce = EG(exception)->ce;
4640 exception = EG(exception);
4641 EG(exception) = NULL;
4650 OBJ_RELEASE(exception);
5152 if (!EG(exception)) {
6083 if (!EG(exception)) {
7399 if (!EG(exception)) {
7816 EG(exception) = NULL; in ZEND_VM_HELPER()
8465 if (!EG(exception)) {
[all …]
/PHP-8.1/sapi/phpdbg/tests/
H A Dexceptions_002.phpt2 Test exceptions in eval during exception
/PHP-8.1/Zend/asm/
H A Djump_i386_ms_pe_masm.asm54 ; load current SEH exception list
95 ; restore current SEH exception list
/PHP-8.1/sapi/fpm/tests/
H A Dlogreader.inc86 * @param bool $throwOnTimeout Whether to throw an exception on timeout
227 * @param bool $throwOnTimeout Whether to throw an exception on timeout
268 * @param bool $throwOnTimeout Whether to throw an exception on timeout
337 * @param bool $throwOnTimeout Whether to throw an exception on timeout
/PHP-8.1/ext/reflection/tests/
H A DReflectionFunction_construct.001.phpt11 echo "exception not thrown.".PHP_EOL;

Completed in 109 milliseconds

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