Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_print.c265 void phpdbg_print_opcodes_function(const char *function, size_t len) { in phpdbg_print_opcodes_function()
285 static void phpdbg_print_opcodes_method_ce(zend_class_entry *ce, const char *function) { in phpdbg_print_opcodes_method_ce()
301 void phpdbg_print_opcodes_method(const char *class, const char *function) { in phpdbg_print_opcodes_method()
378 PHPDBG_API void phpdbg_print_opcodes(const char *function) in phpdbg_print_opcodes()
H A Dphpdbg.stub.php11 function phpdbg_break_function(string $function): void {}
H A Dphpdbg_list.c92 zend_function *function; in PHPDBG_LIST() local
H A Dxml.md37 function section
H A Dphpdbg_bp.c693 PHPDBG_API void phpdbg_set_breakpoint_function_opline(const char *function, zend_ulong opline) /* {… in phpdbg_set_breakpoint_function_opline()
1024 zend_function *function = execute_data->func; in phpdbg_find_breakpoint_param() local
H A Dphpdbg_prompt.c1439 zend_function *function; in PHPDBG_COMMAND() local
H A Dphpdbg.c394 char *function; in PHP_FUNCTION() local
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.c154 const char *function, int line, int flags, in zlog_buf_prefix()
193 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog()
254 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex()
267 void zlog_msg_ex(const char *function, int line, int flags, in zlog_msg_ex()
668 ssize_t zlog_stream_prefix_ex(struct zlog_stream *stream, const char *function, int line) /* {{{ */ in zlog_stream_prefix_ex()
H A Dfpm_php_trace.c73 long function; in fpm_php_trace_dump() local
H A Dzlog.h80 const char *function; member
/PHP-8.0/ext/soap/
H A Dsoap.c37 sdlFunctionPtr function; member
1179 static void _soap_server_exception(soapServicePtr service, sdlFunctionPtr function, zval *this_ptr)… in _soap_server_exception()
1213 sdlFunctionPtr function; local
1762 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr) /* {{{ */
2270 char* function,
2503 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local
2638 sdlFunctionPtr function; local
3077 sdlFunctionPtr function; local
3134 sdlFunctionPtr function; local
4153 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) /*…
[all …]
H A Dphp_sdl.c899 sdlFunctionPtr function; in load_wsdl() local
3495 sdlFunctionPtr function = Z_PTR_P(zv); in delete_function() local
3534 sdlFunctionPtr function = Z_PTR_P(zv); in delete_function_persistent() local
/PHP-8.0/Zend/
H A Dzend_opcode.c98 ZEND_API void destroy_zend_function(zend_function *function) in destroy_zend_function()
122 void zend_free_internal_arg_info(zend_internal_function *function) { in zend_free_internal_arg_info()
142 zend_function *function = Z_PTR_P(zv); in zend_function_dtor() local
H A Dzend_observer.c98 zend_function *function = execute_data->func; in zend_observer_fcall_install() local
H A Dzend_builtin_functions.stub.php62 function function_exists(string $function): bool {}
H A Dzend_execute.c4197 static zend_never_inline zend_execute_data *zend_init_dynamic_call_string(zend_string *function, ui… in zend_init_dynamic_call_string()
4252 if (ZSTR_VAL(function)[0] == '\\') { in zend_init_dynamic_call_string() local
4277 static zend_never_inline zend_execute_data *zend_init_dynamic_call_object(zend_object *function, ui… in zend_init_dynamic_call_object()
4321 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_execute_API.c114 zend_function *function = Z_PTR_P(zv); in clean_non_persistent_function_full() local
/PHP-8.0/ext/dba/
H A Ddba_db4.c46 const char *function = get_active_function_name(); in php_dba_db4_errcall_fcn() local
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php108 public function __construct(Closure|string $function) {}
481 public function __construct($function, int|string $param) {}
/PHP-8.0/ext/filter/
H A Dfilter.c34 void (*function)(PHP_INPUT_FILTER_PARAM_DECL); member
/PHP-8.0/main/
H A Dmain.c937 const char *function; in php_verror() local
1995 const wchar_t *function, in dummy_invalid_parameter_handler()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c89 zend_function *function; in zend_accel_move_user_functions() local
H A DZendAccelerator.c3343 zend_function *function = Z_PTR(p->val); local
3762 zend_function *function; local
/PHP-8.0/ext/pdo/
H A Dphp_pdo_driver.h633 zval function; member
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1708 zval *function = &tick_fe->arguments[0]; local

Completed in 112 milliseconds

12