]> granicus.if.org Git - php/commitdiff
Reduce clutter a bit.
authorAndrey Hristov <andrey@php.net>
Thu, 8 Jul 1999 21:42:29 +0000 (21:42 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 8 Jul 1999 21:42:29 +0000 (21:42 +0000)
18 files changed:
ext/pcre/php_pcre.c
tests/test.php4 [moved from test.php4 with 100% similarity]
tests/test.pl [moved from test.pl with 100% similarity]
tests/test_class_inheritance [moved from test_class_inheritance with 100% similarity]
tests/testarray [moved from testarray with 100% similarity]
tests/testarray.pl [moved from testarray.pl with 100% similarity]
tests/testarray2 [moved from testarray2 with 100% similarity]
tests/testarray2.pl [moved from testarray2.pl with 100% similarity]
tests/testclassfunc [moved from testclassfunc with 100% similarity]
tests/testcom [moved from testcom with 100% similarity]
tests/testfe [moved from testfe with 100% similarity]
tests/testfunc [moved from testfunc with 100% similarity]
tests/testfunc.pl [moved from testfunc.pl with 100% similarity]
tests/testfunc2 [moved from testfunc2 with 100% similarity]
tests/testfunc2.pl [moved from testfunc2.pl with 100% similarity]
tests/testfuncref [moved from testfuncref with 100% similarity]
tests/testinclude [moved from testinclude with 100% similarity]
tests/testobj [moved from testobj with 100% similarity]

index 9b8830a42c750751f39f2a8297b04a6e49fa1fa0..5b838ec05598afe55d840c8ecd4b821e595bd5d2 100644 (file)
@@ -568,7 +568,7 @@ static int _preg_do_eval(char *eval_str, char *subject, int *offsets,
                        walk++;
                }
        }
-       
+
        /* Run the code */
        zend_eval_string(code, &retval CLS_CC ELS_CC);
        convert_to_string(&retval);
similarity index 100%
rename from test.php4
rename to tests/test.php4
similarity index 100%
rename from test.pl
rename to tests/test.pl
similarity index 100%
rename from testarray
rename to tests/testarray
similarity index 100%
rename from testarray.pl
rename to tests/testarray.pl
similarity index 100%
rename from testarray2
rename to tests/testarray2
similarity index 100%
rename from testarray2.pl
rename to tests/testarray2.pl
similarity index 100%
rename from testclassfunc
rename to tests/testclassfunc
similarity index 100%
rename from testcom
rename to tests/testcom
similarity index 100%
rename from testfe
rename to tests/testfe
similarity index 100%
rename from testfunc
rename to tests/testfunc
similarity index 100%
rename from testfunc.pl
rename to tests/testfunc.pl
similarity index 100%
rename from testfunc2
rename to tests/testfunc2
similarity index 100%
rename from testfunc2.pl
rename to tests/testfunc2.pl
similarity index 100%
rename from testfuncref
rename to tests/testfuncref
similarity index 100%
rename from testinclude
rename to tests/testinclude
similarity index 100%
rename from testobj
rename to tests/testobj