Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 18 of 18) sorted by relevance

/PHP-7.3/ext/spl/
H A Dspl_functions.h69 #define SPL_ME(class_name, function_name, arg_info, flags) \ argument
72 #define SPL_ABSTRACT_ME(class_name, function_name, arg_info) \ argument
75 #define SPL_METHOD(class_name, function_name) \ argument
78 #define SPL_MA(class_name, function_name, alias_class, alias_function, arg_info, flags) \ argument
H A Dspl_array.c1469 zval function_name, params[2], *arg = NULL; in spl_array_method() local
/PHP-7.3/Zend/
H A Dzend_interfaces.h42 #define zend_call_method_with_0_params(obj, obj_ce, fn_proxy, function_name, retval) \ argument
45 #define zend_call_method_with_1_params(obj, obj_ce, fn_proxy, function_name, retval, arg1) \ argument
48 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ argument
H A Dzend_builtin_functions.c1904 zend_string *function_name; in ZEND_FUNCTION() local
1958 ZSTR_VAL(function_name)[0] = '\0'; in ZEND_FUNCTION() local
2255 const char *function_name; in ZEND_FUNCTION() local
2453 zend_string *function_name; in zend_fetch_debug_backtrace() local
H A Dzend_object_handlers.c1063 …_parent_private(zend_class_entry *scope, zend_class_entry *ce, zend_string *function_name) /* {{{ … in zend_get_parent_private()
1090 …t zend_check_private(zend_function *fbc, zend_class_entry *ce, zend_string *function_name) /* {{{ … in zend_check_private()
1289 ZEND_API zend_function *zend_std_get_static_method(zend_class_entry *ce, zend_string *function_name in zend_std_get_static_method()
H A Dzend_vm_def.h785 ZEND_VM_COLD_HELPER(zend_undefined_function_helper, ANY, ANY, zval *function_name) in ZEND_VM_COLD_HELPER()
3000 zval *function_name; variable
3151 zval *function_name; variable
3292 zval *function_name, *func; variable
3320 zval *function_name; variable
3375 zval *function_name; variable
H A Dzend_execute_API.c429 zend_string *function_name = func->common.function_name; in get_active_function_name() local
586 int _call_user_function_ex(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_coun… in _call_user_function_ex()
H A Dzend_interfaces.c33 …al *object, zend_class_entry *obj_ce, zend_function **fn_proxy, const char *function_name, size_t … in zend_call_method()
H A Dzend_vm_execute.h2098 zval *function_name; local
2287 zval *function_name; local
2404 zval *function_name; local
5051 zval *function_name; local
5201 zval *function_name; local
5342 zval *function_name; local
7233 zval *function_name; local
7383 zval *function_name; local
7524 zval *function_name; local
8617 zval *function_name; local
[all …]
H A Dzend_compile.h396 zend_string *function_name; member
444 zend_string* function_name; member
467 zend_string *function_name; member
H A Dzend_API.h44 zval function_name; member
471 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
473 #define call_user_function_ex(function_table, object, function_name, retval_ptr, param_count, param… argument
H A Dzend_execute.c1625 …ver_inline ZEND_COLD void ZEND_FASTCALL zend_invalid_method_call(zval *object, zval *function_name) in zend_invalid_method_call()
H A Dzend_API.c2847 ZEND_API int zend_disable_function(char *function_name, size_t function_name_length) /* {{{ */ in zend_disable_function()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_opcode.h33 zend_string *function_name; member
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_php_trace.c78 long function_name; in fpm_php_trace_dump() local
/PHP-7.3/ext/soap/
H A Dsoap.c38 zval function_name; member
1382 zval *function_name, function_copy; in PHP_METHOD() local
1490 zval function_name, *params, *soap_obj, retval; local
3372 static sdlFunctionPtr find_function(sdlPtr sdl, xmlNodePtr func, zval* function_name) /* {{{ */
3401 …erialize_function_call(sdlPtr sdl, xmlDocPtr request, char* actor, zval *function_name, int *num_p…
3701 static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, …
3803 static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, z…
4163 …r serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri,…
4465 static sdlFunctionPtr get_function(sdlPtr sdl, const char *function_name) /* {{{ */
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer.c994 zend_string *function_name = Z_STR_P(GET_OP(op2)); in zend_optimizer_get_called_func() local
1012 zval *function_name = GET_OP(op2) + 1; in zend_optimizer_get_called_func() local
/PHP-7.3/ext/standard/
H A Dbasic_functions.c5053 zend_string *function_name local
5208 PHPAPI zend_bool register_user_shutdown_function(char *function_name, size_t function_len, php_shut…
5220 PHPAPI zend_bool remove_user_shutdown_function(char *function_name, size_t function_len) /* {{{ */
5819 zend_string *function_name = NULL; local

Completed in 285 milliseconds