mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused php_std_auto_global_callback() (#13656)
Introduced in4e55747a2b
but not used in current code. There was previous removal attempt viaafa4e41c2f
but looks like it didn't make it into the master branch at that point.
This commit is contained in:
parent
edbef3e4ac
commit
d2635b10b4
1 changed files with 0 additions and 6 deletions
|
@ -641,12 +641,6 @@ void _php_load_environment_variables(zval *array_ptr)
|
||||||
php_import_environment_variables(array_ptr);
|
php_import_environment_variables(array_ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool php_std_auto_global_callback(char *name, uint32_t name_len)
|
|
||||||
{
|
|
||||||
zend_printf("%s\n", name);
|
|
||||||
return 0; /* don't rearm */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* {{{ php_build_argv */
|
/* {{{ php_build_argv */
|
||||||
PHPAPI void php_build_argv(const char *s, zval *track_vars_array)
|
PHPAPI void php_build_argv(const char *s, zval *track_vars_array)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue