From cef4df1fee046105ab35f47c152d39bf16a55a07 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 8 Jul 1999 21:42:29 +0000 Subject: [PATCH] Reduce clutter a bit. --- ext/pcre/php_pcre.c | 2 +- test.php4 => tests/test.php4 | 0 test.pl => tests/test.pl | 0 test_class_inheritance => tests/test_class_inheritance | 0 testarray => tests/testarray | 0 testarray.pl => tests/testarray.pl | 0 testarray2 => tests/testarray2 | 0 testarray2.pl => tests/testarray2.pl | 0 testclassfunc => tests/testclassfunc | 0 testcom => tests/testcom | 0 testfe => tests/testfe | 0 testfunc => tests/testfunc | 0 testfunc.pl => tests/testfunc.pl | 0 testfunc2 => tests/testfunc2 | 0 testfunc2.pl => tests/testfunc2.pl | 0 testfuncref => tests/testfuncref | 0 testinclude => tests/testinclude | 0 testobj => tests/testobj | 0 18 files changed, 1 insertion(+), 1 deletion(-) rename test.php4 => tests/test.php4 (100%) rename test.pl => tests/test.pl (100%) rename test_class_inheritance => tests/test_class_inheritance (100%) rename testarray => tests/testarray (100%) rename testarray.pl => tests/testarray.pl (100%) rename testarray2 => tests/testarray2 (100%) rename testarray2.pl => tests/testarray2.pl (100%) rename testclassfunc => tests/testclassfunc (100%) rename testcom => tests/testcom (100%) rename testfe => tests/testfe (100%) rename testfunc => tests/testfunc (100%) rename testfunc.pl => tests/testfunc.pl (100%) rename testfunc2 => tests/testfunc2 (100%) rename testfunc2.pl => tests/testfunc2.pl (100%) rename testfuncref => tests/testfuncref (100%) rename testinclude => tests/testinclude (100%) rename testobj => tests/testobj (100%) diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 9b8830a42c..5b838ec055 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 -- 2.40.0