Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.2/Zend/tests/
H A Ddebug_backtrace_with_include_and_this.phpt2 debug_backtrace segmentation fault with include and error handler
/PHP-8.2/sapi/fpm/tests/
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…
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt2 FPM: FastCGI env var path info fix for Apache handler basic
/PHP-8.2/ext/session/tests/
H A Dbug60634_error_3.phpt55 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/PHP-8.2/ext/mbstring/tests/
H A Dhtmlent.phpt21 // enable output encoding through output handler
/PHP-8.2/ext/dba/tests/
H A Ddba_cdb.phpt2 DBA CDB handler test
H A Ddba_array_keys_errors.phpt51 Using handler: "%s"
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-8.2/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
/PHP-8.2/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php915 /** @param callable|int $handler */
916 function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} argument
/PHP-8.2/.github/actions/setup-oracle/
H A Daction.yml23 # fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
/PHP-8.2/Zend/
H A Dzend_closures.c181 my_function->internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD()
349 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
465 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
781 if (UNEXPECTED(closure->func.internal_function.handler == zend_closure_internal_handler)) { in zend_create_closure_ex()
787 closure->orig_internal_handler = closure->func.internal_function.handler; in zend_create_closure_ex()
789 closure->func.internal_function.handler = zend_closure_internal_handler; in zend_create_closure_ex()
849 trampoline.handler = zend_closure_call_magic; in zend_closure_from_frame()
H A Dzend_vm_gen.php841 $handler = $matches[1];
842 $opcode = $opcodes[$opnames[$handler]];
849 …return "ZEND_VM_TAIL_CALL(" . opcode_name($handler, $spec, $op1, $op2, $extra_spec) . $inline . "_…
2398 $handler = null;
2456 $handler = $code;
2458 $list[$lineno] = array("handler"=>$handler);
2507 $handler = $code;
2509 $list[$lineno] = array("handler"=>$handler);
2551 $handler = null;
2578 } else if ($handler !== null) {
[all …]
/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-execute-common.h57 if ((ret = ((opcode_handler_t) EX(opline)->handler)(execute_data)) != 0) { in fuzzer_execute_ex()
/PHP-8.2/ext/dba/
H A Ddba_arginfo.h7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, handler, IS_STRING, 1, "null")
H A Ddba.c162 static dba_handler handler[] = { variable
330 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(new_value)); hptr++); in ZEND_INI_MH()
383 for(hptr = handler; hptr->name; hptr++) { in PHP_MINFO_FUNCTION()
555 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(handler_str)); hptr++); in php_dba_open()
1177 for(hptr = handler; hptr->name; hptr++) { in PHP_FUNCTION()
/PHP-8.2/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTimeZone objects
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c102 zval handler; in xsl_ext_function_php() local
243 ZVAL_STRING(&handler, (char *) obj->stringval); in xsl_ext_function_php()
246 ZVAL_COPY_VALUE(&fci.function_name, &handler); in xsl_ext_function_php()
249 if (!zend_make_callable(&handler, &callable)) { in xsl_ext_function_php()
285 zval_ptr_dtor(&handler); in xsl_ext_function_php()
/PHP-8.2/sapi/apache2handler/
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to
8 AC_MSG_CHECKING([for Apache 2 handler module support via DSO through APXS])
/PHP-8.2/docs/
H A Dinput-filter.md9 implemented as a SAPI hook and is called from the `treat_data` and post handler
89 /* The filter handler. If you return 1 from it, then PHP also registers the
/PHP-8.2/ext/opcache/
H A Dzend_shared_alloc.h94 zend_shared_memory_handlers *handler; member
H A Dzend_accelerator_module.c425 orig_file_exists = old_function->internal_function.handler;
426 old_function->internal_function.handler = accel_file_exists;
429 orig_is_file = old_function->internal_function.handler;
430 old_function->internal_function.handler = accel_is_file;
433 orig_is_readable = old_function->internal_function.handler;
434 old_function->internal_function.handler = accel_is_readable;
/PHP-8.2/ext/zend_test/
H A Dobserver.c35 …atic void observer_set_user_opcode_handler(const char *opcode_names, user_opcode_handler_t handler) in observer_set_user_opcode_handler() argument
44 zend_set_user_opcode_handler(opcode, handler); in observer_set_user_opcode_handler()
298 fbc->internal_function.handler(execute_data, return_value); in zend_test_execute_internal()

Completed in 52 milliseconds

12345678910>>...13