summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-11-24 16:05:22 +0000
committerZeev Suraski <zeev@php.net>2001-11-24 16:05:22 +0000
commita25ccbec2e8c2435ebbba1afd39005316fab3a1b (patch)
treee03b456d51e8c9c90a8962d121b1aba07b069b68 /main/php_variables.c
parent9950eaecd702af7092f1e815bd64ae1433fd5ed6 (diff)
downloadphp-git-a25ccbec2e8c2435ebbba1afd39005316fab3a1b.tar.gz
whitespace
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_variables.c b/main/php_variables.c
index 29db3d351a..ce1adeff35 100644
--- a/main/php_variables.c
+++ b/main/php_variables.c
@@ -34,6 +34,7 @@ PHPAPI void php_register_variable(char *var, char *strval, zval *track_vars_arra
php_register_variable_safe(var, strval, strlen(strval), track_vars_array TSRMLS_CC);
}
+
/* binary-safe version */
PHPAPI void php_register_variable_safe(char *var, char *strval, int str_len, zval *track_vars_array TSRMLS_DC)
{