Home
last modified time | relevance | path

Searched refs:handler (Results 251 – 275 of 324) sorted by relevance

1...<<111213

/PHP-8.1/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()
276 fbc->internal_function.handler(execute_data, return_value); in zend_test_execute_internal()
H A Dtest.c470 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
493 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
/PHP-8.1/Zend/
H A Dzend_closures.c156 my_function.internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD()
332 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
448 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
748 if (UNEXPECTED(closure->func.internal_function.handler == zend_closure_internal_handler)) { in zend_create_closure_ex()
754 closure->orig_internal_handler = closure->func.internal_function.handler; in zend_create_closure_ex()
756 closure->func.internal_function.handler = zend_closure_internal_handler; in zend_create_closure_ex()
816 trampoline.handler = zend_closure_call_magic; in zend_closure_from_frame()
H A Dzend_vm_gen.php878 $handler = $matches[1];
879 $opcode = $opcodes[$opnames[$handler]];
886 …return "ZEND_VM_TAIL_CALL(" . opcode_name($handler, $spec, $op1, $op2, $extra_spec) . $inline . "_…
2433 $handler = null;
2491 $handler = $code;
2493 $list[$lineno] = array("handler"=>$handler);
2542 $handler = $code;
2544 $list[$lineno] = array("handler"=>$handler);
2586 $handler = null;
2613 } else if ($handler !== null) {
[all …]
H A Dzend_enum.c312 cases_function->handler = zend_enum_cases_func; in zend_enum_register_funcs()
327 from_function->handler = zend_enum_from_func; in zend_enum_register_funcs()
344 try_from_function->handler = zend_enum_try_from_func; in zend_enum_register_funcs()
H A DREADME.md42 opcode handlers and helpers. The typical opcode handler template looks like
58 `<HANDLER'S CODE>` is a handler's code itself. For most handlers it stills the
H A Dzend_string.c349 …ned_strings_set_request_storage_handlers(zend_new_interned_string_func_t handler, zend_string_init… in zend_interned_strings_set_request_storage_handlers() argument
351 interned_string_request_handler = handler; in zend_interned_strings_set_request_storage_handlers()
/PHP-8.1/ext/dba/
H A Ddba_arginfo.h7 ZEND_ARG_INFO(0, handler)
H A Ddba.c225 static dba_handler handler[] = { variable
396 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(new_value)); hptr++); in ZEND_INI_MH()
448 for(hptr = handler; hptr->name; hptr++) { in PHP_MINFO_FUNCTION()
609 for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL(args[2])); hptr++); in php_dba_open()
1165 for(hptr = handler; hptr->name; hptr++) { in PHP_FUNCTION()
/PHP-8.1/ext/session/tests/
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/PHP-8.1/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTimeZone objects
/PHP-8.1/ext/dba/tests/
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-8.1/ext/opcache/
H A Dzend_shared_alloc.h94 zend_shared_memory_handlers *handler; member
H A Dzend_accelerator_module.c405 orig_file_exists = old_function->internal_function.handler;
406 old_function->internal_function.handler = accel_file_exists;
409 orig_is_file = old_function->internal_function.handler;
410 old_function->internal_function.handler = accel_is_file;
413 orig_is_readable = old_function->internal_function.handler;
414 old_function->internal_function.handler = accel_is_readable;
/PHP-8.1/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.1/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.1/sapi/litespeed/
H A Dlscriu.c151 static void lsapi_criu_signal(int signo, sighandler_t handler) in lsapi_criu_signal() argument
160 sa.sa_handler = handler; in lsapi_criu_signal()
/PHP-8.1/ext/xml/
H A Dxml_arginfo.h26 ZEND_ARG_INFO(0, handler)
/PHP-8.1/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt9 // Define error handler
/PHP-8.1/ext/curl/tests/
H A Dcurl_string_file_upload.phpt56 // clone curl handler
/PHP-8.1/ext/pcntl/
H A Dpcntl_arginfo.h22 ZEND_ARG_INFO(0, handler)
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c996 opline->handler = (void*)(((char*)entry) + offset); in dasm_link_and_encode()
1006 opline->handler = (void*)(((char*)entry) + offset); in dasm_link_and_encode()
2695 void *handler; in zend_jit() local
4141 if (!handler) { in zend_jit()
4289 opline->handler = jit_extension->orig_handler; in zend_runtime_jit()
4329 if (opline->handler == zend_jit_profile_jit_handler) { in zend_jit_check_funcs()
4336 opline->handler = jit_extension->orig_handler; in zend_jit_check_funcs()
4401 op_array->opcodes[cfg->blocks[i].start].handler = in zend_jit_setup_hot_counters_ex()
4491 jit_extension->orig_handler = (void*)opline->handler; in zend_jit_op_array()
4493 opline->handler = (const void*)zend_jit_runtime_jit_handler; in zend_jit_op_array()
[all …]
H A Dzend_jit_trace.c7006 if (handler) { in zend_jit_trace()
7086 return handler; in zend_jit_trace()
7141 return handler; in zend_jit_trace_exit_to_vm()
7147 const void *handler; in zend_jit_compile_root_trace() local
7189 if (handler) { in zend_jit_compile_root_trace()
7226 ((zend_op*)opline)->handler = handler; in zend_jit_compile_root_trace()
7747 const void *handler; in zend_jit_blacklist_trace_exit() local
7759 if (handler) { in zend_jit_blacklist_trace_exit()
7765 handler); in zend_jit_blacklist_trace_exit()
7853 if (handler) { in zend_jit_compile_side_trace()
[all …]
/PHP-8.1/ext/standard/tests/serialize/
H A D005.phpt124 // If the old style handler also fails to register the class then the object
/PHP-8.1/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt7 // Define error handler

Completed in 90 milliseconds

1...<<111213