pajoye          Sun Aug 10 14:15:53 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard/tests/file    bug40501.phpt 
  Log:
  - MFH: fix string len
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug40501.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/file/bug40501.phpt
diff -u php-src/ext/standard/tests/file/bug40501.phpt:1.1.2.2 
php-src/ext/standard/tests/file/bug40501.phpt:1.1.2.3
--- php-src/ext/standard/tests/file/bug40501.phpt:1.1.2.2       Wed Oct  3 
10:44:32 2007
+++ php-src/ext/standard/tests/file/bug40501.phpt       Sun Aug 10 14:15:53 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$"
-}
\ No newline at end of file
+  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

Reply via email to