diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-08 21:42:29 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-08 21:42:29 +0000 |
commit | cef4df1fee046105ab35f47c152d39bf16a55a07 (patch) | |
tree | 3c633689c360b1682408c0b2410836d357fce59b | |
parent | cb2a2ea9d39c002c0aa2eb06c21da9e48597b032 (diff) | |
download | php-git-cef4df1fee046105ab35f47c152d39bf16a55a07.tar.gz |
Reduce clutter a bit.
-rw-r--r-- | ext/pcre/php_pcre.c | 2 | ||||
-rw-r--r-- | tests/test.php4 (renamed from test.php4) | 0 | ||||
-rw-r--r-- | tests/test.pl (renamed from test.pl) | 0 | ||||
-rw-r--r-- | tests/test_class_inheritance (renamed from test_class_inheritance) | 0 | ||||
-rw-r--r-- | tests/testarray (renamed from testarray) | 0 | ||||
-rw-r--r-- | tests/testarray.pl (renamed from testarray.pl) | 0 | ||||
-rw-r--r-- | tests/testarray2 (renamed from testarray2) | 0 | ||||
-rw-r--r-- | tests/testarray2.pl (renamed from testarray2.pl) | 0 | ||||
-rw-r--r-- | tests/testclassfunc (renamed from testclassfunc) | 0 | ||||
-rw-r--r-- | tests/testcom (renamed from testcom) | 0 | ||||
-rw-r--r-- | tests/testfe (renamed from testfe) | 0 | ||||
-rw-r--r-- | tests/testfunc (renamed from testfunc) | 0 | ||||
-rw-r--r-- | tests/testfunc.pl (renamed from testfunc.pl) | 0 | ||||
-rw-r--r-- | tests/testfunc2 (renamed from testfunc2) | 0 | ||||
-rw-r--r-- | tests/testfunc2.pl (renamed from testfunc2.pl) | 0 | ||||
-rw-r--r-- | tests/testfuncref (renamed from testfuncref) | 0 | ||||
-rw-r--r-- | tests/testinclude (renamed from testinclude) | 0 | ||||
-rw-r--r-- | tests/testobj (renamed from testobj) | 0 |
18 files changed, 1 insertions, 1 deletions
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 index fdcd51bdbd..fdcd51bdbd 100644 --- a/test.php4 +++ b/tests/test.php4 diff --git a/test.pl b/tests/test.pl index 2502cb1298..2502cb1298 100644 --- a/test.pl +++ b/tests/test.pl diff --git a/test_class_inheritance b/tests/test_class_inheritance index 3f903e62d1..3f903e62d1 100644 --- a/test_class_inheritance +++ b/tests/test_class_inheritance diff --git a/testarray b/tests/testarray index 27a2f9bc4d..27a2f9bc4d 100644 --- a/testarray +++ b/tests/testarray diff --git a/testarray.pl b/tests/testarray.pl index 9ec83e184c..9ec83e184c 100644 --- a/testarray.pl +++ b/tests/testarray.pl diff --git a/testarray2 b/tests/testarray2 index 4272eedf2e..4272eedf2e 100644 --- a/testarray2 +++ b/tests/testarray2 diff --git a/testarray2.pl b/tests/testarray2.pl index e72c526d4f..e72c526d4f 100644 --- a/testarray2.pl +++ b/tests/testarray2.pl diff --git a/testclassfunc b/tests/testclassfunc index 6ad5a5091c..6ad5a5091c 100644 --- a/testclassfunc +++ b/tests/testclassfunc diff --git a/testcom b/tests/testcom index 3668424a29..3668424a29 100644 --- a/testcom +++ b/tests/testcom diff --git a/testfunc b/tests/testfunc index 6c4775e54f..6c4775e54f 100644 --- a/testfunc +++ b/tests/testfunc diff --git a/testfunc.pl b/tests/testfunc.pl index 87864866ff..87864866ff 100644 --- a/testfunc.pl +++ b/tests/testfunc.pl diff --git a/testfunc2 b/tests/testfunc2 index 9bcae0f183..9bcae0f183 100644 --- a/testfunc2 +++ b/tests/testfunc2 diff --git a/testfunc2.pl b/tests/testfunc2.pl index 7eeaf92ffb..7eeaf92ffb 100644 --- a/testfunc2.pl +++ b/tests/testfunc2.pl diff --git a/testfuncref b/tests/testfuncref index 675c70de81..675c70de81 100644 --- a/testfuncref +++ b/tests/testfuncref diff --git a/testinclude b/tests/testinclude index 7539985aa7..7539985aa7 100644 --- a/testinclude +++ b/tests/testinclude diff --git a/testobj b/tests/testobj index 1c2aa7f2c0..1c2aa7f2c0 100644 --- a/testobj +++ b/tests/testobj |