mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Oops, fix the assert.
This commit is contained in:
parent
f52d71d18e
commit
5f178004ea
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ PHPAPI void php_register_variable_ex(char *var_name, zval *val, zval *track_vars
|
|||
zend_bool is_array = 0;
|
||||
HashTable *symtable1 = NULL;
|
||||
|
||||
assert(var != NULL);
|
||||
assert(var_name != NULL);
|
||||
|
||||
if (track_vars_array) {
|
||||
symtable1 = Z_ARRVAL_P(track_vars_array);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue