param_count 45 Zend/zend_API.c ZEND_API int zend_get_parameters(int ht, int param_count, ...) /* {{{ */ param_count 56 Zend/zend_API.c if (param_count>arg_count) { param_count 60 Zend/zend_API.c va_start(ptr, param_count); param_count 62 Zend/zend_API.c while (param_count-->0) { param_count 85 Zend/zend_API.c ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC) /* {{{ */ param_count 94 Zend/zend_API.c if (param_count>arg_count) { param_count 98 Zend/zend_API.c while (param_count-->0) { param_count 121 Zend/zend_API.c ZEND_API int zend_get_parameters_ex(int param_count, ...) /* {{{ */ param_count 132 Zend/zend_API.c if (param_count>arg_count) { param_count 136 Zend/zend_API.c va_start(ptr, param_count); param_count 137 Zend/zend_API.c while (param_count-->0) { param_count 147 Zend/zend_API.c ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_array TSRMLS_DC) /* {{{ */ param_count 155 Zend/zend_API.c if (param_count>arg_count) { param_count 159 Zend/zend_API.c while (param_count-->0) { param_count 170 Zend/zend_API.c ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array TSRMLS_DC) /* {{{ */ param_count 178 Zend/zend_API.c if (param_count>arg_count) { param_count 182 Zend/zend_API.c while (param_count-->0) { param_count 3260 Zend/zend_API.c fci->param_count = 0; param_count 3277 Zend/zend_API.c fci->param_count = 0; param_count 3281 Zend/zend_API.c ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params) /* {{{ */ param_count 3283 Zend/zend_API.c *param_count = fci->param_count; param_count 3285 Zend/zend_API.c fci->param_count = 0; param_count 3290 Zend/zend_API.c ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params) /* {{{ */ param_count 3293 Zend/zend_API.c fci->param_count = param_count; param_count 3313 Zend/zend_API.c fci->param_count = zend_hash_num_elements(Z_ARRVAL_P(args)); param_count 3314 Zend/zend_API.c fci->params = params = (zval ***) erealloc(fci->params, fci->param_count * sizeof(zval **)); param_count 3337 Zend/zend_API.c fci->param_count = argc; param_count 3338 Zend/zend_API.c fci->params = (zval ***) erealloc(fci->params, fci->param_count * sizeof(zval **)); param_count 3361 Zend/zend_API.c fci->param_count = argc; param_count 3362 Zend/zend_API.c fci->params = (zval ***) erealloc(fci->params, fci->param_count * sizeof(zval **)); param_count 49 Zend/zend_API.h zend_uint param_count; param_count 239 Zend/zend_API.h ZEND_API int zend_get_parameters(int ht, int param_count, ...); param_count 240 Zend/zend_API.h ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC); param_count 241 Zend/zend_API.h ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...); param_count 242 Zend/zend_API.h ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_array TSRMLS_DC); param_count 245 Zend/zend_API.h ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array TSRMLS_DC); param_count 247 Zend/zend_API.h #define zend_get_parameters_array(ht, param_count, argument_array) \ param_count 248 Zend/zend_API.h _zend_get_parameters_array(ht, param_count, argument_array TSRMLS_CC) param_count 249 Zend/zend_API.h #define zend_get_parameters_array_ex(param_count, argument_array) \ param_count 250 Zend/zend_API.h _zend_get_parameters_array_ex(param_count, argument_array TSRMLS_CC) param_count 453 Zend/zend_API.h ZEND_API int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retval_ptr, zend_uint param_count, zval *params[] TSRMLS_DC); param_count 454 Zend/zend_API.h ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC); param_count 479 Zend/zend_API.h ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params); param_count 483 Zend/zend_API.h ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params); param_count 703 Zend/zend_exceptions.c fci.param_count = 0; param_count 1522 Zend/zend_execute.c fci->param_count, *fci->retval_ptr_ptr, fci->retval_ptr_ptr, param_count 575 Zend/zend_execute_API.c int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, zval *retval_ptr, zend_uint param_count, zval *params[] TSRMLS_DC) /* {{{ */ param_count 582 Zend/zend_execute_API.c if (param_count) { param_count 583 Zend/zend_execute_API.c params_array = (zval ***) emalloc(sizeof(zval **)*param_count); param_count 584 Zend/zend_execute_API.c for (i=0; i<param_count; i++) { param_count 590 Zend/zend_execute_API.c ex_retval = call_user_function_ex(function_table, object_pp, function_name, &local_retval_ptr, param_count, params_array, 1, NULL TSRMLS_CC); param_count 603 Zend/zend_execute_API.c int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zval **params[], int no_separation, HashTable *symbol_table TSRMLS_DC) /* {{{ */ param_count 612 Zend/zend_execute_API.c fci.param_count = param_count; param_count 718 Zend/zend_execute_API.c ZEND_VM_STACK_GROW_IF_NEEDED(fci->param_count + 1); param_count 720 Zend/zend_execute_API.c for (i=0; i<fci->param_count; i++) { param_count 772 Zend/zend_execute_API.c zend_vm_stack_push((void*)(zend_uintptr_t)fci->param_count TSRMLS_CC); param_count 847 Zend/zend_execute_API.c EX(function_state).function->internal_function.handler(fci->param_count, *fci->retval_ptr_ptr, fci->retval_ptr_ptr, fci->object_ptr, 1 TSRMLS_CC); param_count 871 Zend/zend_execute_API.c Z_OBJ_HT_P(fci->object_ptr)->call_method(EX(function_state).function->common.function_name, fci->param_count, *fci->retval_ptr_ptr, fci->retval_ptr_ptr, fci->object_ptr, 1 TSRMLS_CC); param_count 993 Zend/zend_execute_API.c fcall_info.param_count = 1; param_count 34 Zend/zend_interfaces.c ZEND_API zval* zend_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_count, zval* arg1, zval* arg2 TSRMLS_DC) param_count 52 Zend/zend_interfaces.c fci.param_count = param_count; param_count 41 Zend/zend_interfaces.h ZEND_API zval* zend_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_proxy, const char *function_name, int function_name_len, zval **retval_ptr_ptr, int param_count, zval* arg1, zval* arg2 TSRMLS_DC); param_count 1340 ext/curl/interface.c fci.param_count = 2; param_count 1407 ext/curl/interface.c fci.param_count = 3; param_count 1486 ext/curl/interface.c fci.param_count = 5; param_count 1561 ext/curl/interface.c fci.param_count = 3; param_count 1639 ext/curl/interface.c fci.param_count = 2; param_count 116 ext/dom/xpath.c fci.param_count = nargs - 1; param_count 117 ext/dom/xpath.c if (fci.param_count > 0) { param_count 118 ext/dom/xpath.c fci.params = safe_emalloc(fci.param_count, sizeof(zval**), 0); param_count 119 ext/dom/xpath.c args = safe_emalloc(fci.param_count, sizeof(zval *), 0); param_count 187 ext/dom/xpath.c if (fci.param_count > 0) { param_count 248 ext/dom/xpath.c if (fci.param_count > 0) { param_count 248 ext/intl/converter/converter.c objval->to_cb.param_count = 4; param_count 345 ext/intl/converter/converter.c objval->from_cb.param_count = 4; param_count 618 ext/libxml/libxml.c fci->param_count = sizeof(params)/sizeof(*params); param_count 972 ext/mbstring/php_mbregex.c arg_replace_fci.param_count = 1; param_count 2179 ext/mysql/php_mysql.c fci.param_count = 0; param_count 1310 ext/mysqli/mysqli.c fci.param_count = 0; param_count 890 ext/mysqli/mysqli_api.c php_mysqli_stmt_copy_it(zval *** copies, zval *original, uint param_count, uint current) param_count 893 ext/mysqli/mysqli_api.c *copies = ecalloc(param_count, sizeof(zval *)); param_count 279 ext/mysqlnd/mysqlnd_ps.c for (;i < stmt->param_count; i++) { param_count 327 ext/mysqlnd/mysqlnd_ps.c stmt->param_count = prepare_resp->param_count; param_count 425 ext/mysqlnd/mysqlnd_ps.c if (stmt_to_prepare->param_count) { param_count 674 ext/mysqlnd/mysqlnd_ps.c if (stmt->param_count) { param_count 682 ext/mysqlnd/mysqlnd_ps.c for (i = 0; i < stmt->param_count; i++) { param_count 1219 ext/mysqlnd/mysqlnd_ps.c for (i = 0; i < stmt->param_count; i++) { param_count 1319 ext/mysqlnd/mysqlnd_ps.c if (param_no >= stmt->param_count) { param_count 1408 ext/mysqlnd/mysqlnd_ps.c DBG_INF_FMT("stmt=%lu param_count=%u", stmt->stmt_id, stmt->param_count); param_count 1422 ext/mysqlnd/mysqlnd_ps.c if (stmt->param_count) { param_count 1435 ext/mysqlnd/mysqlnd_ps.c for (i = 0; i < stmt->param_count; i++) { param_count 1450 ext/mysqlnd/mysqlnd_ps.c for (i = 0; i < stmt->param_count; i++) { param_count 1479 ext/mysqlnd/mysqlnd_ps.c DBG_INF_FMT("stmt=%lu param_no=%u param_count=%u type=%u", stmt->stmt_id, param_no, stmt->param_count, type); param_count 1487 ext/mysqlnd/mysqlnd_ps.c if (param_no >= stmt->param_count) { param_count 1495 ext/mysqlnd/mysqlnd_ps.c if (stmt->param_count) { param_count 1497 ext/mysqlnd/mysqlnd_ps.c stmt->param_bind = mnd_pecalloc(stmt->param_count, sizeof(MYSQLND_PARAM_BIND), stmt->persistent); param_count 1535 ext/mysqlnd/mysqlnd_ps.c DBG_INF_FMT("stmt=%lu param_count=%u", stmt->stmt_id, stmt->param_count); param_count 1546 ext/mysqlnd/mysqlnd_ps.c if (stmt->param_count) { param_count 1722 ext/mysqlnd/mysqlnd_ps.c MYSQLND_METHOD(mysqlnd_stmt, param_count)(const MYSQLND_STMT * const s TSRMLS_DC) param_count 1725 ext/mysqlnd/mysqlnd_ps.c return stmt? stmt->param_count : 0; param_count 1775 ext/mysqlnd/mysqlnd_ps.c if (!stmt || !stmt->param_count) { param_count 2132 ext/mysqlnd/mysqlnd_ps.c DBG_INF_FMT("stmt=%lu param_bind=%p param_count=%u", stmt->stmt_id, stmt->param_bind, stmt->param_count); param_count 2142 ext/mysqlnd/mysqlnd_ps.c for (i = 0; i < stmt->param_count; i++) { param_count 2281 ext/mysqlnd/mysqlnd_ps.c DBG_RETURN(mnd_pecalloc(stmt->param_count, sizeof(MYSQLND_PARAM_BIND), stmt->persistent)); param_count 2354 ext/mysqlnd/mysqlnd_ps.c MYSQLND_METHOD(mysqlnd_stmt, param_count), param_count 517 ext/mysqlnd/mysqlnd_ps_codec.c mysqlnd_stmt_copy_it(zval *** copies, zval * original, unsigned int param_count, unsigned int current TSRMLS_DC) param_count 520 ext/mysqlnd/mysqlnd_ps_codec.c *copies = mnd_ecalloc(param_count, sizeof(zval *)); param_count 540 ext/mysqlnd/mysqlnd_ps_codec.c for (i = 0; i < stmt->param_count; i++) { param_count 585 ext/mysqlnd/mysqlnd_ps_codec.c for (i = 0; i < stmt->param_count; i++) { param_count 592 ext/mysqlnd/mysqlnd_ps_codec.c PASS != mysqlnd_stmt_copy_it(copies_param, stmt->param_bind[i].zv, stmt->param_count, i TSRMLS_CC)) param_count 644 ext/mysqlnd/mysqlnd_ps_codec.c for (i = 0; i < stmt->param_count; i++) { param_count 687 ext/mysqlnd/mysqlnd_ps_codec.c for (i = 0; i < stmt->param_count; i++) { param_count 695 ext/mysqlnd/mysqlnd_ps_codec.c for (j = i + 1; j < stmt->param_count; j++) { param_count 699 ext/mysqlnd/mysqlnd_ps_codec.c if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { param_count 713 ext/mysqlnd/mysqlnd_ps_codec.c if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { param_count 748 ext/mysqlnd/mysqlnd_ps_codec.c if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i TSRMLS_CC)) { param_count 772 ext/mysqlnd/mysqlnd_ps_codec.c for (i = 0; i < stmt->param_count; i++) { param_count 845 ext/mysqlnd/mysqlnd_ps_codec.c unsigned int null_count = (stmt->param_count + 7) / 8; param_count 872 ext/mysqlnd/mysqlnd_ps_codec.c if (FAIL == mysqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, stmt->param_count * 2 TSRMLS_CC)) { param_count 2007 ext/mysqlnd/mysqlnd_wireprotocol.c packet->param_count = uint2korr(p); param_count 2020 ext/mysqlnd/mysqlnd_wireprotocol.c packet->stmt_id, packet->field_count, packet->param_count); param_count 263 ext/mysqlnd/mysqlnd_wireprotocol.h unsigned int param_count; param_count 797 ext/pdo/pdo_stmt.c fci->param_count = num_args; /* probably less */ param_count 829 ext/pdo/pdo_stmt.c stmt->fetch.cls.fci.param_count = 0; param_count 935 ext/pdo/pdo_stmt.c old_arg_count = stmt->fetch.cls.fci.param_count; param_count 1179 ext/pdo/pdo_stmt.c stmt->fetch.cls.fci.param_count = old_arg_count; param_count 1184 ext/pdo/pdo_stmt.c stmt->fetch.func.fci.param_count = idx; param_count 1335 ext/pdo/pdo_stmt.c old_arg_count = stmt->fetch.cls.fci.param_count; param_count 1369 ext/pdo/pdo_stmt.c stmt->fetch.cls.fci.param_count = old_arg_count; param_count 1420 ext/pdo/pdo_stmt.c old_arg_count = stmt->fetch.cls.fci.param_count; param_count 1545 ext/pdo/pdo_stmt.c stmt->fetch.cls.fci.param_count = old_arg_count; param_count 334 ext/pdo_sqlite/sqlite_driver.c fc->fci.param_count = fake_argc; param_count 506 ext/pdo_sqlite/sqlite_driver.c collation->fc.fci.param_count = 2; param_count 2799 ext/pgsql/pgsql.c fci.param_count = 0; param_count 699 ext/phar/phar_object.c fci.param_count = 1; param_count 1452 ext/phar/util.c fci.param_count = 3; param_count 1436 ext/reflection/php_reflection.c fci.param_count = ctor_argc; param_count 1471 ext/reflection/php_reflection.c fci.param_count = 2; param_count 1952 ext/reflection/php_reflection.c fci.param_count = num_args; param_count 2019 ext/reflection/php_reflection.c fci.param_count = argc; param_count 2952 ext/reflection/php_reflection.c fci.param_count = num_args - 1; param_count 3061 ext/reflection/php_reflection.c fci.param_count = argc; param_count 4305 ext/reflection/php_reflection.c fci.param_count = num_args; param_count 4410 ext/reflection/php_reflection.c fci.param_count = argc; param_count 31 ext/soap/php_packet_soap.c int param_count = 0; param_count 335 ext/soap/php_packet_soap.c param_count++; param_count 370 ext/soap/php_packet_soap.c ++param_count; param_count 379 ext/soap/php_packet_soap.c if (param_count == 0) { param_count 382 ext/soap/php_packet_soap.c } else if (param_count == 1) { param_count 929 ext/soap/soap.c fci.param_count = 0; param_count 3759 ext/soap/soap.c int param_count; param_count 3787 ext/soap/soap.c param_count = zend_hash_num_elements(function->responseParameters); param_count 3789 ext/soap/soap.c param_count = 0; param_count 3792 ext/soap/soap.c param_count = 1; param_count 3795 ext/soap/soap.c if (param_count == 1) { param_count 3822 ext/soap/soap.c } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) { param_count 2125 ext/spl/spl_directory.c fci.param_count = num_args; param_count 71 ext/spl/spl_engine.h fci.param_count = argc; param_count 2018 ext/spl/spl_iterators.c fci->param_count = 3; param_count 721 ext/sqlite3/sqlite3.c fc->fci.param_count = fake_argc; param_count 894 ext/sqlite3/sqlite3.c collation->fci.fci.param_count = 2; param_count 587 ext/standard/array.c BG(user_compare_fci).param_count = 2; param_count 753 ext/standard/array.c BG(user_compare_fci).param_count = 2; param_count 1056 ext/standard/array.c BG(array_walk_fci).param_count = userdata ? 3 : 2; param_count 2799 ext/standard/array.c BG(user_compare_fci).param_count = 2; param_count 4034 ext/standard/array.c fci.param_count = 2; param_count 4095 ext/standard/array.c fci.param_count = 2; param_count 4098 ext/standard/array.c fci.param_count = 1; param_count 4261 ext/standard/array.c fci.param_count = n_arrays; param_count 4755 ext/standard/basic_functions.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) { param_count 4885 ext/standard/basic_functions.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) { param_count 526 ext/xml/xml.c fci.param_count = argc; param_count 233 ext/xsl/xsltprocessor.c fci.param_count = nargs - 1; param_count 234 ext/xsl/xsltprocessor.c if (fci.param_count > 0) { param_count 235 ext/xsl/xsltprocessor.c fci.params = safe_emalloc(fci.param_count, sizeof(zval**), 0); param_count 236 ext/xsl/xsltprocessor.c args = safe_emalloc(fci.param_count, sizeof(zval *), 0); param_count 317 ext/xsl/xsltprocessor.c if (fci.param_count > 0) { param_count 379 ext/xsl/xsltprocessor.c if (fci.param_count > 0) { param_count 311 main/streams/userspace.c fci.param_count = 0; param_count 165 sapi/phpdbg/phpdbg_prompt.c fci.param_count = 0; param_count 170 sapi/phpdbg/phpdbg_prompt.c fci.param_count); param_count 556 sapi/phpdbg/phpdbg_prompt.c fci.param_count = 0;