mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
mostly fixes to spl, but also some other
This commit is contained in:
parent
977cf1dc11
commit
90d6f60bc1
25 changed files with 160 additions and 160 deletions
|
@ -43,7 +43,7 @@ PHPAPI void php_register_variable(char *var, char *strval, zval *track_vars_arra
|
|||
}
|
||||
|
||||
/* binary-safe version */
|
||||
PHPAPI void php_register_variable_safe(char *var, char *strval, int str_len, zval *track_vars_array TSRMLS_DC)
|
||||
PHPAPI void php_register_variable_safe(char *var, char *strval, php_size_t str_len, zval *track_vars_array TSRMLS_DC)
|
||||
{
|
||||
zval new_entry;
|
||||
assert(strval != NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue