test 6 Zend/tests/bug67436/b.php parent::test();
test 1245 ext/phar/phar.c phar_archive_data **test, *unused = NULL;
test 1247 ext/phar/phar.c test = &unused;
test 1270 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 1272 ext/phar/phar.c *pphar = *test;
test 1275 ext/phar/phar.c if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) {
test 1282 ext/phar/phar.c if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) {
test 1284 ext/phar/phar.c if (FAILURE == zend_hash_find(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, (void **)&stub)) {
test 1290 ext/phar/phar.c if (!PHAR_G(readonly) || (*test)->is_data) {
test 1291 ext/phar/phar.c (*test)->is_writeable = 1;
test 1568 ext/phar/phar.c char *pos, test = '\0';
test 1596 ext/phar/phar.c if (!test) {
test 1597 ext/phar/phar.c test = '\1';
test 1657 ext/phar/phar.c test = '\0';
test 1695 ext/phar/phar.c test = '\0';
test 1838 ext/phar/phar.c char test[51];
test 1847 ext/phar/phar.c memcpy(test, ext_str - 1, ext_len + 1);
test 1848 ext/phar/phar.c test[ext_len + 1] = '\0';
test 1851 ext/phar/phar.c pos = strstr(test, ".phar");
test 1485 ext/phar/phar_object.c char *test = NULL;
test 1496 ext/phar/phar_object.c test = spl_filesystem_object_get_path(intern, NULL TSRMLS_CC);
test 1497 ext/phar/phar_object.c fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name);
test 1506 ext/phar/phar_object.c test = expand_filepath(fname, NULL TSRMLS_CC);
test 1509 ext/phar/phar_object.c if (test) {
test 1510 ext/phar/phar_object.c fname = test;
test 3188 ext/phar/phar_object.c int test;
test 3190 ext/phar/phar_object.c test = 1;
test 3191 ext/phar/phar_object.c zend_hash_apply_with_argument(manifest, phar_test_compression, &test TSRMLS_CC);
test 3192 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 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 454 sapi/fpm/fpm/fpm_log.c if (!test) {
test 463 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)