diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 9b8830a42c7..5b838ec0559 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -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); diff --git a/test.php4 b/tests/test.php4 similarity index 100% rename from test.php4 rename to tests/test.php4 diff --git a/test.pl b/tests/test.pl similarity index 100% rename from test.pl rename to tests/test.pl diff --git a/test_class_inheritance b/tests/test_class_inheritance similarity index 100% rename from test_class_inheritance rename to tests/test_class_inheritance diff --git a/testarray b/tests/testarray similarity index 100% rename from testarray rename to tests/testarray diff --git a/testarray.pl b/tests/testarray.pl similarity index 100% rename from testarray.pl rename to tests/testarray.pl diff --git a/testarray2 b/tests/testarray2 similarity index 100% rename from testarray2 rename to tests/testarray2 diff --git a/testarray2.pl b/tests/testarray2.pl similarity index 100% rename from testarray2.pl rename to tests/testarray2.pl diff --git a/testclassfunc b/tests/testclassfunc similarity index 100% rename from testclassfunc rename to tests/testclassfunc diff --git a/testcom b/tests/testcom similarity index 100% rename from testcom rename to tests/testcom diff --git a/testfe b/tests/testfe similarity index 100% rename from testfe rename to tests/testfe diff --git a/testfunc b/tests/testfunc similarity index 100% rename from testfunc rename to tests/testfunc diff --git a/testfunc.pl b/tests/testfunc.pl similarity index 100% rename from testfunc.pl rename to tests/testfunc.pl diff --git a/testfunc2 b/tests/testfunc2 similarity index 100% rename from testfunc2 rename to tests/testfunc2 diff --git a/testfunc2.pl b/tests/testfunc2.pl similarity index 100% rename from testfunc2.pl rename to tests/testfunc2.pl diff --git a/testfuncref b/tests/testfuncref similarity index 100% rename from testfuncref rename to tests/testfuncref diff --git a/testinclude b/tests/testinclude similarity index 100% rename from testinclude rename to tests/testinclude diff --git a/testobj b/tests/testobj similarity index 100% rename from testobj rename to tests/testobj