Test: /ext/standard/tests/file/userstreams_005.phpt - Version 5.5.0-dev    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
009+
010+ Warning: ftruncate(): Can't truncate this stream! in %s/userstreams_005.php on line 25
011+ bool(false)
009- truncation with new_size=0
010- bool(true)
012- truncation with new_size=10
013- bool(true)
013+
014+ Warning: ftruncate(): Can't truncate this stream! in %s/userstreams_005.php on line 25
015+ bool(false)
017+
018+ Warning: ftruncate(): Can't truncate this stream! in %s/userstreams_005.php on line 25
017- truncation with new_size=0
019- Warning: ftruncate(): test_wrapper_bad::stream_truncate did not return a boolean! in %s on line %d
022+ Warning: ftruncate(): Can't truncate this stream! in %s/userstreams_005.php on line 25
1 (50%)
004- ------ stream_truncate not implemented: -------
005-
006- Warning: ftruncate(): Can't truncate this stream! in %s on line %d
007- bool(false)
008- ------ stream_truncate size 0: -------
009- truncation with new_size=0
010- bool(true)
011- ------ stream_truncate size 10: -------
012- truncation with new_size=10
013- bool(true)
014- ------ stream_truncate negative size: -------
015- bool(false)
016- ------ stream_truncate bad return: -------
017- truncation with new_size=0
018-
019- Warning: ftruncate(): test_wrapper_bad::stream_truncate did not return a boolean! in %s on line %d
020- bool(false)