mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- Nuketh C++ comments from C files.
This commit is contained in:
parent
82d833a94c
commit
c9c53d7bcd
10 changed files with 53 additions and 53 deletions
|
@ -366,12 +366,12 @@ plain_var:
|
|||
zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
|
||||
} else {
|
||||
/* UTODO fix for php_addslashes case */
|
||||
//char *escaped_index = php_addslashes(index, index_len, &index_len, 0 TSRMLS_CC);
|
||||
/* char *escaped_index = php_addslashes(index, index_len, &index_len, 0 TSRMLS_CC); */
|
||||
zstr escaped_index;
|
||||
|
||||
escaped_index.u = index;
|
||||
zend_u_symtable_update(symtable1, IS_UNICODE, escaped_index, index_len+1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
|
||||
//efree(escaped_index);
|
||||
/* efree(escaped_index); */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue