| /PHP_5_3/ext/interbase/ |
| H A D | ibase_events.c | 131 int num_args; local 143 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+", &args, &num_args) == FAILURE) { 275 int link_res_id, num_args; local 284 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+", &args, &num_args) == FAILURE) {
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 751 string_printf(str, "%s- Parameters [%d] {\n", indent, fptr->common.num_args); 752 for (i = 0; i < fptr->common.num_args; i++) { 941 static int _extension_ini_string(zend_ini_entry *ini_entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 976 static int _extension_class_string(zend_class_entry **pce TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 991 static int _extension_const_string(zend_constant *constant TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 1748 int result, num_args = 0; local 1757 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "*", ¶ms, &num_args) == FAILURE) { 1767 fci.param_count = num_args; 1779 if (num_args) { 1884 RETURN_LONG(fptr->common.num_args); 2560 int result, num_args = 0; local 3493 _addmethod_va(zend_function *mptr TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 3646 _addproperty(zend_property_info *pptr TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 3667 _adddynproperty(zval **pptr TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 3901 int num_args = 0; local 4887 _addconstant(zend_constant *constant TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 4921 _addinientry(zend_ini_entry *ini_entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 4955 add_extension_class(zend_class_entry **pce TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument [all...] |
| /PHP_5_3/ext/session/ |
| H A D | session.c | 1643 int i, num_args, argc = ZEND_NUM_ARGS(); local 1654 if (zend_parse_parameters(argc TSRMLS_CC, "+", &args, &num_args) == FAILURE) { 1953 int num_args, i; local 1955 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+", &args, &num_args) == FAILURE) { 1970 for (i = 0; i < num_args; i++) {
|
| /PHP_5_3/ext/sqlite/ |
| H A D | sqlite.c | 457 ZEND_ARG_INFO(0, num_args) 464 ZEND_ARG_INFO(0, num_args) 471 ZEND_ARG_INFO(0, num_args) 477 ZEND_ARG_INFO(0, num_args) 3293 /* {{{ proto bool sqlite_create_aggregate(resource db, string funcname, mixed step_func, mixed finalize_func[, long num_args]) 3303 long num_args = -1; local 3307 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szz|l", &funcname, &funcname_len, &zstep, &zfinal, &num_args)) { 3312 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rszz|l", &zdb, &funcname, &funcname_len, &zstep, &zfinal, &num_args)) { 3334 sqlite_create_aggregate(db->db, funcname, num_args, 3343 /* {{{ proto bool sqlite_create_function(resource db, string funcname, mixed callback[, long num_args]) 3353 long num_args = -1; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 1509 int num_args, i; local 1511 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+", &args, &num_args) == FAILURE) {
|
| H A D | basic_functions.c | 4583 static int add_config_entry_cb(zval *entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 5336 static int php_ini_get_option(zend_ini_entry *ini_entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 6096 static int copy_request_variable(void *pDest TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 6102 if (num_args != 1) {
|
| H A D | browscap.c | 372 static int browser_reg_compare(zval **browser TSRMLS_DC, int num_args, va_list args, zend_hash_key *key) /* {{{ */ argument
|
| H A D | pack.c | 110 int num_args, i; local 120 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+", &argv, &num_args) == FAILURE) { 176 if (currentarg >= num_args) { 211 arg = num_args - currentarg; 216 if (currentarg > num_args) { 237 if (currentarg < num_args) { 238 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%d arguments unused", (num_args - currentarg));
|
| H A D | var.c | 38 static int php_array_element_dump(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 56 static int php_object_property_dump(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 187 static int zval_array_element_dump(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 211 static int zval_object_property_dump(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 348 static int php_array_element_export(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 384 static int php_object_element_export(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument
|
| H A D | string.c | 4077 int num_args, cat, i = 0; local 4080 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z+", &pcategory, &args, &num_args) == FAILURE) { 4167 if (++i >= num_args) break; 4984 int str_len, format_len, result, num_args = 0; local 4987 &args, &num_args) == FAILURE) { 4991 result = php_sscanf_internal(str, format, num_args, args, 0, &return_value TSRMLS_CC);
|
| /PHP_5_3/ext/wddx/ |
| H A D | wddx.c | 1186 int num_args, i; local 1190 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+", &args, &num_args) == FAILURE) { 1199 for (i=0; i<num_args; i++) { 1289 int num_args, i; local 1294 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r+", &packet_id, &args, &num_args) == FAILURE) { 1308 for (i=0; i<num_args; i++) {
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 674 static int zend_parse_va_args(int num_args, char *type_spec, va_list *va, int flags TSRMLS_DC) /* {{{ */ argument 763 if (num_args < min_num_args || (num_args > max_num_args && max_num_args > 0)) { 771 min_num_args == max_num_args ? "exactly" : num_args < min_num_args ? "at least" : "at most", 772 num_args < min_num_args ? min_num_args : max_num_args, 773 (num_args < min_num_args ? min_num_args : max_num_args) == 1 ? "" : "s", 774 num_args); 779 if (num_args > arg_count) { 786 while (num_args-- > 0) { 792 int num_varargs = num_args 969 zend_merge_property(zval **value TSRMLS_DC, int num_args, va_list args, const zend_hash_key *hash_key) argument [all...] |
| H A D | zend_closures.c | 257 for (i = 0; i < closure->func.common.num_args; i++) { 335 static int zval_copy_static_var(zval **p TSRMLS_DC, int num_args, va_list args, zend_hash_key *key) /* {{{ */ argument
|
| H A D | zend_compile.h | 199 zend_uint num_args; member in struct:_zend_op_array 254 zend_uint num_args; member in struct:_zend_internal_function 276 zend_uint num_args; member in struct:_zend_function::__anon7 715 arg_num<=((zend_function*)(zf))->common.num_args) ? \
|
| H A D | zend_extensions.c | 197 static void zend_extension_message_dispatcher(const zend_extension *extension, int num_args, va_list args TSRMLS_DC) argument 202 if (!extension->message_handler || num_args!=2) {
|
| H A D | zend_hash.c | 713 ZEND_API void zend_hash_apply_with_arguments(HashTable *ht TSRMLS_DC, apply_func_args_t apply_func, int num_args, ...) argument 726 va_start(args, num_args); 730 result = apply_func(p->pData TSRMLS_CC, num_args, args, &hash_key);
|
| H A D | zend_llist.c | 241 ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func TSRMLS_DC, int num_args, ...) argument 246 va_start(args, num_args); 248 func(element->data, num_args, args TSRMLS_CC);
|
| H A D | zend_ts_hash.c | 172 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht TSRMLS_DC, apply_func_args_t apply_func, int num_args, ...) argument 176 va_start(args, num_args); 178 zend_hash_apply_with_arguments(TS_HASH(ht) TSRMLS_CC, apply_func, num_args, args);
|
| H A D | zend_compile.c | 1458 if (name_len == sizeof(ZEND_AUTOLOAD_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME)) && CG(active_op_array)->num_args != 1) { 1501 CG(active_op_array)->num_args++; 1508 CG(active_op_array)->required_num_args = CG(active_op_array)->num_args; 1511 CG(active_op_array)->arg_info = erealloc(CG(active_op_array)->arg_info, sizeof(zend_arg_info)*(CG(active_op_array)->num_args)); 1512 cur_arg_info = &CG(active_op_array)->arg_info[CG(active_op_array)->num_args-1]; 2551 || proto->common.num_args > fe->common.num_args) { 2566 for (i=0; i < proto->common.num_args; i++) { 2607 for (i=proto->common.num_args; i < fe->common.num_args; 2825 inherit_static_prop(zval **p TSRMLS_DC, int num_args, va_list args, const zend_hash_key *key) argument 2902 do_interface_constant_check(zval **val TSRMLS_DC, int num_args, va_list args, const zend_hash_key *key) argument [all...] |
| H A D | zend_builtin_functions.c | 1552 static int copy_class_or_interface_name(zend_class_entry **pce TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 1607 static int copy_function_name(zend_function *func TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument
|
| H A D | zend_exceptions.c | 352 static int _build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 448 static int _build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument
|
| H A D | zend_API.h | 39 zend_uint num_args; member in struct:_zend_function_entry 245 ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, char *type_spec, ...); 246 ZEND_API int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, char *type_spec, ...); 249 ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, char *type_spec, ...); 250 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, char *type_spec, ...);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 1466 static int mysqlnd_build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) argument 1600 static int mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 1681 static int mysqlnd_build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument 1777 static int mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ argument
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_directory.c | 2103 int num_args = pass_num_args + (arg2 ? 2 : 1); local 2105 zval ***params = (zval***)safe_emalloc(num_args, sizeof(zval**), 0); 2122 fci.param_count = num_args;
|
| /PHP_5_3/ext/soap/ |
| H A D | soap.c | 734 fe.num_args = 2; 1384 int classname_len, found, num_args = 0; local 1391 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s*", &classname, &classname_len, &argv, &num_args) == FAILURE) { 1410 service->soap_class.argc = num_args;
|