import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / fgetcsv_variation1.php.expectf
blob19a444159262cee9d9c49e076e2f31bd3aa59021
1 *** Testing fgetcsv() : with all parameters specified ***
3 -- Testing fgetcsv() with file opened using r mode --
4 array(2) {
5   [0]=>
6   string(5) "water"
7   [1]=>
8   string(5) "fruit"
10 int(14)
11 bool(false)
13 -- Testing fgetcsv() with file opened using rb mode --
14 array(2) {
15   [0]=>
16   string(5) "water"
17   [1]=>
18   string(5) "fruit"
20 int(14)
21 bool(false)
23 -- Testing fgetcsv() with file opened using rt mode --
24 array(2) {
25   [0]=>
26   string(5) "water"
27   [1]=>
28   string(5) "fruit"
30 int(14)
31 bool(false)
33 -- Testing fgetcsv() with file opened using r+ mode --
34 array(2) {
35   [0]=>
36   string(5) "water"
37   [1]=>
38   string(5) "fruit"
40 int(14)
41 bool(false)
43 -- Testing fgetcsv() with file opened using r+b mode --
44 array(2) {
45   [0]=>
46   string(5) "water"
47   [1]=>
48   string(5) "fruit"
50 int(14)
51 bool(false)
53 -- Testing fgetcsv() with file opened using r+t mode --
54 array(2) {
55   [0]=>
56   string(5) "water"
57   [1]=>
58   string(5) "fruit"
60 int(14)
61 bool(false)
63 -- Testing fgetcsv() with file opened using a+ mode --
64 array(2) {
65   [0]=>
66   string(5) "water"
67   [1]=>
68   string(5) "fruit"
70 int(14)
71 bool(false)
73 -- Testing fgetcsv() with file opened using a+b mode --
74 array(2) {
75   [0]=>
76   string(5) "water"
77   [1]=>
78   string(5) "fruit"
80 int(14)
81 bool(false)
83 -- Testing fgetcsv() with file opened using a+t mode --
84 array(2) {
85   [0]=>
86   string(5) "water"
87   [1]=>
88   string(5) "fruit"
90 int(14)
91 bool(false)
93 -- Testing fgetcsv() with file opened using w+ mode --
94 array(2) {
95   [0]=>
96   string(5) "water"
97   [1]=>
98   string(5) "fruit"
100 int(14)
101 bool(false)
103 -- Testing fgetcsv() with file opened using w+b mode --
104 array(2) {
105   [0]=>
106   string(5) "water"
107   [1]=>
108   string(5) "fruit"
110 int(14)
111 bool(false)
113 -- Testing fgetcsv() with file opened using w+t mode --
114 array(2) {
115   [0]=>
116   string(5) "water"
117   [1]=>
118   string(5) "fruit"
120 int(14)
121 bool(false)
123 -- Testing fgetcsv() with file opened using x+ mode --
124 array(2) {
125   [0]=>
126   string(5) "water"
127   [1]=>
128   string(5) "fruit"
130 int(14)
131 bool(false)
133 -- Testing fgetcsv() with file opened using x+b mode --
134 array(2) {
135   [0]=>
136   string(5) "water"
137   [1]=>
138   string(5) "fruit"
140 int(14)
141 bool(false)
143 -- Testing fgetcsv() with file opened using x+t mode --
144 array(2) {
145   [0]=>
146   string(5) "water"
147   [1]=>
148   string(5) "fruit"
150 int(14)
151 bool(false)
153 -- Testing fgetcsv() with file opened using r mode --
154 array(2) {
155   [0]=>
156   string(5) "water"
157   [1]=>
158   string(5) "fruit"
160 int(16)
161 bool(false)
163 -- Testing fgetcsv() with file opened using rb mode --
164 array(2) {
165   [0]=>
166   string(5) "water"
167   [1]=>
168   string(5) "fruit"
170 int(16)
171 bool(false)
173 -- Testing fgetcsv() with file opened using rt mode --
174 array(2) {
175   [0]=>
176   string(5) "water"
177   [1]=>
178   string(5) "fruit"
180 int(16)
181 bool(false)
183 -- Testing fgetcsv() with file opened using r+ mode --
184 array(2) {
185   [0]=>
186   string(5) "water"
187   [1]=>
188   string(5) "fruit"
190 int(16)
191 bool(false)
193 -- Testing fgetcsv() with file opened using r+b mode --
194 array(2) {
195   [0]=>
196   string(5) "water"
197   [1]=>
198   string(5) "fruit"
200 int(16)
201 bool(false)
203 -- Testing fgetcsv() with file opened using r+t mode --
204 array(2) {
205   [0]=>
206   string(5) "water"
207   [1]=>
208   string(5) "fruit"
210 int(16)
211 bool(false)
213 -- Testing fgetcsv() with file opened using a+ mode --
214 array(2) {
215   [0]=>
216   string(5) "water"
217   [1]=>
218   string(5) "fruit"
220 int(16)
221 bool(false)
223 -- Testing fgetcsv() with file opened using a+b mode --
224 array(2) {
225   [0]=>
226   string(5) "water"
227   [1]=>
228   string(5) "fruit"
230 int(16)
231 bool(false)
233 -- Testing fgetcsv() with file opened using a+t mode --
234 array(2) {
235   [0]=>
236   string(5) "water"
237   [1]=>
238   string(5) "fruit"
240 int(16)
241 bool(false)
243 -- Testing fgetcsv() with file opened using w+ mode --
244 array(2) {
245   [0]=>
246   string(5) "water"
247   [1]=>
248   string(5) "fruit"
250 int(16)
251 bool(false)
253 -- Testing fgetcsv() with file opened using w+b mode --
254 array(2) {
255   [0]=>
256   string(5) "water"
257   [1]=>
258   string(5) "fruit"
260 int(16)
261 bool(false)
263 -- Testing fgetcsv() with file opened using w+t mode --
264 array(2) {
265   [0]=>
266   string(5) "water"
267   [1]=>
268   string(5) "fruit"
270 int(16)
271 bool(false)
273 -- Testing fgetcsv() with file opened using x+ mode --
274 array(2) {
275   [0]=>
276   string(5) "water"
277   [1]=>
278   string(5) "fruit"
280 int(16)
281 bool(false)
283 -- Testing fgetcsv() with file opened using x+b mode --
284 array(2) {
285   [0]=>
286   string(5) "water"
287   [1]=>
288   string(5) "fruit"
290 int(16)
291 bool(false)
293 -- Testing fgetcsv() with file opened using x+t mode --
294 array(2) {
295   [0]=>
296   string(5) "water"
297   [1]=>
298   string(5) "fruit"
300 int(16)
301 bool(false)
303 -- Testing fgetcsv() with file opened using r mode --
304 array(2) {
305   [0]=>
306   string(5) "water"
307   [1]=>
308   string(5) "fruit"
310 int(16)
311 bool(false)
313 -- Testing fgetcsv() with file opened using rb mode --
314 array(2) {
315   [0]=>
316   string(5) "water"
317   [1]=>
318   string(5) "fruit"
320 int(16)
321 bool(false)
323 -- Testing fgetcsv() with file opened using rt mode --
324 array(2) {
325   [0]=>
326   string(5) "water"
327   [1]=>
328   string(5) "fruit"
330 int(16)
331 bool(false)
333 -- Testing fgetcsv() with file opened using r+ mode --
334 array(2) {
335   [0]=>
336   string(5) "water"
337   [1]=>
338   string(5) "fruit"
340 int(16)
341 bool(false)
343 -- Testing fgetcsv() with file opened using r+b mode --
344 array(2) {
345   [0]=>
346   string(5) "water"
347   [1]=>
348   string(5) "fruit"
350 int(16)
351 bool(false)
353 -- Testing fgetcsv() with file opened using r+t mode --
354 array(2) {
355   [0]=>
356   string(5) "water"
357   [1]=>
358   string(5) "fruit"
360 int(16)
361 bool(false)
363 -- Testing fgetcsv() with file opened using a+ mode --
364 array(2) {
365   [0]=>
366   string(5) "water"
367   [1]=>
368   string(5) "fruit"
370 int(16)
371 bool(false)
373 -- Testing fgetcsv() with file opened using a+b mode --
374 array(2) {
375   [0]=>
376   string(5) "water"
377   [1]=>
378   string(5) "fruit"
380 int(16)
381 bool(false)
383 -- Testing fgetcsv() with file opened using a+t mode --
384 array(2) {
385   [0]=>
386   string(5) "water"
387   [1]=>
388   string(5) "fruit"
390 int(16)
391 bool(false)
393 -- Testing fgetcsv() with file opened using w+ mode --
394 array(2) {
395   [0]=>
396   string(5) "water"
397   [1]=>
398   string(5) "fruit"
400 int(16)
401 bool(false)
403 -- Testing fgetcsv() with file opened using w+b mode --
404 array(2) {
405   [0]=>
406   string(5) "water"
407   [1]=>
408   string(5) "fruit"
410 int(16)
411 bool(false)
413 -- Testing fgetcsv() with file opened using w+t mode --
414 array(2) {
415   [0]=>
416   string(5) "water"
417   [1]=>
418   string(5) "fruit"
420 int(16)
421 bool(false)
423 -- Testing fgetcsv() with file opened using x+ mode --
424 array(2) {
425   [0]=>
426   string(5) "water"
427   [1]=>
428   string(5) "fruit"
430 int(16)
431 bool(false)
433 -- Testing fgetcsv() with file opened using x+b mode --
434 array(2) {
435   [0]=>
436   string(5) "water"
437   [1]=>
438   string(5) "fruit"
440 int(16)
441 bool(false)
443 -- Testing fgetcsv() with file opened using x+t mode --
444 array(2) {
445   [0]=>
446   string(5) "water"
447   [1]=>
448   string(5) "fruit"
450 int(16)
451 bool(false)
453 -- Testing fgetcsv() with file opened using r mode --
454 array(2) {
455   [0]=>
456   string(5) "water"
457   [1]=>
458   string(5) "fruit"
460 int(16)
461 bool(false)
463 -- Testing fgetcsv() with file opened using rb mode --
464 array(2) {
465   [0]=>
466   string(5) "water"
467   [1]=>
468   string(5) "fruit"
470 int(16)
471 bool(false)
473 -- Testing fgetcsv() with file opened using rt mode --
474 array(2) {
475   [0]=>
476   string(5) "water"
477   [1]=>
478   string(5) "fruit"
480 int(16)
481 bool(false)
483 -- Testing fgetcsv() with file opened using r+ mode --
484 array(2) {
485   [0]=>
486   string(5) "water"
487   [1]=>
488   string(5) "fruit"
490 int(16)
491 bool(false)
493 -- Testing fgetcsv() with file opened using r+b mode --
494 array(2) {
495   [0]=>
496   string(5) "water"
497   [1]=>
498   string(5) "fruit"
500 int(16)
501 bool(false)
503 -- Testing fgetcsv() with file opened using r+t mode --
504 array(2) {
505   [0]=>
506   string(5) "water"
507   [1]=>
508   string(5) "fruit"
510 int(16)
511 bool(false)
513 -- Testing fgetcsv() with file opened using a+ mode --
514 array(2) {
515   [0]=>
516   string(5) "water"
517   [1]=>
518   string(5) "fruit"
520 int(16)
521 bool(false)
523 -- Testing fgetcsv() with file opened using a+b mode --
524 array(2) {
525   [0]=>
526   string(5) "water"
527   [1]=>
528   string(5) "fruit"
530 int(16)
531 bool(false)
533 -- Testing fgetcsv() with file opened using a+t mode --
534 array(2) {
535   [0]=>
536   string(5) "water"
537   [1]=>
538   string(5) "fruit"
540 int(16)
541 bool(false)
543 -- Testing fgetcsv() with file opened using w+ mode --
544 array(2) {
545   [0]=>
546   string(5) "water"
547   [1]=>
548   string(5) "fruit"
550 int(16)
551 bool(false)
553 -- Testing fgetcsv() with file opened using w+b mode --
554 array(2) {
555   [0]=>
556   string(5) "water"
557   [1]=>
558   string(5) "fruit"
560 int(16)
561 bool(false)
563 -- Testing fgetcsv() with file opened using w+t mode --
564 array(2) {
565   [0]=>
566   string(5) "water"
567   [1]=>
568   string(5) "fruit"
570 int(16)
571 bool(false)
573 -- Testing fgetcsv() with file opened using x+ mode --
574 array(2) {
575   [0]=>
576   string(5) "water"
577   [1]=>
578   string(5) "fruit"
580 int(16)
581 bool(false)
583 -- Testing fgetcsv() with file opened using x+b mode --
584 array(2) {
585   [0]=>
586   string(5) "water"
587   [1]=>
588   string(5) "fruit"
590 int(16)
591 bool(false)
593 -- Testing fgetcsv() with file opened using x+t mode --
594 array(2) {
595   [0]=>
596   string(5) "water"
597   [1]=>
598   string(5) "fruit"
600 int(16)
601 bool(false)
603 -- Testing fgetcsv() with file opened using r mode --
604 array(2) {
605   [0]=>
606   string(11) "water=fruit"
607   [1]=>
608   string(0) ""
610 int(16)
611 bool(false)
613 -- Testing fgetcsv() with file opened using rb mode --
614 array(2) {
615   [0]=>
616   string(11) "water=fruit"
617   [1]=>
618   string(0) ""
620 int(16)
621 bool(false)
623 -- Testing fgetcsv() with file opened using rt mode --
624 array(2) {
625   [0]=>
626   string(11) "water=fruit"
627   [1]=>
628   string(0) ""
630 int(16)
631 bool(false)
633 -- Testing fgetcsv() with file opened using r+ mode --
634 array(2) {
635   [0]=>
636   string(11) "water=fruit"
637   [1]=>
638   string(0) ""
640 int(16)
641 bool(false)
643 -- Testing fgetcsv() with file opened using r+b mode --
644 array(2) {
645   [0]=>
646   string(11) "water=fruit"
647   [1]=>
648   string(0) ""
650 int(16)
651 bool(false)
653 -- Testing fgetcsv() with file opened using r+t mode --
654 array(2) {
655   [0]=>
656   string(11) "water=fruit"
657   [1]=>
658   string(0) ""
660 int(16)
661 bool(false)
663 -- Testing fgetcsv() with file opened using a+ mode --
664 array(2) {
665   [0]=>
666   string(11) "water=fruit"
667   [1]=>
668   string(0) ""
670 int(16)
671 bool(false)
673 -- Testing fgetcsv() with file opened using a+b mode --
674 array(2) {
675   [0]=>
676   string(11) "water=fruit"
677   [1]=>
678   string(0) ""
680 int(16)
681 bool(false)
683 -- Testing fgetcsv() with file opened using a+t mode --
684 array(2) {
685   [0]=>
686   string(11) "water=fruit"
687   [1]=>
688   string(0) ""
690 int(16)
691 bool(false)
693 -- Testing fgetcsv() with file opened using w+ mode --
694 array(2) {
695   [0]=>
696   string(11) "water=fruit"
697   [1]=>
698   string(0) ""
700 int(16)
701 bool(false)
703 -- Testing fgetcsv() with file opened using w+b mode --
704 array(2) {
705   [0]=>
706   string(11) "water=fruit"
707   [1]=>
708   string(0) ""
710 int(16)
711 bool(false)
713 -- Testing fgetcsv() with file opened using w+t mode --
714 array(2) {
715   [0]=>
716   string(11) "water=fruit"
717   [1]=>
718   string(0) ""
720 int(16)
721 bool(false)
723 -- Testing fgetcsv() with file opened using x+ mode --
724 array(2) {
725   [0]=>
726   string(11) "water=fruit"
727   [1]=>
728   string(0) ""
730 int(16)
731 bool(false)
733 -- Testing fgetcsv() with file opened using x+b mode --
734 array(2) {
735   [0]=>
736   string(11) "water=fruit"
737   [1]=>
738   string(0) ""
740 int(16)
741 bool(false)
743 -- Testing fgetcsv() with file opened using x+t mode --
744 array(2) {
745   [0]=>
746   string(11) "water=fruit"
747   [1]=>
748   string(0) ""
750 int(16)
751 bool(false)
753 -- Testing fgetcsv() with file opened using r mode --
754 array(1) {
755   [0]=>
756   string(14) "water-fruitair"
758 int(18)
759 bool(false)
761 -- Testing fgetcsv() with file opened using rb mode --
762 array(1) {
763   [0]=>
764   string(14) "water-fruitair"
766 int(18)
767 bool(false)
769 -- Testing fgetcsv() with file opened using rt mode --
770 array(1) {
771   [0]=>
772   string(14) "water-fruitair"
774 int(18)
775 bool(false)
777 -- Testing fgetcsv() with file opened using r+ mode --
778 array(1) {
779   [0]=>
780   string(14) "water-fruitair"
782 int(18)
783 bool(false)
785 -- Testing fgetcsv() with file opened using r+b mode --
786 array(1) {
787   [0]=>
788   string(14) "water-fruitair"
790 int(18)
791 bool(false)
793 -- Testing fgetcsv() with file opened using r+t mode --
794 array(1) {
795   [0]=>
796   string(14) "water-fruitair"
798 int(18)
799 bool(false)
801 -- Testing fgetcsv() with file opened using a+ mode --
802 array(1) {
803   [0]=>
804   string(14) "water-fruitair"
806 int(18)
807 bool(false)
809 -- Testing fgetcsv() with file opened using a+b mode --
810 array(1) {
811   [0]=>
812   string(14) "water-fruitair"
814 int(18)
815 bool(false)
817 -- Testing fgetcsv() with file opened using a+t mode --
818 array(1) {
819   [0]=>
820   string(14) "water-fruitair"
822 int(18)
823 bool(false)
825 -- Testing fgetcsv() with file opened using w+ mode --
826 array(1) {
827   [0]=>
828   string(14) "water-fruitair"
830 int(18)
831 bool(false)
833 -- Testing fgetcsv() with file opened using w+b mode --
834 array(1) {
835   [0]=>
836   string(14) "water-fruitair"
838 int(18)
839 bool(false)
841 -- Testing fgetcsv() with file opened using w+t mode --
842 array(1) {
843   [0]=>
844   string(14) "water-fruitair"
846 int(18)
847 bool(false)
849 -- Testing fgetcsv() with file opened using x+ mode --
850 array(1) {
851   [0]=>
852   string(14) "water-fruitair"
854 int(18)
855 bool(false)
857 -- Testing fgetcsv() with file opened using x+b mode --
858 array(1) {
859   [0]=>
860   string(14) "water-fruitair"
862 int(18)
863 bool(false)
865 -- Testing fgetcsv() with file opened using x+t mode --
866 array(1) {
867   [0]=>
868   string(14) "water-fruitair"
870 int(18)
871 bool(false)
873 -- Testing fgetcsv() with file opened using r mode --
874 array(3) {
875   [0]=>
876   string(11) "water-fruit"
877   [1]=>
878   string(3) "air"
879   [2]=>
880   string(0) ""
882 int(22)
883 bool(false)
885 -- Testing fgetcsv() with file opened using rb mode --
886 array(3) {
887   [0]=>
888   string(11) "water-fruit"
889   [1]=>
890   string(3) "air"
891   [2]=>
892   string(0) ""
894 int(22)
895 bool(false)
897 -- Testing fgetcsv() with file opened using rt mode --
898 array(3) {
899   [0]=>
900   string(11) "water-fruit"
901   [1]=>
902   string(3) "air"
903   [2]=>
904   string(0) ""
906 int(22)
907 bool(false)
909 -- Testing fgetcsv() with file opened using r+ mode --
910 array(3) {
911   [0]=>
912   string(11) "water-fruit"
913   [1]=>
914   string(3) "air"
915   [2]=>
916   string(0) ""
918 int(22)
919 bool(false)
921 -- Testing fgetcsv() with file opened using r+b mode --
922 array(3) {
923   [0]=>
924   string(11) "water-fruit"
925   [1]=>
926   string(3) "air"
927   [2]=>
928   string(0) ""
930 int(22)
931 bool(false)
933 -- Testing fgetcsv() with file opened using r+t mode --
934 array(3) {
935   [0]=>
936   string(11) "water-fruit"
937   [1]=>
938   string(3) "air"
939   [2]=>
940   string(0) ""
942 int(22)
943 bool(false)
945 -- Testing fgetcsv() with file opened using a+ mode --
946 array(3) {
947   [0]=>
948   string(11) "water-fruit"
949   [1]=>
950   string(3) "air"
951   [2]=>
952   string(0) ""
954 int(22)
955 bool(false)
957 -- Testing fgetcsv() with file opened using a+b mode --
958 array(3) {
959   [0]=>
960   string(11) "water-fruit"
961   [1]=>
962   string(3) "air"
963   [2]=>
964   string(0) ""
966 int(22)
967 bool(false)
969 -- Testing fgetcsv() with file opened using a+t mode --
970 array(3) {
971   [0]=>
972   string(11) "water-fruit"
973   [1]=>
974   string(3) "air"
975   [2]=>
976   string(0) ""
978 int(22)
979 bool(false)
981 -- Testing fgetcsv() with file opened using w+ mode --
982 array(3) {
983   [0]=>
984   string(11) "water-fruit"
985   [1]=>
986   string(3) "air"
987   [2]=>
988   string(0) ""
990 int(22)
991 bool(false)
993 -- Testing fgetcsv() with file opened using w+b mode --
994 array(3) {
995   [0]=>
996   string(11) "water-fruit"
997   [1]=>
998   string(3) "air"
999   [2]=>
1000   string(0) ""
1002 int(22)
1003 bool(false)
1005 -- Testing fgetcsv() with file opened using w+t mode --
1006 array(3) {
1007   [0]=>
1008   string(11) "water-fruit"
1009   [1]=>
1010   string(3) "air"
1011   [2]=>
1012   string(0) ""
1014 int(22)
1015 bool(false)
1017 -- Testing fgetcsv() with file opened using x+ mode --
1018 array(3) {
1019   [0]=>
1020   string(11) "water-fruit"
1021   [1]=>
1022   string(3) "air"
1023   [2]=>
1024   string(0) ""
1026 int(22)
1027 bool(false)
1029 -- Testing fgetcsv() with file opened using x+b mode --
1030 array(3) {
1031   [0]=>
1032   string(11) "water-fruit"
1033   [1]=>
1034   string(3) "air"
1035   [2]=>
1036   string(0) ""
1038 int(22)
1039 bool(false)
1041 -- Testing fgetcsv() with file opened using x+t mode --
1042 array(3) {
1043   [0]=>
1044   string(11) "water-fruit"
1045   [1]=>
1046   string(3) "air"
1047   [2]=>
1048   string(0) ""
1050 int(22)
1051 bool(false)
1053 -- Testing fgetcsv() with file opened using r mode --
1054 array(6) {
1055   [0]=>
1056   string(4) """"""
1057   [1]=>
1058   string(1) """
1059   [2]=>
1060   string(1) ","
1061   [3]=>
1062   string(1) """
1063   [4]=>
1064   string(1) ","
1065   [5]=>
1066   string(4) ",,,,"
1068 int(24)
1069 bool(false)
1071 -- Testing fgetcsv() with file opened using rb mode --
1072 array(6) {
1073   [0]=>
1074   string(4) """"""
1075   [1]=>
1076   string(1) """
1077   [2]=>
1078   string(1) ","
1079   [3]=>
1080   string(1) """
1081   [4]=>
1082   string(1) ","
1083   [5]=>
1084   string(4) ",,,,"
1086 int(24)
1087 bool(false)
1089 -- Testing fgetcsv() with file opened using rt mode --
1090 array(6) {
1091   [0]=>
1092   string(4) """"""
1093   [1]=>
1094   string(1) """
1095   [2]=>
1096   string(1) ","
1097   [3]=>
1098   string(1) """
1099   [4]=>
1100   string(1) ","
1101   [5]=>
1102   string(4) ",,,,"
1104 int(24)
1105 bool(false)
1107 -- Testing fgetcsv() with file opened using r+ mode --
1108 array(6) {
1109   [0]=>
1110   string(4) """"""
1111   [1]=>
1112   string(1) """
1113   [2]=>
1114   string(1) ","
1115   [3]=>
1116   string(1) """
1117   [4]=>
1118   string(1) ","
1119   [5]=>
1120   string(4) ",,,,"
1122 int(24)
1123 bool(false)
1125 -- Testing fgetcsv() with file opened using r+b mode --
1126 array(6) {
1127   [0]=>
1128   string(4) """"""
1129   [1]=>
1130   string(1) """
1131   [2]=>
1132   string(1) ","
1133   [3]=>
1134   string(1) """
1135   [4]=>
1136   string(1) ","
1137   [5]=>
1138   string(4) ",,,,"
1140 int(24)
1141 bool(false)
1143 -- Testing fgetcsv() with file opened using r+t mode --
1144 array(6) {
1145   [0]=>
1146   string(4) """"""
1147   [1]=>
1148   string(1) """
1149   [2]=>
1150   string(1) ","
1151   [3]=>
1152   string(1) """
1153   [4]=>
1154   string(1) ","
1155   [5]=>
1156   string(4) ",,,,"
1158 int(24)
1159 bool(false)
1161 -- Testing fgetcsv() with file opened using a+ mode --
1162 array(6) {
1163   [0]=>
1164   string(4) """"""
1165   [1]=>
1166   string(1) """
1167   [2]=>
1168   string(1) ","
1169   [3]=>
1170   string(1) """
1171   [4]=>
1172   string(1) ","
1173   [5]=>
1174   string(4) ",,,,"
1176 int(24)
1177 bool(false)
1179 -- Testing fgetcsv() with file opened using a+b mode --
1180 array(6) {
1181   [0]=>
1182   string(4) """"""
1183   [1]=>
1184   string(1) """
1185   [2]=>
1186   string(1) ","
1187   [3]=>
1188   string(1) """
1189   [4]=>
1190   string(1) ","
1191   [5]=>
1192   string(4) ",,,,"
1194 int(24)
1195 bool(false)
1197 -- Testing fgetcsv() with file opened using a+t mode --
1198 array(6) {
1199   [0]=>
1200   string(4) """"""
1201   [1]=>
1202   string(1) """
1203   [2]=>
1204   string(1) ","
1205   [3]=>
1206   string(1) """
1207   [4]=>
1208   string(1) ","
1209   [5]=>
1210   string(4) ",,,,"
1212 int(24)
1213 bool(false)
1215 -- Testing fgetcsv() with file opened using w+ mode --
1216 array(6) {
1217   [0]=>
1218   string(4) """"""
1219   [1]=>
1220   string(1) """
1221   [2]=>
1222   string(1) ","
1223   [3]=>
1224   string(1) """
1225   [4]=>
1226   string(1) ","
1227   [5]=>
1228   string(4) ",,,,"
1230 int(24)
1231 bool(false)
1233 -- Testing fgetcsv() with file opened using w+b mode --
1234 array(6) {
1235   [0]=>
1236   string(4) """"""
1237   [1]=>
1238   string(1) """
1239   [2]=>
1240   string(1) ","
1241   [3]=>
1242   string(1) """
1243   [4]=>
1244   string(1) ","
1245   [5]=>
1246   string(4) ",,,,"
1248 int(24)
1249 bool(false)
1251 -- Testing fgetcsv() with file opened using w+t mode --
1252 array(6) {
1253   [0]=>
1254   string(4) """"""
1255   [1]=>
1256   string(1) """
1257   [2]=>
1258   string(1) ","
1259   [3]=>
1260   string(1) """
1261   [4]=>
1262   string(1) ","
1263   [5]=>
1264   string(4) ",,,,"
1266 int(24)
1267 bool(false)
1269 -- Testing fgetcsv() with file opened using x+ mode --
1270 array(6) {
1271   [0]=>
1272   string(4) """"""
1273   [1]=>
1274   string(1) """
1275   [2]=>
1276   string(1) ","
1277   [3]=>
1278   string(1) """
1279   [4]=>
1280   string(1) ","
1281   [5]=>
1282   string(4) ",,,,"
1284 int(24)
1285 bool(false)
1287 -- Testing fgetcsv() with file opened using x+b mode --
1288 array(6) {
1289   [0]=>
1290   string(4) """"""
1291   [1]=>
1292   string(1) """
1293   [2]=>
1294   string(1) ","
1295   [3]=>
1296   string(1) """
1297   [4]=>
1298   string(1) ","
1299   [5]=>
1300   string(4) ",,,,"
1302 int(24)
1303 bool(false)
1305 -- Testing fgetcsv() with file opened using x+t mode --
1306 array(6) {
1307   [0]=>
1308   string(4) """"""
1309   [1]=>
1310   string(1) """
1311   [2]=>
1312   string(1) ","
1313   [3]=>
1314   string(1) """
1315   [4]=>
1316   string(1) ","
1317   [5]=>
1318   string(4) ",,,,"
1320 int(24)
1321 bool(false)
1322 Done