]> granicus.if.org Git - php/commitdiff
- fix string len
authorPierre Joye <pajoye@php.net>
Sun, 10 Aug 2008 14:15:31 +0000 (14:15 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 10 Aug 2008 14:15:31 +0000 (14:15 +0000)
ext/standard/tests/file/bug40501.phpt

index 8acae8cf0ece3b67ed7b81631e869230d40fba33..806aba637cc721b14d81d93c03a13c250306ab23 100644 (file)
@@ -10,11 +10,11 @@ fclose($h);
 
 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$"
 }