php_register_variable_safe  334 ext/mbstring/mb_gpc.c 			php_register_variable_safe(var, val, new_val_len, array_ptr);
php_register_variable_safe   42 main/php_variables.c 	php_register_variable_safe(var, strval, strlen(strval), track_vars_array);
php_register_variable_safe  284 main/php_variables.c 		php_register_variable_safe(var->ptr, val, new_vlen, arr);
php_register_variable_safe  465 main/php_variables.c 				php_register_variable_safe(var, val, new_val_len, &array);
php_register_variable_safe  476 main/php_variables.c 				php_register_variable_safe(var, val, new_val_len, &array);
php_register_variable_safe   41 main/php_variables.h PHPAPI void php_register_variable_safe(char *var, char *val, size_t val_len, zval *track_vars_array);
php_register_variable_safe  168 main/rfc1867.c 		php_register_variable_safe(var, strval, val_len, track_vars_array);
php_register_variable_safe  282 sapi/apache2handler/sapi_apache2.c 			php_register_variable_safe(key, val, new_val_len, track_vars_array);
php_register_variable_safe  287 sapi/apache2handler/sapi_apache2.c 		php_register_variable_safe("PHP_SELF", ctx->r->uri, new_val_len, track_vars_array);
php_register_variable_safe  609 sapi/cgi/cgi_main.c 		php_register_variable_safe(var, val, new_val_len, array_ptr);
php_register_variable_safe  692 sapi/cgi/cgi_main.c 			php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array);
php_register_variable_safe  701 sapi/cgi/cgi_main.c 			php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array);
php_register_variable_safe  589 sapi/cli/php_cli_server.c 		php_register_variable_safe((char *)key, new_val, new_val_len, track_vars_array);
php_register_variable_safe  557 sapi/fpm/fpm/fpm_main.c 		php_register_variable_safe(var, val, new_val_len, array_ptr);
php_register_variable_safe  619 sapi/fpm/fpm/fpm_main.c 			php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array);
php_register_variable_safe  626 sapi/fpm/fpm/fpm_main.c 			php_register_variable_safe("PHP_SELF", php_self, php_self_len, track_vars_array);
php_register_variable_safe  214 sapi/litespeed/lsapi_main.c         php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg );