Home
last modified time | relevance | path

Searched refs:walk_to_top (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/sapi/apache2handler/
H A Dphp_functions.stub.php18 function apache_setenv(string $variable, string $value, bool $walk_to_top = false): bool {} argument
20 function apache_getenv(string $variable, bool $walk_to_top = false): string|false {} argument
H A Dphp_functions_arginfo.h27 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, walk_to_top, _IS_BOOL, 0, "false")
32 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, walk_to_top, _IS_BOOL, 0, "false")
H A Dphp_functions.c256 zend_bool walk_to_top = 0; in PHP_FUNCTION() local
260 …_count, "ss|b", &variable, &variable_len, &string_val, &string_val_len, &walk_to_top) == FAILURE) { in PHP_FUNCTION()
268 if (walk_to_top) { in PHP_FUNCTION()
290 zend_bool walk_to_top = 0; in PHP_FUNCTION() local
295 if (zend_parse_parameters(arg_count, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { in PHP_FUNCTION()
303 if (walk_to_top) { in PHP_FUNCTION()

Completed in 7 milliseconds