mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Step 4:
Move to a 7-bit counter (not fully implemented yet)
This commit is contained in:
parent
6ec1acbe32
commit
2a6da7814c
11 changed files with 151 additions and 133 deletions
|
@ -332,8 +332,7 @@ static void convert_scalar_to_array(zval *op, int type)
|
|||
zval *entry = (zval *) emalloc(sizeof(zval));
|
||||
|
||||
*entry = *op;
|
||||
entry->refcount = 1;
|
||||
entry->EA = 0;
|
||||
INIT_PZVAL(entry);
|
||||
|
||||
switch (type) {
|
||||
case IS_ARRAY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue