Home
last modified time | relevance | path

Searched refs:handler (Results 276 – 300 of 340) sorted by relevance

1...<<11121314

/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c426 orig_file_exists = old_function->internal_function.handler;
427 old_function->internal_function.handler = accel_file_exists;
430 orig_is_file = old_function->internal_function.handler;
431 old_function->internal_function.handler = accel_is_file;
434 orig_is_readable = old_function->internal_function.handler;
435 old_function->internal_function.handler = accel_is_readable;
/PHP-8.3/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.3/Zend/
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_enum.c437 cases_function->handler = zend_enum_cases_func; in zend_enum_register_funcs()
445 from_function->handler = zend_enum_from_func; in zend_enum_register_funcs()
454 try_from_function->handler = zend_enum_try_from_func; in zend_enum_register_funcs()
H A Dzend_string.c361 …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
363 interned_string_request_handler = handler; in zend_interned_strings_set_request_storage_handlers()
H A Dzend_compile.h135 const void *handler; member
514 zif_handler handler; member
/PHP-8.3/ext/curl/tests/
H A Dcurl_string_file_upload.phpt56 // clone curl handler
/PHP-8.3/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt9 // Define error handler
/PHP-8.3/ext/xml/
H A Dxml_arginfo.h26 ZEND_ARG_INFO(0, handler)
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c1031 opline->handler = (void*)(((char*)entry) + offset); in dasm_link_and_encode()
1041 opline->handler = (void*)(((char*)entry) + offset); in dasm_link_and_encode()
2708 void *handler; in zend_jit() local
4144 if (!handler) { in zend_jit()
4290 opline->handler = jit_extension->orig_handler; in zend_runtime_jit()
4330 if (opline->handler == zend_jit_profile_jit_handler) { in zend_jit_check_funcs()
4337 opline->handler = jit_extension->orig_handler; in zend_jit_check_funcs()
4402 op_array->opcodes[cfg->blocks[i].start].handler = in zend_jit_setup_hot_counters_ex()
4492 jit_extension->orig_handler = (void*)opline->handler; in zend_jit_op_array()
4494 opline->handler = (const void*)zend_jit_runtime_jit_handler; in zend_jit_op_array()
[all …]
H A Dzend_jit_trace.c7009 if (handler) { in zend_jit_trace()
7089 return handler; in zend_jit_trace()
7144 return handler; in zend_jit_trace_exit_to_vm()
7150 const void *handler; in zend_jit_compile_root_trace() local
7192 if (handler) { in zend_jit_compile_root_trace()
7229 ((zend_op*)opline)->handler = handler; in zend_jit_compile_root_trace()
7830 const void *handler; in zend_jit_blacklist_trace_exit() local
7842 if (handler) { in zend_jit_blacklist_trace_exit()
7848 handler); in zend_jit_blacklist_trace_exit()
7936 if (handler) { in zend_jit_compile_side_trace()
[all …]
/PHP-8.3/ext/standard/tests/serialize/
H A D005.phpt124 // If the old style handler also fails to register the class then the object
/PHP-8.3/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt7 // Define error handler
H A Darray_multisort_variation3.phpt7 // Define error handler
H A Darray_multisort_variation2.phpt7 // Define error handler
/PHP-8.3/ext/spl/tests/
H A Dclass_implements_variation1.phpt8 // Define error handler
H A Dclass_uses_variation1.phpt8 // Define error handler
/PHP-8.3/ext/zend_test/
H A Dtest.c820 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
843 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
1152 .handler = zend_test_internal_dnf_arguments,
/PHP-8.3/ext/standard/
H A Durl_scanner_ex.re738 php_output_handler_func_t handler;
743 handler = php_url_scanner_session_handler;
746 handler = php_url_scanner_output_handler;
791 php_output_start_internal(ZEND_STRL("URL-Rewriter"), handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c888 PHAR_G(orig_##func) = orig->internal_function.handler; \
889 orig->internal_function.handler = phar_##func; \
925 orig->internal_function.handler = PHAR_G(orig_##func); \
/PHP-8.3/sapi/apache2handler/
H A Dphp_functions.c150 ADD_STRING(handler); in PHP_FUNCTION()
/PHP-8.3/ext/dom/
H A Ddocument.c143 xmlCharEncodingHandlerPtr handler; in dom_document_encoding_write() local
159 handler = xmlFindCharEncodingHandler(ZSTR_VAL(str)); in dom_document_encoding_write()
161 if (handler != NULL) { in dom_document_encoding_write()
162 xmlCharEncCloseFunc(handler); in dom_document_encoding_write()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_help.c262 return cmd->handler(param); in PHPDBG_COMMAND()
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt27 //set the error handler, this is required as
/PHP-8.3/
H A DUPGRADING.INTERNALS18 provides a default object handler when create_object() is not overriding it.

Completed in 105 milliseconds

1...<<11121314