pajoye Sun Aug 10 14:15:31 2008 UTC
Modified files:
/php-src/ext/standard/tests/file bug40501.phpt
Log:
- fix string len
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug40501.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/file/bug40501.phpt
diff -u php-src/ext/standard/tests/file/bug40501.phpt:1.2
php-src/ext/standard/tests/file/bug40501.phpt:1.3
--- php-src/ext/standard/tests/file/bug40501.phpt:1.2 Tue May 27 09:34:52 2008
+++ php-src/ext/standard/tests/file/bug40501.phpt Sun Aug 10 14:15:31 2008
@@ -10,11 +10,11 @@
var_dump($data);
?>
---EXPECT--
+--EXPECTF--
array(2) {
[0]=>
- string(88) "this element contains the delimiter, and ends with an odd number
of
+ string(%d) "this element contains the delimiter, and ends with an odd number
of
backslashes (ex: 1)\"
[1]=>
- string(30) "and it isn't the last element$"
+ string(%d) "and it isn't the last element$"
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php