1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

zval** not zval*.

This commit is contained in:
Ilia Alshanetsky
2005-04-24 18:11:23 +00:00
parent 5135548c9d
commit 40d04782e0

View File

@@ -186,7 +186,7 @@ plain_var:
if (!index) {
zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
} else {
zval *tmp;
zval **tmp;
char *escaped_index = php_addslashes(index, index_len, &index_len, 0 TSRMLS_CC);
/*
* According to rfc2965, more specific paths are listed above the less specific ones.