Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 31) sorted by last modified time

12

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16692 void *function = ZEND_FLF_HANDLER(opline); local
16709 void *function = ZEND_FLF_HANDLER(opline); local
16738 void *function = ZEND_FLF_HANDLER(opline); local
16783 void *function = ZEND_FLF_HANDLER(opline); local
/php-src/ext/reflection/
H A Dphp_reflection.stub.php122 public function __construct(Closure|string $function) {}
573 public function __construct($function, int|string $param) {}
H A Dphp_reflection.c1449 static void reflection_function_factory(zend_function *function, zval *closure_object, zval *object) in reflection_function_factory()
6119 zval function; in ZEND_METHOD() local
/php-src/ext/filter/
H A Dfilter.c34 void (*function)(PHP_INPUT_FILTER_PARAM_DECL); member
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c92 zend_function *function; in zend_accel_move_user_functions() local
H A DZendAccelerator.c3557 zend_function *function = Z_PTR(p->val); local
/php-src/Zend/
H A Dzend_compile.c1192 ZEND_API void function_add_ref(zend_function *function) /* {{{ */ in function_add_ref()
7715 zend_string *function = filename; in zend_begin_func_decl() local
H A Dzend_API.c2857 zend_function function; in zend_register_functions() local
H A Dzend_execute_API.c120 zend_function *function = Z_PTR_P(zv); in clean_non_persistent_function_full() local
H A Dzend_execute.c4662 static zend_never_inline zend_execute_data *zend_init_dynamic_call_string(zend_string *function, ui… in zend_init_dynamic_call_string()
4717 if (ZSTR_VAL(function)[0] == '\\') { in zend_init_dynamic_call_string() local
4742 static zend_never_inline zend_execute_data *zend_init_dynamic_call_object(zend_object *function, ui… in zend_init_dynamic_call_object()
4786 static zend_never_inline zend_execute_data *zend_init_dynamic_call_array(zend_array *function, uint… in zend_init_dynamic_call_array()
H A Dzend_observer.c26 #define ZEND_OBSERVER_DATA(function) \ argument
31 #define ZEND_OBSERVABLE_FN(function) \ argument
121 zend_function *function = execute_data->func; in zend_observer_fcall_install() local
177 ZEND_API void zend_observer_add_begin_handler(zend_function *function, zend_observer_fcall_begin_ha… in zend_observer_add_begin_handler()
194 ZEND_API bool zend_observer_remove_begin_handler(zend_function *function, zend_observer_fcall_begin… in zend_observer_remove_begin_handler()
198 ZEND_API void zend_observer_add_end_handler(zend_function *function, zend_observer_fcall_end_handle… in zend_observer_add_end_handler()
210 ZEND_API bool zend_observer_remove_end_handler(zend_function *function, zend_observer_fcall_end_han… in zend_observer_remove_end_handler()
227 zend_function *function = execute_data->func; in _zend_observe_fcall_begin() local
H A Dzend_vm_execute.h3697 zend_frameless_function_2 function = (zend_frameless_function_2)ZEND_FLF_HANDLER(opline); in ZEND_FRAMELESS_ICALL_2_SPEC_HANDLER() local
3720 zend_frameless_function_3 function = (zend_frameless_function_3)ZEND_FLF_HANDLER(opline); in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER() local
4138 zend_frameless_function_1 function = (zend_frameless_function_1)ZEND_FLF_HANDLER(opline); in ZEND_FRAMELESS_ICALL_1_SPEC_UNUSED_HANDLER() local
37353 zend_frameless_function_0 function = (zend_frameless_function_0)ZEND_FLF_HANDLER(opline); in ZEND_FRAMELESS_ICALL_0_SPEC_UNUSED_UNUSED_HANDLER() local
H A Dzend_compile.h535 #define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? ZSTR_VAL((function)… argument
H A Dzend_opcode.c103 ZEND_API void destroy_zend_function(zend_function *function) in destroy_zend_function()
125 void zend_free_internal_arg_info(zend_internal_function *function) { in zend_free_internal_arg_info()
145 zend_function *function = Z_PTR_P(zv); in zend_function_dtor() local
H A Dzend_builtin_functions.stub.php89 function function_exists(string $function): bool {}
/php-src/main/
H A Dmain.c953 const char *function; in php_verror() local
2018 const wchar_t *function, in dummy_invalid_parameter_handler()
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c235 void phpdbg_print_opcodes_function(const char *function, size_t len) { in phpdbg_print_opcodes_function()
246 static void phpdbg_print_opcodes_method_ce(zend_class_entry *ce, const char *function) { in phpdbg_print_opcodes_method_ce()
262 void phpdbg_print_opcodes_method(const char *class, const char *function) { in phpdbg_print_opcodes_method()
321 void phpdbg_print_opcodes(const char *function) in phpdbg_print_opcodes()
H A Dphpdbg.c347 char *function; in PHP_FUNCTION() local
H A Dphpdbg_prompt.c1418 zend_function *function; in PHPDBG_COMMAND() local
/php-src/sapi/fpm/fpm/
H A Dzlog.c157 const char *function, int line, int flags, in zlog_buf_prefix()
196 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog()
257 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex()
270 void zlog_msg_ex(const char *function, int line, int flags, in zlog_msg_ex()
665 ssize_t zlog_stream_prefix_ex(struct zlog_stream *stream, const char *function, int line) /* {{{ */ in zlog_stream_prefix_ex()
H A Dzlog.h80 const char *function; member
/php-src/ext/pdo/
H A Dphp_pdo_driver.h621 zval function; member
/php-src/ext/soap/
H A Dsoap.c37 sdlFunctionPtr function; member
1115 static void _soap_server_exception(soapServicePtr service, sdlFunctionPtr function, zval *this_ptr)… in _soap_server_exception()
1149 sdlFunctionPtr function; local
1660 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr) /* {{{ */
2149 char* function,
2380 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local
2516 sdlFunctionPtr function; local
2907 sdlFunctionPtr function; local
2964 sdlFunctionPtr function; local
3977 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) /*…
[all …]
H A Dphp_sdl.c909 sdlFunctionPtr function; in load_wsdl() local
3525 sdlFunctionPtr function = Z_PTR_P(zv); in delete_function() local
3564 sdlFunctionPtr function = Z_PTR_P(zv); in delete_function_persistent() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h182 lxb_css_syntax_token_function_t function; member

Completed in 343 milliseconds

12