Home
last modified time | relevance | path

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

12

/PHP-7.1/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php8 protected $function; variable in gtVariationContainerFunction
20 public function setFunction(gtFunction $function) {
H A DgtErrorTestCaseFunction.php18 public function setFunction($function) {
H A DgtBasicTestCaseFunction.php19 public function setFunction($function) {
H A DgtVariationTestCaseFunction.php22 public function setUp(gtfunction $function, $argumentNumber, $variationData) {
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_print.c267 void phpdbg_print_opcodes_function(const char *function, size_t len) { in phpdbg_print_opcodes_function()
287 static void phpdbg_print_opcodes_method_ce(zend_class_entry *ce, const char *function) { in phpdbg_print_opcodes_method_ce()
303 void phpdbg_print_opcodes_method(const char *class, const char *function) { in phpdbg_print_opcodes_method()
380 PHPDBG_API void phpdbg_print_opcodes(char *function) in phpdbg_print_opcodes()
H A Dphpdbg_list.c94 zend_function *function; in PHPDBG_LIST() local
H A Dxml.md37 function section
H A Dphpdbg_bp.c681 PHPDBG_API void phpdbg_set_breakpoint_function_opline(const char *function, zend_ulong opline) /* {… in phpdbg_set_breakpoint_function_opline()
989 zend_function *function = execute_data->func; in phpdbg_find_breakpoint_param() local
H A Dphpdbg.c124 zend_function *function = (zend_function *) Z_PTR_P(data); in php_phpdbg_destroy_registered() local
403 char *function = NULL; in PHP_FUNCTION() local
H A Dphpdbg_prompt.c1494 zend_function *function; in PHPDBG_COMMAND() local
/PHP-7.1/ext/skeleton/
H A Dskeleton.php14 $function = 'confirm_' . $module . '_compiled'; variable
/PHP-7.1/sapi/fpm/fpm/
H A Dzlog.c101 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog()
198 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ { in zlog_ex()
H A Dfpm_php_trace.c78 long function; in fpm_php_trace_dump() local
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c45 zend_function *function = Z_PTR_P(zv); in zend_accel_destroy_zend_function() local
105 zend_function *function = Z_PTR_P(zv); in is_not_internal_function() local
126 zend_function *function = Z_PTR(p->val); in zend_accel_move_user_functions() local
140 zend_internal_function *function = Z_PTR_P(zv); in copy_internal_function() local
/PHP-7.1/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php60 $function = new gtFunction($name); variable
/PHP-7.1/ext/soap/
H A Dsoap.c38 sdlFunctionPtr function; member
1494 static void _soap_server_exception(soapServicePtr service, sdlFunctionPtr function, zval *this_ptr)… in _soap_server_exception()
1529 sdlFunctionPtr function; local
2067 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr)
2613 char* function,
2845 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local
2962 sdlFunctionPtr function; local
3407 sdlFunctionPtr function; local
3438 sdlFunctionPtr function; local
4452 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response)
[all …]
H A Dphp_sdl.c897 sdlFunctionPtr function; in load_wsdl() local
3496 sdlFunctionPtr function = Z_PTR_P(zv); in delete_function() local
3535 sdlFunctionPtr function = Z_PTR_P(zv); in delete_function_persistent() local
/PHP-7.1/Zend/
H A Dzend_opcode.c105 ZEND_API void destroy_zend_function(zend_function *function) in destroy_zend_function()
118 zend_function *function = Z_PTR_P(zv); in zend_function_dtor() local
H A Dzend_execute_API.c105 zend_function *function = Z_PTR_P(zv); in clean_non_persistent_function() local
112 zend_function *function = Z_PTR_P(zv); in clean_non_persistent_function_full() local
H A Dzend_execute.c2563 static zend_never_inline zend_execute_data *zend_init_dynamic_call_string(zend_string *function, ui… in zend_init_dynamic_call_string()
2623 if (ZSTR_VAL(function)[0] == '\\') { in zend_init_dynamic_call_string() local
2649 static zend_never_inline zend_execute_data *zend_init_dynamic_call_object(zval *function, uint32_t … in zend_init_dynamic_call_object()
2682 static zend_never_inline zend_execute_data *zend_init_dynamic_call_array(zend_array *function, uint… in zend_init_dynamic_call_array()
/PHP-7.1/ext/dba/
H A Ddba_db4.c50 const char *function = get_active_function_name(); in php_dba_db4_errcall_fcn() local
/PHP-7.1/ext/filter/
H A Dfilter.c37 void (*function)(PHP_INPUT_FILTER_PARAM_DECL); member
/PHP-7.1/main/
H A Dmain.c780 const char *function; in php_verror() local
2050 const wchar_t *function, in dummy_invalid_parameter_handler()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c5032 zval *function = &tick_fe->arguments[0]; local
5801 zval *function; local
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1107 static zend_string *preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_na… in preg_do_repl_func()

Completed in 93 milliseconds

12