Home
last modified time | relevance | path

Searched refs:handler (Results 226 – 250 of 339) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c243 zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t) jit_extension->orig_handler; in zend_jit_profile_helper() local
246 ZEND_OPCODE_TAIL_CALL(handler); in zend_jit_profile_helper()
264 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)jit_extension->orig_handlers[opline -… in zend_jit_func_counter_helper() local
265 ZEND_OPCODE_TAIL_CALL(handler); in zend_jit_func_counter_helper()
285 ZEND_OPCODE_TAIL_CALL(handler); in zend_jit_loop_counter_helper()
373 …zend_vm_opcode_handler_t handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->o… in zend_jit_trace_counter_helper() local
374 ZEND_OPCODE_TAIL_CALL(handler); in zend_jit_trace_counter_helper()
594 zend_vm_opcode_handler_t handler; local
897 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
899 handler();
[all …]
/PHP-8.3/ext/session/tests/
H A Dsession_encode_variation8.phpt28 Warning: session_start(): Cannot find session serialization handler "blah" - session startup failed…
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation3.phpt34 Warning: session_set_save_handler(): Session save handler cannot be changed when a session is activ…
H A Dgh9583-extra.phpt2 GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() …
H A Dgh9583.phpt2 GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() …
H A Dbug60634_error_3.phpt53 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
H A Dbug60634_error_4.phpt53 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
/PHP-8.3/ext/xml/
H A Dxml.c390 static void xml_set_handler(zval *handler, zval *data) in xml_set_handler() argument
393 if (handler) { in xml_set_handler()
394 zval_ptr_dtor(handler); in xml_set_handler()
401 ZVAL_UNDEF(handler); in xml_set_handler()
406 ZVAL_COPY(handler, data); in xml_set_handler()
416 if (parser && handler && !EG(exception)) { in xml_call_handler()
421 ZVAL_COPY_VALUE(&fci.function_name, handler); in xml_call_handler()
433 if (Z_TYPE_P(handler) == IS_STRING) { in xml_call_handler()
435 } else if (Z_TYPE_P(handler) == IS_ARRAY && in xml_call_handler()
436 (obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL && in xml_call_handler()
[all …]
/PHP-8.3/ext/dba/tests/
H A Ddba_flatfile_creation_matrix.phpt14 $handler = 'flatfile';
15 run_creation_tests($handler);
21 $handler = 'flatfile';
22 clean_creation_tests($handler);
H A Ddba_inifile_creation_matrix.phpt14 $handler = 'inifile';
15 run_creation_tests($handler);
21 $handler = 'inifile';
22 clean_creation_tests($handler);
H A Ddba_array_keys.phpt35 Using handler: "%s"
H A Ddba_fetch_legacy_signature.phpt39 Using handler: "%s"
/PHP-8.3/Zend/tests/
H A Ddeprecation_to_exception_during_inheritance.phpt5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
H A Dbug46241.phpt2 Bug #46241 (error handler stacks)
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
/PHP-8.3/ext/curl/tests/
H A Dcurl_error_basic.phpt29 // cURL handler
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt2 libxml_set_external_entity_loader() variation: restore original handler; returning NULL
/PHP-8.3/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-handler-uds.phpt2 FPM: FastCGI env var path info fix for Apache handler using Unix Domain Socket
H A Dfcgi-env-pif-apache-handler-with-pi.phpt2 FPM: FastCGI env var path info fix for Apache handler with PATH_INFO set
H A Dfcgi-env-pif-apache-handler-with-query.phpt2 FPM: FastCGI env var path info fix for Apache handler basic
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt2 FPM: FastCGI env var without path info fix for Apache handler with PATH_INFO, PATH_TRANSLATED and p…
/PHP-8.3/Zend/tests/generators/
H A Dbug71013.phpt2 Bug #71013 (Incorrect exception handler with yield from)
/PHP-8.3/ext/date/tests/
H A DDateTimeZone_compare.phpt2 DateTimeZone compare handler
H A DDateTime_compare.phpt2 DateTime/DateTimeImmutable compare handler
/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_signal.phpt50 pcntl_signal(): Argument #2 ($handler) must be of type callable|int, string given

Completed in 57 milliseconds

12345678910>>...14