Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/
H A Dspl_functions.h71 #define SPL_ME(class_name, function_name, arg_info, flags) \ argument
74 #define SPL_ABSTRACT_ME(class_name, function_name, arg_info) \ argument
77 #define SPL_METHOD(class_name, function_name) \ argument
80 #define SPL_MA(class_name, function_name, alias_class, alias_function, arg_info, flags) \ argument
H A Dspl_array.c1447 zval function_name, params[2], *arg = NULL; in spl_array_method() local
/PHP-7.1/Zend/
H A Dzend_interfaces.h43 #define zend_call_method_with_0_params(obj, obj_ce, fn_proxy, function_name, retval) \ argument
46 #define zend_call_method_with_1_params(obj, obj_ce, fn_proxy, function_name, retval, arg1) \ argument
49 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ argument
H A Dzend_object_handlers.c1061 …nd_check_private_int(zend_function *fbc, zend_class_entry *ce, zend_string *function_name) /* {{{ … in zend_check_private_int()
1102 …t zend_check_private(zend_function *fbc, zend_class_entry *ce, zend_string *function_name) /* {{{ … in zend_check_private()
1283 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_builtin_functions.c2025 zend_string *function_name; in ZEND_FUNCTION() local
2079 ZSTR_VAL(function_name)[0] = '\0'; in ZEND_FUNCTION() local
2390 const char *function_name; in ZEND_FUNCTION() local
2588 zend_string *function_name; in zend_fetch_debug_backtrace() local
H A Dzend_execute_API.c460 zend_string *function_name = func->common.function_name; in get_active_function_name() local
660 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_vm_def.h3121 zval *function_name; variable
3249 zval *function_name; variable
3405 zval *function_name, *func; variable
3435 zval *function_name; variable
3492 zval *function_name; variable
H A Dzend_interfaces.c34 …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.h2152 zval *function_name; local
2463 zval *function_name; local
2562 zval *function_name; local
5338 zval *function_name; local
5464 zval *function_name; local
5620 zval *function_name; local
7474 zval *function_name; local
9275 zval *function_name; local
9401 zval *function_name; local
9557 zval *function_name; local
[all …]
H A Dzend_compile.h358 zend_string *function_name; member
407 zend_string* function_name; member
430 zend_string *function_name; member
H A Dzend_API.h46 zval function_name; member
478 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
480 #define call_user_function_ex(function_table, object, function_name, retval_ptr, param_count, param… argument
H A Dzend_API.c2771 ZEND_API int zend_disable_function(char *function_name, size_t function_name_length) /* {{{ */ in zend_disable_function()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_opcode.h33 zend_string *function_name; member
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_php_trace.c79 long function_name; in fpm_php_trace_dump() local
/PHP-7.1/ext/soap/
H A Dsoap.c39 zval function_name; member
1411 zval *function_name, function_copy; in PHP_METHOD() local
1523 zval function_name, *params, *soap_obj, retval; local
3405 static sdlFunctionPtr find_function(sdlPtr sdl, xmlNodePtr func, zval* function_name)
3433 …erialize_function_call(sdlPtr sdl, xmlDocPtr request, char* actor, zval *function_name, int *num_p…
3731 static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, …
3832 static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, z…
4191 …r serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri,…
4489 static sdlFunctionPtr get_function(sdlPtr sdl, const char *function_name)
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.c599 zend_string *function_name = Z_STR_P(GET_OP(op2)); in zend_optimizer_get_called_func() local
617 zval *function_name = GET_OP(op2) + 1; in zend_optimizer_get_called_func() local
/PHP-7.1/ext/standard/
H A Dbasic_functions.c5002 zend_string *function_name; local
5170 PHPAPI zend_bool register_user_shutdown_function(char *function_name, size_t function_len, php_shut…
5181 PHPAPI zend_bool remove_user_shutdown_function(char *function_name, size_t function_len) /* {{{ */
5748 zend_string *function_name = NULL; local

Completed in 257 milliseconds