felipe Sun Apr 20 02:25:08 2008 UTC
Modified files:
/php-src/ext/ereg/tests split_basic_001.phpt split_basic_002.phpt
spliti_basic_001.phpt spliti_basic_002.phpt
Log:
- Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/split_basic_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/ereg/tests/split_basic_001.phpt
diff -u php-src/ext/ereg/tests/split_basic_001.phpt:1.1
php-src/ext/ereg/tests/split_basic_001.phpt:1.2
--- php-src/ext/ereg/tests/split_basic_001.phpt:1.1 Fri Apr 11 08:57:06 2008
+++ php-src/ext/ereg/tests/split_basic_001.phpt Sun Apr 20 02:25:08 2008
@@ -37,12 +37,12 @@
--> Pattern: '()'; match: ''
-Warning: split(): Invalid Regular Expression to split() in %s on line 19
+Warning: split(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '()'; match: 'abcdef'
-Warning: split(): Invalid Regular Expression to split() in %s on line 19
+Warning: split(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '[x]|[^x]'; match: 'abcdef'
@@ -126,4 +126,4 @@
[1]=>
string(16) " |1| a |2| a "
}
-Done
\ No newline at end of file
+Done
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/split_basic_002.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/ereg/tests/split_basic_002.phpt
diff -u php-src/ext/ereg/tests/split_basic_002.phpt:1.1
php-src/ext/ereg/tests/split_basic_002.phpt:1.2
--- php-src/ext/ereg/tests/split_basic_002.phpt:1.1 Fri Apr 11 08:57:06 2008
+++ php-src/ext/ereg/tests/split_basic_002.phpt Sun Apr 20 02:25:08 2008
@@ -41,12 +41,12 @@
--> Pattern: '()'; match: ''
-Warning: split(): Invalid Regular Expression to split() in %s on line 19
+Warning: split(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '()'; match: 'abcdef'
-Warning: split(): Invalid Regular Expression to split() in %s on line 19
+Warning: split(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '[x]|[^x]'; match: 'abcdef'
@@ -224,4 +224,4 @@
[6]=>
string(1) " "
}
-Done
\ No newline at end of file
+Done
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/spliti_basic_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/ereg/tests/spliti_basic_001.phpt
diff -u php-src/ext/ereg/tests/spliti_basic_001.phpt:1.1
php-src/ext/ereg/tests/spliti_basic_001.phpt:1.2
--- php-src/ext/ereg/tests/spliti_basic_001.phpt:1.1 Fri Apr 11 08:57:06 2008
+++ php-src/ext/ereg/tests/spliti_basic_001.phpt Sun Apr 20 02:25:08 2008
@@ -37,12 +37,12 @@
--> Pattern: '()'; match: ''
-Warning: spliti(): Invalid Regular Expression to spliti() in %s on line 19
+Warning: spliti(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '()'; match: 'abcdef'
-Warning: spliti(): Invalid Regular Expression to spliti() in %s on line 19
+Warning: spliti(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '[x]|[^x]'; match: 'abcdef'
@@ -126,4 +126,4 @@
[1]=>
string(16) " |1| a |2| a "
}
-Done
\ No newline at end of file
+Done
http://cvs.php.net/viewvc.cgi/php-src/ext/ereg/tests/spliti_basic_002.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/ereg/tests/spliti_basic_002.phpt
diff -u php-src/ext/ereg/tests/spliti_basic_002.phpt:1.1
php-src/ext/ereg/tests/spliti_basic_002.phpt:1.2
--- php-src/ext/ereg/tests/spliti_basic_002.phpt:1.1 Fri Apr 11 08:57:06 2008
+++ php-src/ext/ereg/tests/spliti_basic_002.phpt Sun Apr 20 02:25:08 2008
@@ -41,12 +41,12 @@
--> Pattern: '()'; match: ''
-Warning: spliti(): Invalid Regular Expression to spliti() in %s on line 19
+Warning: spliti(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '()'; match: 'abcdef'
-Warning: spliti(): Invalid Regular Expression to spliti() in %s on line 19
+Warning: spliti(): Invalid Regular Expression in %s on line 19
bool(false)
--> Pattern: '[x]|[^x]'; match: 'abcdef'
@@ -224,4 +224,4 @@
[6]=>
string(1) " "
}
-Done
\ No newline at end of file
+Done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php