IS_SLASH          800 Zend/zend_virtual_cwd.c 		while (i > start && !IS_SLASH(path[i-1])) {
IS_SLASH          822 Zend/zend_virtual_cwd.c 				while (j > start && !IS_SLASH(path[j])) {
IS_SLASH          828 Zend/zend_virtual_cwd.c 							IS_SLASH(path[2])) {
IS_SLASH          835 Zend/zend_virtual_cwd.c 							IS_SLASH(path[j+3])) {
IS_SLASH         1214 Zend/zend_virtual_cwd.c 			if (IS_SLASH(path[0])) {
IS_SLASH         1221 Zend/zend_virtual_cwd.c 					while (IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1225 Zend/zend_virtual_cwd.c 							!IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1228 Zend/zend_virtual_cwd.c 					while (IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1232 Zend/zend_virtual_cwd.c 							!IS_SLASH(state->cwd[state_cwd_length])) {
IS_SLASH         1253 Zend/zend_virtual_cwd.c 		if (path_length > 2 && path[1] == ':' && !IS_SLASH(path[2])) {
IS_SLASH         1277 Zend/zend_virtual_cwd.c 		while (!IS_SLASH(resolved_path[start])) {
IS_SLASH         1285 Zend/zend_virtual_cwd.c 		while (!IS_SLASH(resolved_path[start])) {
IS_SLASH         1308 Zend/zend_virtual_cwd.c 		if (!IS_SLASH(resolved_path[start])) return -1;
IS_SLASH         1313 Zend/zend_virtual_cwd.c 	add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_length-1]);
IS_SLASH         1325 Zend/zend_virtual_cwd.c 	if (add_slash && path_length && !IS_SLASH(resolved_path[path_length-1])) {
IS_SLASH         1398 Zend/zend_virtual_cwd.c 	while(--length >= 0 && !IS_SLASH(path[length])) {
IS_SLASH           71 Zend/zend_virtual_cwd.h 	(len >= 2 && IS_SLASH(path[0]) && IS_SLASH(path[1]))
IS_SLASH           73 Zend/zend_virtual_cwd.h 	(len >= 2 && (/* is local */isalpha(path[0]) && path[1] == ':' || /* is UNC */IS_SLASH(path[0]) && IS_SLASH(path[1])))
IS_SLASH           83 Zend/zend_virtual_cwd.h #define IS_SLASH_P(c)	IS_SLASH(*(c))
IS_SLASH          113 Zend/zend_virtual_cwd.h 	(IS_SLASH(path[0]))
IS_SLASH         1062 ext/opcache/ZendAccelerator.c 			while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len]));
IS_SLASH          164 ext/opcache/zend_file_cache.c 		if (IS_SLASH(*s)) {
IS_SLASH          620 ext/phar/dirstream.c 				IS_SLASH(ZSTR_VAL(str_key)[path_len])) {
IS_SLASH          637 ext/phar/dirstream.c 				IS_SLASH(ZSTR_VAL(str_key)[path_len])) {
IS_SLASH          911 ext/phar/stream.c 				IS_SLASH(ZSTR_VAL(str_key)[from_len])) {
IS_SLASH          936 ext/phar/stream.c 				(ZSTR_LEN(str_key) == from_len || IS_SLASH(ZSTR_VAL(str_key)[from_len]))) {
IS_SLASH          954 ext/phar/stream.c 				(ZSTR_LEN(str_key) == from_len || IS_SLASH(ZSTR_VAL(str_key)[from_len]))) {
IS_SLASH          220 ext/spl/spl_directory.c #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos]))
IS_SLASH          382 ext/sqlite3/sqlite3.c 	if (IS_SLASH(extension_dir[extension_dir_len-1])) {
IS_SLASH          467 ext/standard/dir.c 		if (IS_SLASH(*pattern)) {
IS_SLASH          122 ext/standard/dl.c 		if (IS_SLASH(extension_dir[extension_dir_len-1])) {
IS_SLASH          104 ext/zip/php_zip.c 	if (IS_SLASH(path[0])) {
IS_SLASH          111 ext/zip/php_zip.c 		while (i > 0 && !IS_SLASH(path[i])) {
IS_SLASH          172 ext/zip/php_zip.c 	if (path_cleaned_len > 1 && IS_SLASH(path_cleaned[path_cleaned_len - 1])) {
IS_SLASH          522 ext/zip/php_zip.c 		if (IS_SLASH(*pattern)) {
IS_SLASH          616 ext/zip/php_zip.c 		if (IS_SLASH(*path)) {
IS_SLASH          413 main/fopen_wrappers.c 			if (!IS_SLASH(filename[length - 1])) {	/* length is never 0 */
IS_SLASH          416 main/fopen_wrappers.c 			if (IS_SLASH(path_info[0])) {
IS_SLASH          505 main/fopen_wrappers.c 	     (IS_SLASH(filename[1]) ||
IS_SLASH          506 main/fopen_wrappers.c 	      ((filename[1] == '.') && IS_SLASH(filename[2])))) ||
IS_SLASH          579 main/fopen_wrappers.c 		while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length]));
IS_SLASH          657 main/fopen_wrappers.c 		while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length]));
IS_SLASH          367 main/php_ini.c 		if (IS_SLASH(extension_dir[extension_dir_len-1])) {
IS_SLASH          658 main/php_ini.c 					if (IS_SLASH(debpath[lenpath - 1])) {
IS_SLASH          135 main/php_open_temporary_file.c 	if (IS_SLASH(new_state.cwd[new_state.cwd_length - 1])) {
IS_SLASH         1435 main/streams/plain_wrapper.c 	if (*filename == '.' && (IS_SLASH(filename[1]) || filename[1] == '.')) {
IS_SLASH         1440 main/streams/plain_wrapper.c 			if (!IS_SLASH(*ptr)) { /* not a relative path after all */
IS_SLASH         1466 main/streams/plain_wrapper.c 	if (IS_SLASH(filename[0])) {
IS_SLASH         1500 main/streams/plain_wrapper.c 		while ((--exec_fname_length < SIZE_MAX) && !IS_SLASH(exec_fname[exec_fname_length]));
IS_SLASH          846 sapi/cgi/cgi_main.c 		if (!IS_SLASH(SG(request_info).path_translated[path_len])) {
IS_SLASH          872 sapi/cgi/cgi_main.c 				if (doc_root_len > 0 && IS_SLASH(doc_root[doc_root_len - 1])) {
IS_SLASH         1019 sapi/cgi/cgi_main.c 	if (UNEXPECTED(*p == '.') && *(p+1) == '.' && (!*(p+2) || IS_SLASH(*(p+2)))) {
IS_SLASH         1023 sapi/cgi/cgi_main.c 		if (IS_SLASH(*p)) {
IS_SLASH         1029 sapi/cgi/cgi_main.c 					if (UNEXPECTED(!*p) || UNEXPECTED(IS_SLASH(*p))) {
IS_SLASH          774 sapi/fpm/fpm/fpm_main.c 		if (!IS_SLASH(SG(request_info).path_translated[path_len])) {
IS_SLASH          794 sapi/fpm/fpm/fpm_main.c 				if (doc_root_len > 0 && IS_SLASH(doc_root[doc_root_len - 1])) {
IS_SLASH          933 sapi/fpm/fpm/fpm_main.c 		if ((p == path || IS_SLASH(*(p-1))) &&
IS_SLASH          934 sapi/fpm/fpm/fpm_main.c 			(*(p+2) == 0 || IS_SLASH(*(p+2)))
IS_SLASH          943 sapi/fpm/fpm/fpm_main.c 			if (IS_SLASH(*(p-1)) &&
IS_SLASH          944 sapi/fpm/fpm/fpm_main.c 				(*(p+2) == 0 || IS_SLASH(*(p+2)))
IS_SLASH         1033 sapi/phpdbg/phpdbg_prompt.c 		if (IS_SLASH(extension_dir[extension_dir_len-1])) {
IS_SLASH          573 win32/glob.c   				!IS_SLASH(pathend[-1])) && (S_ISDIR(sb.st_mode) ||
IS_SLASH          589 win32/glob.c   		while (*p != EOS && !IS_SLASH(*p)) {
IS_SLASH          600 win32/glob.c   			while (IS_SLASH(*pattern)) {