walk_to_top        80 sapi/apache/php_apache.c 	ZEND_ARG_INFO(0, walk_to_top)
walk_to_top       228 sapi/apache2filter/php_functions.c 	zend_bool walk_to_top = 0;
walk_to_top       231 sapi/apache2filter/php_functions.c 	if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &string_val_len, &walk_to_top) == FAILURE) {
walk_to_top       237 sapi/apache2filter/php_functions.c 	if (arg_count == 3 && walk_to_top) {
walk_to_top       256 sapi/apache2filter/php_functions.c 	zend_bool walk_to_top = 0;
walk_to_top       260 sapi/apache2filter/php_functions.c 	if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) {
walk_to_top       266 sapi/apache2filter/php_functions.c 	if (arg_count == 2 && walk_to_top) {
walk_to_top       376 sapi/apache2filter/php_functions.c 	ZEND_ARG_INFO(0, walk_to_top)
walk_to_top       381 sapi/apache2filter/php_functions.c 	ZEND_ARG_INFO(0, walk_to_top)
walk_to_top       258 sapi/apache2handler/php_functions.c 	zend_bool walk_to_top = 0;
walk_to_top       262 sapi/apache2handler/php_functions.c 	if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &string_val_len, &walk_to_top) == FAILURE) {
walk_to_top       270 sapi/apache2handler/php_functions.c 		if (walk_to_top) {
walk_to_top       293 sapi/apache2handler/php_functions.c 	zend_bool walk_to_top = 0;
walk_to_top       298 sapi/apache2handler/php_functions.c 	if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) {
walk_to_top       306 sapi/apache2handler/php_functions.c 		if (walk_to_top) {
walk_to_top       501 sapi/apache2handler/php_functions.c 	ZEND_ARG_INFO(0, walk_to_top)
walk_to_top       506 sapi/apache2handler/php_functions.c 	ZEND_ARG_INFO(0, walk_to_top)
walk_to_top        69 sapi/apache_hooks/php_apache.c 	ZEND_ARG_INFO(0, walk_to_top)