Home
last modified time | relevance | path

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

1...<<11121314

/php-src/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_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 . "_…
2413 $handler = null;
2480 $handler = $code;
2482 $list[$lineno] = array("handler"=>$handler);
2541 $handler = $code;
2543 $list[$lineno] = array("handler"=>$handler);
2593 $handler = null;
2620 } else if ($handler !== null) {
[all …]
H A Dzend_frameless_function.h121 void *handler; member
H A Dzend_enum.c437 cases_function->handler = zend_enum_cases_func; in zend_enum_register_funcs()
446 from_function->handler = zend_enum_from_func; in zend_enum_register_funcs()
456 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.h137 const void *handler; member
531 zif_handler handler; member
/php-src/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-src/ext/curl/tests/
H A Dcurl_string_file_upload.phpt56 // clone curl handler
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt9 // Define error handler
/php-src/ext/dom/tests/
H A DDOMXPath_callables.phpt84 No callback handler "notinset" registered
/php-src/ext/dba/
H A Ddba.c164 static const dba_handler handler[] = { variable
368 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(new_value)); hptr++); in ZEND_INI_MH()
440 for(hptr = handler; hptr->name; hptr++) { in PHP_MINFO_FUNCTION()
616 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(handler_str)); hptr++); in php_dba_open()
1276 for(hptr = handler; hptr->name; hptr++) { in PHP_FUNCTION()
/php-src/ext/opcache/jit/
H A Dzend_jit.c1271 void *handler; in zend_jit() local
2725 handler = zend_jit_finish(&ctx); in zend_jit()
2726 if (!handler) { in zend_jit()
2870 opline->handler = jit_extension->orig_handler; in zend_runtime_jit()
2910 if (opline->handler == zend_jit_profile_jit_handler) { in zend_jit_check_funcs()
2917 opline->handler = jit_extension->orig_handler; in zend_jit_check_funcs()
2982 op_array->opcodes[cfg->blocks[i].start].handler = in zend_jit_setup_hot_counters_ex()
3072 jit_extension->orig_handler = (void*)opline->handler; in zend_jit_op_array()
3074 opline->handler = (const void*)zend_jit_runtime_jit_handler; in zend_jit_op_array()
3101 jit_extension->orig_handler = (void*)opline->handler; in zend_jit_op_array()
[all …]
H A Dzend_jit_trace.c7184 if (handler) { in zend_jit_trace()
7264 return handler; in zend_jit_trace()
7341 return handler; in zend_jit_trace_exit_to_vm()
7347 const void *handler; in zend_jit_compile_root_trace() local
7391 if (handler) { in zend_jit_compile_root_trace()
7449 ((zend_op*)opline)->handler = handler; in zend_jit_compile_root_trace()
8083 const void *handler; in zend_jit_blacklist_trace_exit() local
8095 if (handler) { in zend_jit_blacklist_trace_exit()
8101 handler); in zend_jit_blacklist_trace_exit()
8191 if (handler) { in zend_jit_compile_side_trace()
[all …]
/php-src/ext/xml/
H A Dxml_arginfo.h26 ZEND_ARG_TYPE_MASK(0, handler, MAY_BE_CALLABLE|MAY_BE_STRING|MAY_BE_NULL, NULL)
/php-src/ext/xml/tests/
H A Dxml_set_element_handler_errors.phpt2 Error conditions when setting invalid handler callables for xml_set_element_handler()
/php-src/ext/standard/tests/serialize/
H A D005.phpt124 // If the old style handler also fails to register the class then the object
/php-src/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-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt8 // Define error handler
H A Dclass_uses_variation1.phpt8 // Define error handler
/php-src/ext/zend_test/
H A Dtest.c833 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
857 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
1167 .handler = zend_test_internal_dnf_arguments,
/php-src/ext/standard/
H A Durl_scanner_ex.re739 php_output_handler_func_t handler;
743 handler = php_url_scanner_session_handler;
746 handler = php_url_scanner_output_handler;
751 php_output_start_internal(ZEND_STRL("URL-Rewriter"), handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
/php-src/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-src/sapi/apache2handler/
H A Dphp_functions.c150 ADD_STRING(handler); in PHP_FUNCTION()

Completed in 109 milliseconds

1...<<11121314