Test: /ext/standard/tests/strings/sscanf_basic7.phpt - Version 5.4.5-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002-
003- -- Try sccanf() WITHOUT optional args --
004- int(83)
005- int(-83)
006- int(83)
007- int(10)
008- NULL
009- NULL
010-
011- -- Try sccanf() WITH optional args --
012- int(4)
013- int(83)
014- int(-83)
015- int(83)
016- int(10)
017- NULL
018- NULL
019- ===DONE===