mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Fix the assert
This commit is contained in:
parent
d07786088e
commit
c916660f2d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,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