Home
last modified time | relevance | path

Searched refs:arg_count (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c229 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
231 …if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &str… in PHP_FUNCTION()
237 if (arg_count == 3 && walk_to_top) { in PHP_FUNCTION()
257 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
260 …if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == F… in PHP_FUNCTION()
266 if (arg_count == 2 && walk_to_top) { in PHP_FUNCTION()
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_helpers.h21 void umsg_format_helper(UMessageFormat *fmt, int arg_count, zval **args,
H A Dmsgformat_helpers.cpp58 U_CFUNC void umsg_format_helper(UMessageFormat *fmt, int arg_count, zval **args, UChar **formatted,… in umsg_format_helper() argument
/PHP-5.3/sapi/apache2handler/
H A Dphp_functions.c259 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
262 …if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &str… in PHP_FUNCTION()
269 if (arg_count == 3) { in PHP_FUNCTION()
294 int arg_count = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
298 …if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == F… in PHP_FUNCTION()
305 if (arg_count == 2) { in PHP_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_API.c42 int arg_count; in zend_get_parameters() local
50 if (param_count>arg_count) { in zend_get_parameters()
58 param_ptr = *(p-arg_count); in zend_get_parameters()
71 arg_count--; in zend_get_parameters()
82 int arg_count; in _zend_get_parameters_array() local
88 if (param_count>arg_count) { in _zend_get_parameters_array()
106 arg_count--; in _zend_get_parameters_array()
118 int arg_count; in zend_get_parameters_ex() local
144 int arg_count; in _zend_get_parameters_array_ex() local
157 arg_count--; in _zend_get_parameters_array_ex()
[all …]
H A Dzend_builtin_functions.c386 int arg_count; in ZEND_FUNCTION() local
408 if (requested_offset >= arg_count) { in ZEND_FUNCTION()
413 arg = *(p-(arg_count-requested_offset)); in ZEND_FUNCTION()
426 int arg_count; in ZEND_FUNCTION() local
438 array_init_size(return_value, arg_count); in ZEND_FUNCTION()
439 for (i=0; i<arg_count; i++) { in ZEND_FUNCTION()
443 *element = **((zval **) (p-(arg_count-i))); in ZEND_FUNCTION()
1907 int arg_count = (int)(zend_uintptr_t) *p; in debug_backtrace_get_args() local
1910 array_init_size(arg_array, arg_count); in debug_backtrace_get_args()
1911 p -= arg_count; in debug_backtrace_get_args()
[all …]
H A Dzend_execute.h326 int arg_count = (int)(zend_uintptr_t) *p; in zend_vm_stack_get_arg() local
328 if (UNEXPECTED(requested_arg > arg_count)) { in zend_vm_stack_get_arg()
331 return (zval**)p - arg_count + requested_arg - 1; in zend_vm_stack_get_arg()
H A Dzend_vm_def.h2307 ulong arg_count = opline->extended_value; in ZEND_VM_HELPER() local
2309 while (arg_count>0) { in ZEND_VM_HELPER()
2310 zend_verify_arg_type(EX(function_state).function, ++i, *(p-arg_count), 0 TSRMLS_CC); in ZEND_VM_HELPER()
2311 arg_count--; in ZEND_VM_HELPER()
H A Dzend_vm_execute.h307 ulong arg_count = opline->extended_value; in zend_do_fcall_common_helper_SPEC() local
309 while (arg_count>0) { in zend_do_fcall_common_helper_SPEC()
310 zend_verify_arg_type(EX(function_state).function, ++i, *(p-arg_count), 0 TSRMLS_CC); in zend_do_fcall_common_helper_SPEC()
311 arg_count--; in zend_do_fcall_common_helper_SPEC()
/PHP-5.3/ext/standard/
H A Dbasic_functions.c124 int arg_count; member
129 int arg_count; member
4980 for (i = 0; i < tick_function_entry->arg_count; i++) {
5006 shutdown_function_entry->arg_count - 1,
5028 tick_fe->arg_count - 1,
5126 shutdown_function_entry.arg_count = ZEND_NUM_ARGS();
5128 if (shutdown_function_entry.arg_count < 1) {
5735 tick_fe.arg_count = ZEND_NUM_ARGS();
5737 if (tick_fe.arg_count < 1) {
5769 for (i = 0; i < tick_fe.arg_count; i++) {
[all …]
/PHP-5.3/ext/soap/
H A Dsoap.c2799 int arg_count, argument
3029 int arg_count; local
3098 arg_count = zend_hash_num_elements(Z_ARRVAL_P(args));
3100 if (arg_count > 0) {
3101 real_args = safe_emalloc(sizeof(zval *), arg_count, 0);
3113 if (arg_count > 0) {
3413 int arg_count = ZEND_NUM_ARGS(); local
3418 zend_get_parameters_array(ht, arg_count, arguments);
4431 for (i = 0;i < arg_count;i++) {
4452 if (n > arg_count) {
[all …]
/PHP-5.3/ext/spl/
H A Dspl_iterators.c1311 int arg_count; in spl_dual_it_call_method() local
1326 arg_count = (ulong) *p; in spl_dual_it_call_method()
1328 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1331 while (arg_count-- > 0) { in spl_dual_it_call_method()
1332 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1335 arg_count = current; /* restore */ in spl_dual_it_call_method()
1337 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval_ptr, arg_count, func_params, 0,… in spl_dual_it_call_method()

Completed in 236 milliseconds