mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFB: zval** not zval*
This commit is contained in:
parent
409c3fd4a6
commit
320dd75443
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue