]> granicus.if.org Git - php/commitdiff
Fix test
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 13 Jan 2020 09:09:58 +0000 (10:09 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 13 Jan 2020 09:09:58 +0000 (10:09 +0100)
Hopefully (32-bit)

ext/standard/tests/strings/vfprintf_variation4.phpt

index 9ce7cd5fb0de00c1e3ffb01a7cc07e99d757bcfa..0480fd87a39829f79e38daefdabf9fd3365b937a 100644 (file)
@@ -87,25 +87,25 @@ unlink($data_file);
 *** Testing vfprintf() : int formats and non-integer values ***
 
 -- Iteration 1 --
-2 +0 10 
+2 +0 10
    123456 d -1234 1234
    -1474836480 200000     4000 22000000
    12345 12 -12 -123456
    10 123456 2 0
 -- Iteration 2 --
-0 +0 0 
+0 +0 0
    123 d -123 123 
             0 0          123456 0000
    1234 0 $0 _0
    0 123 0 0
 -- Iteration 3 --
-1 +1 1 
+1 +1 1
    1 d    1 1   
             1 1          1 0001
    #1 1 $1 _1
    1 1 1 1
 -- Iteration 4 --
-1 +1 0 
+1 +1 0
    1 d    0 1   
             1 0          1 0000
    #0 1 $1 _0