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 TSRMLS_CC) == 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 (FAILURE == zend_hash_find(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, (void **)&stub)) {
test             1292 ext/phar/phar.c 		if (!PHAR_G(readonly) || (*test)->is_data) {
test             1293 ext/phar/phar.c 			(*test)->is_writeable = 1;
test             1570 ext/phar/phar.c 	char *pos, test = '\0';
test             1598 ext/phar/phar.c 		if (!test) {
test             1599 ext/phar/phar.c 			test = '\1';
test             1659 ext/phar/phar.c 				test = '\0';
test             1697 ext/phar/phar.c 				test = '\0';
test             1840 ext/phar/phar.c 	char test[51];
test             1849 ext/phar/phar.c 		memcpy(test, ext_str - 1, ext_len + 1);
test             1850 ext/phar/phar.c 		test[ext_len + 1] = '\0';
test             1853 ext/phar/phar.c 		pos = strstr(test, ".phar");
test             1484 ext/phar/phar_object.c 				char *test = NULL;
test             1495 ext/phar/phar_object.c 						test = spl_filesystem_object_get_path(intern, NULL TSRMLS_CC);
test             1496 ext/phar/phar_object.c 						fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name);
test             1505 ext/phar/phar_object.c 						test = expand_filepath(fname, NULL TSRMLS_CC);
test             1508 ext/phar/phar_object.c 						if (test) {
test             1509 ext/phar/phar_object.c 							fname = test;
test             3180 ext/phar/phar_object.c 	int test;
test             3182 ext/phar/phar_object.c 	test = 1;
test             3183 ext/phar/phar_object.c 	zend_hash_apply_with_argument(manifest, phar_test_compression, &test TSRMLS_CC);
test             3184 ext/phar/phar_object.c 	return test;
test              647 ext/phar/stream.c 				char *test;
test              659 ext/phar/stream.c 				test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + keylen);
test              660 ext/phar/stream.c 				if (SUCCESS != php_stream_stat_path(test, &ssbi)) {
test              661 ext/phar/stream.c 					efree(test);
test              666 ext/phar/stream.c 				if (SUCCESS != phar_mount_entry(phar, test, test_len, internal_file, internal_file_len TSRMLS_CC)) {
test              667 ext/phar/stream.c 					efree(test);
test              670 ext/phar/stream.c 				efree(test);
test              255 ext/phar/util.c 	char *path, *fname, *arch, *entry, *ret, *test;
test              298 ext/phar/util.c 		test = phar_fix_filepath(estrndup(filename, filename_len), &try_len, 1 TSRMLS_CC);
test              300 ext/phar/util.c 		if (*test == '/') {
test              301 ext/phar/util.c 			if (zend_hash_exists(&(phar->manifest), test + 1, try_len - 1)) {
test              302 ext/phar/util.c 				spprintf(&ret, 0, "phar://%s%s", arch, test);
test              304 ext/phar/util.c 				efree(test);
test              308 ext/phar/util.c 			if (zend_hash_exists(&(phar->manifest), test, try_len)) {
test              309 ext/phar/util.c 				spprintf(&ret, 0, "phar://%s/%s", arch, test);
test              311 ext/phar/util.c 				efree(test);
test              315 ext/phar/util.c 		efree(test);
test             1319 ext/phar/util.c 				char *test;
test             1340 ext/phar/util.c 				test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, path + keylen);
test             1342 ext/phar/util.c 				if (SUCCESS != php_stream_stat_path(test, &ssb)) {
test             1343 ext/phar/util.c 					efree(test);
test             1348 ext/phar/util.c 					efree(test);
test             1356 ext/phar/util.c 					efree(test);
test             1365 ext/phar/util.c 				if (SUCCESS != phar_mount_entry(phar, test, test_len, path, path_len TSRMLS_CC)) {
test             1366 ext/phar/util.c 					efree(test);
test             1368 ext/phar/util.c 						spprintf(error, 4096, "phar error: path \"%s\" exists as file \"%s\" and could not be mounted", path, test);
test             1373 ext/phar/util.c 				efree(test);
test             1377 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              257 ext/simplexml/simplexml.c 	int             test = 0;
test              288 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              292 ext/simplexml/simplexml.c 		test = 0;
test              309 ext/simplexml/simplexml.c 						if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              320 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              463 ext/simplexml/simplexml.c 	int             test = 0;
test              509 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              514 ext/simplexml/simplexml.c 		test = 0;
test              568 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              580 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              742 ext/simplexml/simplexml.c 	int             test = 0;
test              771 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              775 ext/simplexml/simplexml.c 		test = 0;
test              784 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              795 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              873 ext/simplexml/simplexml.c 	int             test = 0;
test              901 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
test              905 ext/simplexml/simplexml.c 		test = 0;
test              914 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              927 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             1071 ext/simplexml/simplexml.c 	int              test;
test             1103 ext/simplexml/simplexml.c 			test = sxe->iter.name && sxe->iter.type == SXE_ITER_ATTRLIST;
test             1105 ext/simplexml/simplexml.c 				if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr)attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
test              123 run-tests.php  | You are running the test-suite with "safe_mode" ENABLED ! |
test              125 run-tests.php  | Chances are high that no test will work at all,           |
test              102 sapi/fpm/fpm/fpm_log.c 	int token, test;
test              119 sapi/fpm/fpm/fpm_log.c 		test = 0;
test              121 sapi/fpm/fpm/fpm_log.c 		test = 1;
test              126 sapi/fpm/fpm/fpm_log.c 	if (!test) {
test              178 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              182 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              186 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              195 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              204 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              210 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              216 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              233 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              241 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              247 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              253 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              261 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              267 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              273 sapi/fpm/fpm/fpm_log.c 						if (!test) {
test              285 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              295 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              339 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              345 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              351 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              357 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              363 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              369 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              376 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              383 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              401 sapi/fpm/fpm/fpm_log.c 					if (!test) {
test              445 sapi/fpm/fpm/fpm_log.c 			if (!test) {
test              452 sapi/fpm/fpm/fpm_log.c 		if (!test) {
test              461 sapi/fpm/fpm/fpm_log.c 	if (!test && strlen(buffer) > 0) {
test              317 sapi/isapi/stresstest/stresstest.cpp 					parsestate = test;
test              337 sapi/isapi/stresstest/stresstest.cpp 			case test:
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              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)