Test: /ext/standard/tests/file/chmod_variation3.phpt - Version 5.4.25    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
056+ bool(true)
057+
058+ --lowercase null--
059+ bool(true)
056- Error: 2 - chmod(): %s, %s(%d)
057- bool(false)
059- --lowercase null--
061+ --lowercase true--
063- --lowercase true--
065+ --lowercase false--
066+ bool(true)
067+
068+ --uppercase TRUE--
067- --lowercase false--
071- --uppercase TRUE--
072- Error: 2 - chmod(): No such file or directory, %s(%d)
073- bool(false)
072+ --uppercase FALSE--
073+ bool(true)
074+
075+ --empty string DQ--
076+ bool(true)
077+
078+ --empty string SQ--
079+ bool(true)
080+
081+ --instance of classWithToString--
075- --uppercase FALSE--
076- Error: 2 - chmod(): %s, %s(%d)
077- bool(false)
085+ --instance of classWithoutToString--
086+ Error: 2 - chmod() expects parameter 1 to be a valid path, object given, %s/chmod_variation3.php(98)
087+ NULL
088+
089+ --undefined var--
090+ bool(true)
092+ --unset var--
093+ bool(true)
094+ ===DONE===
078-
079- --empty string DQ--
080- Error: 2 - chmod(): %s, %s(%d)
081- bool(false)
082-
083- --empty string SQ--
084- Error: 2 - chmod(): %s, %s(%d)
085- bool(false)
086-
087- --instance of classWithToString--
088- Error: 2 - chmod(): No such file or directory, %s(%d)
089- bool(false)
090-
091- --instance of classWithoutToString--
092- Error: 2 - chmod() expects parameter 1 to be a valid path, object given, %s(%d)
093- NULL
094-
095- --undefined var--
096- Error: 2 - chmod(): %s, %s(%d)
097- bool(false)
098-
099- --unset var--
100- Error: 2 - chmod(): %s, %s(%d)
101- bool(false)
102- ===DONE===