Searched refs:walk_to_top (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/sapi/apache/ |
| H A D | php_apache.c | 80 ZEND_ARG_INFO(0, walk_to_top) 434 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top])
|
| /PHP_5_4/sapi/apache2filter/ |
| H A D | php_functions.c | 221 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 228 zend_bool walk_to_top = 0; local 231 if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &string_val_len, &walk_to_top) == FAILURE) { 237 if (arg_count == 3 && walk_to_top) { 249 /* {{{ proto bool apache_getenv(string variable [, bool walk_to_top]) 256 zend_bool walk_to_top = 0; local 260 if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { 266 if (arg_count == 2 && walk_to_top) { 376 ZEND_ARG_INFO(0, walk_to_top) 381 ZEND_ARG_INFO(0, walk_to_top) [all...] |
| /PHP_5_4/sapi/apache2handler/ |
| H A D | php_functions.c | 249 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top]) 258 zend_bool walk_to_top = 0; local 262 if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &string_val_len, &walk_to_top) == FAILURE) { 270 if (walk_to_top) { 283 /* {{{ proto bool apache_getenv(string variable [, bool walk_to_top]) 293 zend_bool walk_to_top = 0; local 298 if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { 306 if (walk_to_top) { 501 ZEND_ARG_INFO(0, walk_to_top) 506 ZEND_ARG_INFO(0, walk_to_top) [all...] |
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 69 ZEND_ARG_INFO(0, walk_to_top) 1807 /* {{{ proto bool apache_setenv(string variable, string value [, bool walk_to_top])
|
Completed in 7 milliseconds