test             1247 ext/phar/phar.c 	phar_archive_data **test, *unused = NULL;
test             1249 ext/phar/phar.c 	test = &unused;
test             1272 ext/phar/phar.c 	if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, is_data, options, test, &my_error) == SUCCESS) {
test             1274 ext/phar/phar.c 			*pphar = *test;
test             1277 ext/phar/phar.c 		if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) {
test             1284 ext/phar/phar.c 		if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) {
test             1286 ext/phar/phar.c 			if (NULL == (stub = zend_hash_str_find_ptr(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
test             1292 ext/phar/phar.c 		if (!PHAR_G(readonly) || (*test)->is_data) {
test             1293 ext/phar/phar.c 			(*test)->is_writeable = 1;
test             1571 ext/phar/phar.c 	char *pos, test = '\0';
test             1599 ext/phar/phar.c 		if (!test) {
test             1600 ext/phar/phar.c 			test = '\1';
test             1660 ext/phar/phar.c 				test = '\0';
test             1698 ext/phar/phar.c 				test = '\0';
test             1844 ext/phar/phar.c 	char test[51];
test             1853 ext/phar/phar.c 		memcpy(test, ext_str - 1, ext_len + 1);
test             1854 ext/phar/phar.c 		test[ext_len + 1] = '\0';
test             1857 ext/phar/phar.c 		pos = strstr(test, ".phar");
test             1468 ext/phar/phar_object.c 				char *test = NULL;
test             1479 ext/phar/phar_object.c 						test = spl_filesystem_object_get_path(intern, NULL);
test             1480 ext/phar/phar_object.c 						fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name);
test             1489 ext/phar/phar_object.c 						test = expand_filepath(fname, NULL);
test             1492 ext/phar/phar_object.c 						if (test) {
test             1493 ext/phar/phar_object.c 							fname = test;
test             3147 ext/phar/phar_object.c 	int test;
test             3149 ext/phar/phar_object.c 	test = 1;
test             3150 ext/phar/phar_object.c 	zend_hash_apply_with_argument(manifest, phar_test_compression, &test);
test             3151 ext/phar/phar_object.c 	return test;
test              639 ext/phar/stream.c 				char *test;
test              649 ext/phar/stream.c 				test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key));
test              650 ext/phar/stream.c 				if (SUCCESS != php_stream_stat_path(test, &ssbi)) {
test              651 ext/phar/stream.c 					efree(test);
test              655 ext/phar/stream.c 				if (SUCCESS != phar_mount_entry(phar, test, test_len, internal_file, internal_file_len)) {
test              656 ext/phar/stream.c 					efree(test);
test              659 ext/phar/stream.c 				efree(test);
test              256 ext/phar/util.c 	char *path, *fname, *arch, *entry, *test;
test              299 ext/phar/util.c 		test = phar_fix_filepath(estrndup(filename, filename_len), &try_len, 1);
test              301 ext/phar/util.c 		if (*test == '/') {
test              302 ext/phar/util.c 			if (zend_hash_str_exists(&(phar->manifest), test + 1, try_len - 1)) {
test              303 ext/phar/util.c 				ret = strpprintf(0, "phar://%s%s", arch, test);
test              305 ext/phar/util.c 				efree(test);
test              309 ext/phar/util.c 			if (zend_hash_str_exists(&(phar->manifest), test, try_len)) {
test              310 ext/phar/util.c 				ret = strpprintf(0, "phar://%s/%s", arch, test);
test              312 ext/phar/util.c 				efree(test);
test              316 ext/phar/util.c 		efree(test);
test             1308 ext/phar/util.c 				char *test;
test             1326 ext/phar/util.c 				test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, path + ZSTR_LEN(str_key));
test             1328 ext/phar/util.c 				if (SUCCESS != php_stream_stat_path(test, &ssb)) {
test             1329 ext/phar/util.c 					efree(test);
test             1334 ext/phar/util.c 					efree(test);
test             1342 ext/phar/util.c 					efree(test);
test             1351 ext/phar/util.c 				if (SUCCESS != phar_mount_entry(phar, test, test_len, path, path_len)) {
test             1352 ext/phar/util.c 					efree(test);
test             1354 ext/phar/util.c 						spprintf(error, 4096, "phar error: path \"%s\" exists as file \"%s\" and could not be mounted", path, test);
test             1359 ext/phar/util.c 				efree(test);
test             1363 ext/phar/util.c 						spprintf(error, 4096, "phar error: path \"%s\" exists as file \"%s\" and could not be retrieved after being mounted", path, test);
test              243 ext/simplexml/simplexml.c 	int             test = 0;
test              272 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              276 ext/simplexml/simplexml.c 		test = 0;
test              292 ext/simplexml/simplexml.c 						if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              303 ext/simplexml/simplexml.c 						if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)name) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              444 ext/simplexml/simplexml.c 	int             test = 0;
test              489 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              494 ext/simplexml/simplexml.c 		test = 0;
test              548 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              560 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              718 ext/simplexml/simplexml.c 	int             test = 0;
test              745 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              749 ext/simplexml/simplexml.c 		test = 0;
test              758 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              769 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              847 ext/simplexml/simplexml.c 	int             test = 0;
test              873 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              877 ext/simplexml/simplexml.c 		test = 0;
test              886 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              899 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test             1034 ext/simplexml/simplexml.c 	int              test;
test             1049 ext/simplexml/simplexml.c 		test = sxe->iter.name && sxe->iter.type == SXE_ITER_ATTRLIST;
test             1051 ext/simplexml/simplexml.c 			if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr)attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test             1129 ext/simplexml/simplexml.c 	int              test;
test             1160 ext/simplexml/simplexml.c 			test = sxe->iter.name && sxe->iter.type == SXE_ITER_ATTRLIST;
test             1162 ext/simplexml/simplexml.c 				if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr)attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              104 sapi/fpm/fpm/fpm_log.c 	int token, test;
test              121 sapi/fpm/fpm/fpm_log.c 		test = 0;
test              123 sapi/fpm/fpm/fpm_log.c 		test = 1;
test              128 sapi/fpm/fpm/fpm_log.c 	if (!test) {
test              180 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              184 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              188 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              197 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              206 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              212 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              218 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              235 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              243 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              249 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              255 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              263 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              269 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              275 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              287 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              297 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              341 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              347 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              353 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              359 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              365 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              371 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              378 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              385 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              403 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              447 sapi/fpm/fpm/fpm_log.c 			if (!test) {
test              459 sapi/fpm/fpm/fpm_log.c 		if (!test) {
test              468 sapi/fpm/fpm/fpm_log.c 	if (!test && strlen(buffer) > 0) {
test               62 win32/fnmatch.c 	char c, test;
test              107 win32/fnmatch.c 			while ((test = *string) != EOS) {
test              110 win32/fnmatch.c 				if (test == '/' && flags & FNM_PATHNAME)
test              153 win32/fnmatch.c rangematch(const char *pattern, char test, int flags)
test              169 win32/fnmatch.c 		test = tolower((unsigned char)test);
test              191 win32/fnmatch.c 			if ((unsigned char)c <= (unsigned char)test &&
test              192 win32/fnmatch.c 			    (unsigned char)test <= (unsigned char)c2)
test              194 win32/fnmatch.c 		} else if (c == test)