Test: /ext/fileinfo/tests/finfo_close_error.phpt - Version 5.4.1    

There is 1 diff reported by users for this test.

Count Diff
4 (100%)
003+ Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2123496 bytes) in %s/finfo_close_error.php on line 11
003- -- Testing finfo_close() function with Zero arguments --
004-
005- Warning: finfo_close() expects exactly 1 parameter, 0 given in %s on line %d
006- bool(false)
007-
008- -- Testing finfo_close() function with more than expected no. of arguments --
009-
010- Warning: finfo_close() expects exactly 1 parameter, 2 given in %s on line %d
011- bool(false)
012-
013- -- Testing finfo_close() function with wrong resource type --
014-
015- Warning: finfo_close(): supplied resource is not a valid file_info resource in %s on line %d
016- bool(false)
017- ===DONE===