Test: /ext/standard/tests/file/fgetcsv_variation6.phpt - Version 5.4.16-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
2158- array(6) {
2159- [0]=>
2160- string(4) """"""
2161- [1]=>
2162- string(1) """
2163- [2]=>
2164- string(1) ","
2165- [3]=>
2166- string(1) """
2167- [4]=>
2168- string(1) ","
2169- [5]=>
2170- string(4) ",,,,"
2171- }
2172- int(24)
2173- bool(false)
2174- array(1) {
2175- [0]=>
2176- string(39) "This is line of text without csv fields"
2177- }
2178- int(64)
2179- bool(false)
2180-
2181- -- Testing fgetcsv() with file opened using x+ mode --
2182- array(6) {
2183- [0]=>
2184- string(4) """"""
2185- [1]=>
2186- string(1) """
2187- [2]=>
2188- string(1) ","
2189- [3]=>
2190- string(1) """
2191- [4]=>
2192- string(1) ","
2193- [5]=>
2194- string(4) ",,,,"
2195- }
2196- int(24)
2197- bool(false)
2198- array(1) {
2199- [0]=>
2200- string(39) "This is line of text without csv fields"
2201- }
2202- int(64)
2203- bool(false)
2204-
2205- -- Testing fgetcsv() with file opened using x+b mode --
2206- array(6) {
2207- [0]=>
2208- string(4) """"""
2209- [1]=>
2210- string(1) """
2211- [2]=>
2212- string(1) ","
2213- [3]=>
2214- string(1) """
2215- [4]=>
2216- string(1) ","
2217- [5]=>
2218- string(4) ",,,,"
2219- }
2220- int(24)
2221- bool(false)
2222- array(1) {
2223- [0]=>
2224- string(39) "This is line of text without csv fields"
2225- }
2226- int(64)
2227- bool(false)
2228-
2229- -- Testing fgetcsv() with file opened using x+t mode --
2230- array(6) {
2231- [0]=>
2232- string(4) """"""
2233- [1]=>
2234- string(1) """
2235- [2]=>
2236- string(1) ","
2237- [3]=>
2238- string(1) """
2239- [4]=>
2240- string(1) ","
2241- [5]=>
2242- string(4) ",,,,"
2243- }
2244- int(24)
2245- bool(false)
2246- array(1) {
2247- [0]=>
2248- string(39) "This is line of text without csv fields"
2249- }
2250- int(64)
2251- bool(false)
2252- Done