diff options
Diffstat (limited to 'ext/standard/post.c')
| -rw-r--r-- | ext/standard/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/post.c b/ext/standard/post.c index c6b1c5297a..b1aaa26a97 100644 --- a/ext/standard/post.c +++ b/ext/standard/post.c @@ -47,7 +47,7 @@ void php_parse_gpc_data(char *val, char *var, pval *track_vars_array ELS_DC PLS_ return; } - var_type = php3_check_ident_type(var); + var_type = php_check_ident_type(var); if (var_type == GPC_INDEXED_ARRAY) { ind = php3_get_ident_index(var); if (PG(magic_quotes_gpc)) { |
