Home
last modified time | relevance | path

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

12

/PHP-7.2/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationContainerFunction.php8 protected $function; variable in gtVariationContainerFunction
20 public function setFunction(gtFunction $function) {
H A DgtBasicTestCaseFunction.php19 public function setFunction($function) {
H A DgtErrorTestCaseFunction.php18 public function setFunction($function) {
H A DgtVariationTestCaseFunction.php22 public function setUp(gtfunction $function, $argumentNumber, $variationData) {
/PHP-7.2/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.c695 PHPDBG_API void phpdbg_set_breakpoint_function_opline(const char *function, zend_ulong opline) /* {… in phpdbg_set_breakpoint_function_opline()
1032 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.c1495 zend_function *function; in PHPDBG_COMMAND() local
/PHP-7.2/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.2/ext/skeleton/
H A Dskeleton.php14 $function = 'confirm_' . $module . '_compiled'; variable
/PHP-7.2/ext/sodium/
H A Dlibsodium.php14 $function = 'sodium_memzero'; variable
/PHP-7.2/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.2/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php60 $function = new gtFunction($name); variable
/PHP-7.2/ext/soap/
H A Dsoap.c38 sdlFunctionPtr function; member
1483 static void _soap_server_exception(soapServicePtr service, sdlFunctionPtr function, zval *this_ptr)… in _soap_server_exception()
1518 sdlFunctionPtr function; local
2056 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr)
2592 char* function,
2824 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local
2942 sdlFunctionPtr function; local
3387 sdlFunctionPtr function; local
3418 sdlFunctionPtr function; local
4432 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.2/Zend/
H A Dzend_opcode.c105 ZEND_API void destroy_zend_function(zend_function *function) in destroy_zend_function()
135 zend_function *function = Z_PTR_P(zv); in zend_function_dtor() local
H A Dzend_execute.c2547 static zend_never_inline zend_execute_data *zend_init_dynamic_call_string(zend_string *function, ui… in zend_init_dynamic_call_string()
2607 if (ZSTR_VAL(function)[0] == '\\') { in zend_init_dynamic_call_string() local
2633 static zend_never_inline zend_execute_data *zend_init_dynamic_call_object(zval *function, uint32_t … in zend_init_dynamic_call_object()
2669 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.c112 zend_function *function = Z_PTR_P(zv); in clean_non_persistent_function_full() local
/PHP-7.2/ext/dba/
H A Ddba_db4.c50 const char *function = get_active_function_name(); in php_dba_db4_errcall_fcn() local
/PHP-7.2/ext/filter/
H A Dfilter.c37 void (*function)(PHP_INPUT_FILTER_PARAM_DECL); member
/PHP-7.2/main/
H A Dmain.c774 const char *function; in php_verror() local
2058 const wchar_t *function, in dummy_invalid_parameter_handler()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c5038 zval *function = &tick_fe->arguments[0]; local
5828 zval *function; local

Completed in 112 milliseconds

12