Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / file / fgetcsv_variation10.php.expectf
bloba6e2cab892037d37ce1d01ffad7e0b98dc1c64c4
1 *** Testing fgetcsv() : with file pointer pointing to EOF ***
3 -- Testing fgetcsv() with file opened using r mode --
4 int(0)
5 bool(false)
6 bool(false)
7 int(55)
8 bool(true)
9 bool(false)
10 int(55)
11 bool(true)
13 -- Testing fgetcsv() with file opened using rb mode --
14 int(0)
15 bool(false)
16 bool(false)
17 int(55)
18 bool(true)
19 bool(false)
20 int(55)
21 bool(true)
23 -- Testing fgetcsv() with file opened using rt mode --
24 int(0)
25 bool(false)
26 bool(false)
27 int(%d)
28 bool(true)
29 bool(false)
30 int(%d)
31 bool(true)
33 -- Testing fgetcsv() with file opened using r+ mode --
34 int(0)
35 bool(false)
36 bool(false)
37 int(55)
38 bool(true)
39 bool(false)
40 int(55)
41 bool(true)
43 -- Testing fgetcsv() with file opened using r+b mode --
44 int(0)
45 bool(false)
46 bool(false)
47 int(55)
48 bool(true)
49 bool(false)
50 int(55)
51 bool(true)
53 -- Testing fgetcsv() with file opened using r+t mode --
54 int(0)
55 bool(false)
56 bool(false)
57 int(%d)
58 bool(true)
59 bool(false)
60 int(%d)
61 bool(true)
63 -- Testing fgetcsv() with file opened using a+ mode --
64 int(0)
65 bool(false)
66 bool(false)
67 int(55)
68 bool(true)
69 bool(false)
70 int(55)
71 bool(true)
73 -- Testing fgetcsv() with file opened using a+b mode --
74 int(0)
75 bool(false)
76 bool(false)
77 int(55)
78 bool(true)
79 bool(false)
80 int(55)
81 bool(true)
83 -- Testing fgetcsv() with file opened using a+t mode --
84 int(0)
85 bool(false)
86 bool(false)
87 int(%d)
88 bool(true)
89 bool(false)
90 int(%d)
91 bool(true)
93 -- Testing fgetcsv() with file opened using w+ mode --
94 int(0)
95 bool(false)
96 bool(false)
97 int(55)
98 bool(true)
99 bool(false)
100 int(55)
101 bool(true)
103 -- Testing fgetcsv() with file opened using w+b mode --
104 int(0)
105 bool(false)
106 bool(false)
107 int(55)
108 bool(true)
109 bool(false)
110 int(55)
111 bool(true)
113 -- Testing fgetcsv() with file opened using w+t mode --
114 int(0)
115 bool(false)
116 bool(false)
117 int(%d)
118 bool(true)
119 bool(false)
120 int(%d)
121 bool(true)
123 -- Testing fgetcsv() with file opened using x+ mode --
124 int(0)
125 bool(false)
126 bool(false)
127 int(55)
128 bool(true)
129 bool(false)
130 int(55)
131 bool(true)
133 -- Testing fgetcsv() with file opened using x+b mode --
134 int(0)
135 bool(false)
136 bool(false)
137 int(55)
138 bool(true)
139 bool(false)
140 int(55)
141 bool(true)
143 -- Testing fgetcsv() with file opened using x+t mode --
144 int(0)
145 bool(false)
146 bool(false)
147 int(%d)
148 bool(true)
149 bool(false)
150 int(%d)
151 bool(true)
153 -- Testing fgetcsv() with file opened using r mode --
154 int(0)
155 bool(false)
156 bool(false)
157 int(57)
158 bool(true)
159 bool(false)
160 int(57)
161 bool(true)
163 -- Testing fgetcsv() with file opened using rb mode --
164 int(0)
165 bool(false)
166 bool(false)
167 int(57)
168 bool(true)
169 bool(false)
170 int(57)
171 bool(true)
173 -- Testing fgetcsv() with file opened using rt mode --
174 int(0)
175 bool(false)
176 bool(false)
177 int(%d)
178 bool(true)
179 bool(false)
180 int(%d)
181 bool(true)
183 -- Testing fgetcsv() with file opened using r+ mode --
184 int(0)
185 bool(false)
186 bool(false)
187 int(57)
188 bool(true)
189 bool(false)
190 int(57)
191 bool(true)
193 -- Testing fgetcsv() with file opened using r+b mode --
194 int(0)
195 bool(false)
196 bool(false)
197 int(57)
198 bool(true)
199 bool(false)
200 int(57)
201 bool(true)
203 -- Testing fgetcsv() with file opened using r+t mode --
204 int(0)
205 bool(false)
206 bool(false)
207 int(%d)
208 bool(true)
209 bool(false)
210 int(%d)
211 bool(true)
213 -- Testing fgetcsv() with file opened using a+ mode --
214 int(0)
215 bool(false)
216 bool(false)
217 int(57)
218 bool(true)
219 bool(false)
220 int(57)
221 bool(true)
223 -- Testing fgetcsv() with file opened using a+b mode --
224 int(0)
225 bool(false)
226 bool(false)
227 int(57)
228 bool(true)
229 bool(false)
230 int(57)
231 bool(true)
233 -- Testing fgetcsv() with file opened using a+t mode --
234 int(0)
235 bool(false)
236 bool(false)
237 int(%d)
238 bool(true)
239 bool(false)
240 int(%d)
241 bool(true)
243 -- Testing fgetcsv() with file opened using w+ mode --
244 int(0)
245 bool(false)
246 bool(false)
247 int(57)
248 bool(true)
249 bool(false)
250 int(57)
251 bool(true)
253 -- Testing fgetcsv() with file opened using w+b mode --
254 int(0)
255 bool(false)
256 bool(false)
257 int(57)
258 bool(true)
259 bool(false)
260 int(57)
261 bool(true)
263 -- Testing fgetcsv() with file opened using w+t mode --
264 int(0)
265 bool(false)
266 bool(false)
267 int(%d)
268 bool(true)
269 bool(false)
270 int(%d)
271 bool(true)
273 -- Testing fgetcsv() with file opened using x+ mode --
274 int(0)
275 bool(false)
276 bool(false)
277 int(57)
278 bool(true)
279 bool(false)
280 int(57)
281 bool(true)
283 -- Testing fgetcsv() with file opened using x+b mode --
284 int(0)
285 bool(false)
286 bool(false)
287 int(57)
288 bool(true)
289 bool(false)
290 int(57)
291 bool(true)
293 -- Testing fgetcsv() with file opened using x+t mode --
294 int(0)
295 bool(false)
296 bool(false)
297 int(%d)
298 bool(true)
299 bool(false)
300 int(%d)
301 bool(true)
303 -- Testing fgetcsv() with file opened using r mode --
304 int(0)
305 bool(false)
306 bool(false)
307 int(57)
308 bool(true)
309 bool(false)
310 int(57)
311 bool(true)
313 -- Testing fgetcsv() with file opened using rb mode --
314 int(0)
315 bool(false)
316 bool(false)
317 int(57)
318 bool(true)
319 bool(false)
320 int(57)
321 bool(true)
323 -- Testing fgetcsv() with file opened using rt mode --
324 int(0)
325 bool(false)
326 bool(false)
327 int(%d)
328 bool(true)
329 bool(false)
330 int(%d)
331 bool(true)
333 -- Testing fgetcsv() with file opened using r+ mode --
334 int(0)
335 bool(false)
336 bool(false)
337 int(57)
338 bool(true)
339 bool(false)
340 int(57)
341 bool(true)
343 -- Testing fgetcsv() with file opened using r+b mode --
344 int(0)
345 bool(false)
346 bool(false)
347 int(57)
348 bool(true)
349 bool(false)
350 int(57)
351 bool(true)
353 -- Testing fgetcsv() with file opened using r+t mode --
354 int(0)
355 bool(false)
356 bool(false)
357 int(%d)
358 bool(true)
359 bool(false)
360 int(%d)
361 bool(true)
363 -- Testing fgetcsv() with file opened using a+ mode --
364 int(0)
365 bool(false)
366 bool(false)
367 int(57)
368 bool(true)
369 bool(false)
370 int(57)
371 bool(true)
373 -- Testing fgetcsv() with file opened using a+b mode --
374 int(0)
375 bool(false)
376 bool(false)
377 int(57)
378 bool(true)
379 bool(false)
380 int(57)
381 bool(true)
383 -- Testing fgetcsv() with file opened using a+t mode --
384 int(0)
385 bool(false)
386 bool(false)
387 int(%d)
388 bool(true)
389 bool(false)
390 int(%d)
391 bool(true)
393 -- Testing fgetcsv() with file opened using w+ mode --
394 int(0)
395 bool(false)
396 bool(false)
397 int(57)
398 bool(true)
399 bool(false)
400 int(57)
401 bool(true)
403 -- Testing fgetcsv() with file opened using w+b mode --
404 int(0)
405 bool(false)
406 bool(false)
407 int(57)
408 bool(true)
409 bool(false)
410 int(57)
411 bool(true)
413 -- Testing fgetcsv() with file opened using w+t mode --
414 int(0)
415 bool(false)
416 bool(false)
417 int(%d)
418 bool(true)
419 bool(false)
420 int(%d)
421 bool(true)
423 -- Testing fgetcsv() with file opened using x+ mode --
424 int(0)
425 bool(false)
426 bool(false)
427 int(57)
428 bool(true)
429 bool(false)
430 int(57)
431 bool(true)
433 -- Testing fgetcsv() with file opened using x+b mode --
434 int(0)
435 bool(false)
436 bool(false)
437 int(57)
438 bool(true)
439 bool(false)
440 int(57)
441 bool(true)
443 -- Testing fgetcsv() with file opened using x+t mode --
444 int(0)
445 bool(false)
446 bool(false)
447 int(%d)
448 bool(true)
449 bool(false)
450 int(%d)
451 bool(true)
453 -- Testing fgetcsv() with file opened using r mode --
454 int(0)
455 bool(false)
456 bool(false)
457 int(57)
458 bool(true)
459 bool(false)
460 int(57)
461 bool(true)
463 -- Testing fgetcsv() with file opened using rb mode --
464 int(0)
465 bool(false)
466 bool(false)
467 int(57)
468 bool(true)
469 bool(false)
470 int(57)
471 bool(true)
473 -- Testing fgetcsv() with file opened using rt mode --
474 int(0)
475 bool(false)
476 bool(false)
477 int(%d)
478 bool(true)
479 bool(false)
480 int(%d)
481 bool(true)
483 -- Testing fgetcsv() with file opened using r+ mode --
484 int(0)
485 bool(false)
486 bool(false)
487 int(57)
488 bool(true)
489 bool(false)
490 int(57)
491 bool(true)
493 -- Testing fgetcsv() with file opened using r+b mode --
494 int(0)
495 bool(false)
496 bool(false)
497 int(57)
498 bool(true)
499 bool(false)
500 int(57)
501 bool(true)
503 -- Testing fgetcsv() with file opened using r+t mode --
504 int(0)
505 bool(false)
506 bool(false)
507 int(%d)
508 bool(true)
509 bool(false)
510 int(%d)
511 bool(true)
513 -- Testing fgetcsv() with file opened using a+ mode --
514 int(0)
515 bool(false)
516 bool(false)
517 int(57)
518 bool(true)
519 bool(false)
520 int(57)
521 bool(true)
523 -- Testing fgetcsv() with file opened using a+b mode --
524 int(0)
525 bool(false)
526 bool(false)
527 int(57)
528 bool(true)
529 bool(false)
530 int(57)
531 bool(true)
533 -- Testing fgetcsv() with file opened using a+t mode --
534 int(0)
535 bool(false)
536 bool(false)
537 int(%d)
538 bool(true)
539 bool(false)
540 int(%d)
541 bool(true)
543 -- Testing fgetcsv() with file opened using w+ mode --
544 int(0)
545 bool(false)
546 bool(false)
547 int(57)
548 bool(true)
549 bool(false)
550 int(57)
551 bool(true)
553 -- Testing fgetcsv() with file opened using w+b mode --
554 int(0)
555 bool(false)
556 bool(false)
557 int(57)
558 bool(true)
559 bool(false)
560 int(57)
561 bool(true)
563 -- Testing fgetcsv() with file opened using w+t mode --
564 int(0)
565 bool(false)
566 bool(false)
567 int(%d)
568 bool(true)
569 bool(false)
570 int(%d)
571 bool(true)
573 -- Testing fgetcsv() with file opened using x+ mode --
574 int(0)
575 bool(false)
576 bool(false)
577 int(57)
578 bool(true)
579 bool(false)
580 int(57)
581 bool(true)
583 -- Testing fgetcsv() with file opened using x+b mode --
584 int(0)
585 bool(false)
586 bool(false)
587 int(57)
588 bool(true)
589 bool(false)
590 int(57)
591 bool(true)
593 -- Testing fgetcsv() with file opened using x+t mode --
594 int(0)
595 bool(false)
596 bool(false)
597 int(%d)
598 bool(true)
599 bool(false)
600 int(%d)
601 bool(true)
603 -- Testing fgetcsv() with file opened using r mode --
604 int(0)
605 bool(false)
606 bool(false)
607 int(57)
608 bool(true)
609 bool(false)
610 int(57)
611 bool(true)
613 -- Testing fgetcsv() with file opened using rb mode --
614 int(0)
615 bool(false)
616 bool(false)
617 int(57)
618 bool(true)
619 bool(false)
620 int(57)
621 bool(true)
623 -- Testing fgetcsv() with file opened using rt mode --
624 int(0)
625 bool(false)
626 bool(false)
627 int(%d)
628 bool(true)
629 bool(false)
630 int(%d)
631 bool(true)
633 -- Testing fgetcsv() with file opened using r+ mode --
634 int(0)
635 bool(false)
636 bool(false)
637 int(57)
638 bool(true)
639 bool(false)
640 int(57)
641 bool(true)
643 -- Testing fgetcsv() with file opened using r+b mode --
644 int(0)
645 bool(false)
646 bool(false)
647 int(57)
648 bool(true)
649 bool(false)
650 int(57)
651 bool(true)
653 -- Testing fgetcsv() with file opened using r+t mode --
654 int(0)
655 bool(false)
656 bool(false)
657 int(%d)
658 bool(true)
659 bool(false)
660 int(%d)
661 bool(true)
663 -- Testing fgetcsv() with file opened using a+ mode --
664 int(0)
665 bool(false)
666 bool(false)
667 int(57)
668 bool(true)
669 bool(false)
670 int(57)
671 bool(true)
673 -- Testing fgetcsv() with file opened using a+b mode --
674 int(0)
675 bool(false)
676 bool(false)
677 int(57)
678 bool(true)
679 bool(false)
680 int(57)
681 bool(true)
683 -- Testing fgetcsv() with file opened using a+t mode --
684 int(0)
685 bool(false)
686 bool(false)
687 int(%d)
688 bool(true)
689 bool(false)
690 int(%d)
691 bool(true)
693 -- Testing fgetcsv() with file opened using w+ mode --
694 int(0)
695 bool(false)
696 bool(false)
697 int(57)
698 bool(true)
699 bool(false)
700 int(57)
701 bool(true)
703 -- Testing fgetcsv() with file opened using w+b mode --
704 int(0)
705 bool(false)
706 bool(false)
707 int(57)
708 bool(true)
709 bool(false)
710 int(57)
711 bool(true)
713 -- Testing fgetcsv() with file opened using w+t mode --
714 int(0)
715 bool(false)
716 bool(false)
717 int(%d)
718 bool(true)
719 bool(false)
720 int(%d)
721 bool(true)
723 -- Testing fgetcsv() with file opened using x+ mode --
724 int(0)
725 bool(false)
726 bool(false)
727 int(57)
728 bool(true)
729 bool(false)
730 int(57)
731 bool(true)
733 -- Testing fgetcsv() with file opened using x+b mode --
734 int(0)
735 bool(false)
736 bool(false)
737 int(57)
738 bool(true)
739 bool(false)
740 int(57)
741 bool(true)
743 -- Testing fgetcsv() with file opened using x+t mode --
744 int(0)
745 bool(false)
746 bool(false)
747 int(%d)
748 bool(true)
749 bool(false)
750 int(%d)
751 bool(true)
753 -- Testing fgetcsv() with file opened using r mode --
754 int(0)
755 bool(false)
756 bool(false)
757 int(59)
758 bool(true)
759 bool(false)
760 int(59)
761 bool(true)
763 -- Testing fgetcsv() with file opened using rb mode --
764 int(0)
765 bool(false)
766 bool(false)
767 int(59)
768 bool(true)
769 bool(false)
770 int(59)
771 bool(true)
773 -- Testing fgetcsv() with file opened using rt mode --
774 int(0)
775 bool(false)
776 bool(false)
777 int(%d)
778 bool(true)
779 bool(false)
780 int(%d)
781 bool(true)
783 -- Testing fgetcsv() with file opened using r+ mode --
784 int(0)
785 bool(false)
786 bool(false)
787 int(59)
788 bool(true)
789 bool(false)
790 int(59)
791 bool(true)
793 -- Testing fgetcsv() with file opened using r+b mode --
794 int(0)
795 bool(false)
796 bool(false)
797 int(59)
798 bool(true)
799 bool(false)
800 int(59)
801 bool(true)
803 -- Testing fgetcsv() with file opened using r+t mode --
804 int(0)
805 bool(false)
806 bool(false)
807 int(%d)
808 bool(true)
809 bool(false)
810 int(%d)
811 bool(true)
813 -- Testing fgetcsv() with file opened using a+ mode --
814 int(0)
815 bool(false)
816 bool(false)
817 int(59)
818 bool(true)
819 bool(false)
820 int(59)
821 bool(true)
823 -- Testing fgetcsv() with file opened using a+b mode --
824 int(0)
825 bool(false)
826 bool(false)
827 int(59)
828 bool(true)
829 bool(false)
830 int(59)
831 bool(true)
833 -- Testing fgetcsv() with file opened using a+t mode --
834 int(0)
835 bool(false)
836 bool(false)
837 int(%d)
838 bool(true)
839 bool(false)
840 int(%d)
841 bool(true)
843 -- Testing fgetcsv() with file opened using w+ mode --
844 int(0)
845 bool(false)
846 bool(false)
847 int(59)
848 bool(true)
849 bool(false)
850 int(59)
851 bool(true)
853 -- Testing fgetcsv() with file opened using w+b mode --
854 int(0)
855 bool(false)
856 bool(false)
857 int(59)
858 bool(true)
859 bool(false)
860 int(59)
861 bool(true)
863 -- Testing fgetcsv() with file opened using w+t mode --
864 int(0)
865 bool(false)
866 bool(false)
867 int(%d)
868 bool(true)
869 bool(false)
870 int(%d)
871 bool(true)
873 -- Testing fgetcsv() with file opened using x+ mode --
874 int(0)
875 bool(false)
876 bool(false)
877 int(59)
878 bool(true)
879 bool(false)
880 int(59)
881 bool(true)
883 -- Testing fgetcsv() with file opened using x+b mode --
884 int(0)
885 bool(false)
886 bool(false)
887 int(59)
888 bool(true)
889 bool(false)
890 int(59)
891 bool(true)
893 -- Testing fgetcsv() with file opened using x+t mode --
894 int(0)
895 bool(false)
896 bool(false)
897 int(%d)
898 bool(true)
899 bool(false)
900 int(%d)
901 bool(true)
903 -- Testing fgetcsv() with file opened using r mode --
904 int(0)
905 bool(false)
906 bool(false)
907 int(63)
908 bool(true)
909 bool(false)
910 int(63)
911 bool(true)
913 -- Testing fgetcsv() with file opened using rb mode --
914 int(0)
915 bool(false)
916 bool(false)
917 int(63)
918 bool(true)
919 bool(false)
920 int(63)
921 bool(true)
923 -- Testing fgetcsv() with file opened using rt mode --
924 int(0)
925 bool(false)
926 bool(false)
927 int(%d)
928 bool(true)
929 bool(false)
930 int(%d)
931 bool(true)
933 -- Testing fgetcsv() with file opened using r+ mode --
934 int(0)
935 bool(false)
936 bool(false)
937 int(63)
938 bool(true)
939 bool(false)
940 int(63)
941 bool(true)
943 -- Testing fgetcsv() with file opened using r+b mode --
944 int(0)
945 bool(false)
946 bool(false)
947 int(63)
948 bool(true)
949 bool(false)
950 int(63)
951 bool(true)
953 -- Testing fgetcsv() with file opened using r+t mode --
954 int(0)
955 bool(false)
956 bool(false)
957 int(%d)
958 bool(true)
959 bool(false)
960 int(%d)
961 bool(true)
963 -- Testing fgetcsv() with file opened using a+ mode --
964 int(0)
965 bool(false)
966 bool(false)
967 int(63)
968 bool(true)
969 bool(false)
970 int(63)
971 bool(true)
973 -- Testing fgetcsv() with file opened using a+b mode --
974 int(0)
975 bool(false)
976 bool(false)
977 int(63)
978 bool(true)
979 bool(false)
980 int(63)
981 bool(true)
983 -- Testing fgetcsv() with file opened using a+t mode --
984 int(0)
985 bool(false)
986 bool(false)
987 int(%d)
988 bool(true)
989 bool(false)
990 int(%d)
991 bool(true)
993 -- Testing fgetcsv() with file opened using w+ mode --
994 int(0)
995 bool(false)
996 bool(false)
997 int(63)
998 bool(true)
999 bool(false)
1000 int(63)
1001 bool(true)
1003 -- Testing fgetcsv() with file opened using w+b mode --
1004 int(0)
1005 bool(false)
1006 bool(false)
1007 int(63)
1008 bool(true)
1009 bool(false)
1010 int(63)
1011 bool(true)
1013 -- Testing fgetcsv() with file opened using w+t mode --
1014 int(0)
1015 bool(false)
1016 bool(false)
1017 int(%d)
1018 bool(true)
1019 bool(false)
1020 int(%d)
1021 bool(true)
1023 -- Testing fgetcsv() with file opened using x+ mode --
1024 int(0)
1025 bool(false)
1026 bool(false)
1027 int(63)
1028 bool(true)
1029 bool(false)
1030 int(63)
1031 bool(true)
1033 -- Testing fgetcsv() with file opened using x+b mode --
1034 int(0)
1035 bool(false)
1036 bool(false)
1037 int(63)
1038 bool(true)
1039 bool(false)
1040 int(63)
1041 bool(true)
1043 -- Testing fgetcsv() with file opened using x+t mode --
1044 int(0)
1045 bool(false)
1046 bool(false)
1047 int(%d)
1048 bool(true)
1049 bool(false)
1050 int(%d)
1051 bool(true)
1053 -- Testing fgetcsv() with file opened using r mode --
1054 int(0)
1055 bool(false)
1056 bool(false)
1057 int(65)
1058 bool(true)
1059 bool(false)
1060 int(65)
1061 bool(true)
1063 -- Testing fgetcsv() with file opened using rb mode --
1064 int(0)
1065 bool(false)
1066 bool(false)
1067 int(65)
1068 bool(true)
1069 bool(false)
1070 int(65)
1071 bool(true)
1073 -- Testing fgetcsv() with file opened using rt mode --
1074 int(0)
1075 bool(false)
1076 bool(false)
1077 int(%d)
1078 bool(true)
1079 bool(false)
1080 int(%d)
1081 bool(true)
1083 -- Testing fgetcsv() with file opened using r+ mode --
1084 int(0)
1085 bool(false)
1086 bool(false)
1087 int(65)
1088 bool(true)
1089 bool(false)
1090 int(65)
1091 bool(true)
1093 -- Testing fgetcsv() with file opened using r+b mode --
1094 int(0)
1095 bool(false)
1096 bool(false)
1097 int(65)
1098 bool(true)
1099 bool(false)
1100 int(65)
1101 bool(true)
1103 -- Testing fgetcsv() with file opened using r+t mode --
1104 int(0)
1105 bool(false)
1106 bool(false)
1107 int(%d)
1108 bool(true)
1109 bool(false)
1110 int(%d)
1111 bool(true)
1113 -- Testing fgetcsv() with file opened using a+ mode --
1114 int(0)
1115 bool(false)
1116 bool(false)
1117 int(65)
1118 bool(true)
1119 bool(false)
1120 int(65)
1121 bool(true)
1123 -- Testing fgetcsv() with file opened using a+b mode --
1124 int(0)
1125 bool(false)
1126 bool(false)
1127 int(65)
1128 bool(true)
1129 bool(false)
1130 int(65)
1131 bool(true)
1133 -- Testing fgetcsv() with file opened using a+t mode --
1134 int(0)
1135 bool(false)
1136 bool(false)
1137 int(%d)
1138 bool(true)
1139 bool(false)
1140 int(%d)
1141 bool(true)
1143 -- Testing fgetcsv() with file opened using w+ mode --
1144 int(0)
1145 bool(false)
1146 bool(false)
1147 int(65)
1148 bool(true)
1149 bool(false)
1150 int(65)
1151 bool(true)
1153 -- Testing fgetcsv() with file opened using w+b mode --
1154 int(0)
1155 bool(false)
1156 bool(false)
1157 int(65)
1158 bool(true)
1159 bool(false)
1160 int(65)
1161 bool(true)
1163 -- Testing fgetcsv() with file opened using w+t mode --
1164 int(0)
1165 bool(false)
1166 bool(false)
1167 int(%d)
1168 bool(true)
1169 bool(false)
1170 int(%d)
1171 bool(true)
1173 -- Testing fgetcsv() with file opened using x+ mode --
1174 int(0)
1175 bool(false)
1176 bool(false)
1177 int(65)
1178 bool(true)
1179 bool(false)
1180 int(65)
1181 bool(true)
1183 -- Testing fgetcsv() with file opened using x+b mode --
1184 int(0)
1185 bool(false)
1186 bool(false)
1187 int(65)
1188 bool(true)
1189 bool(false)
1190 int(65)
1191 bool(true)
1193 -- Testing fgetcsv() with file opened using x+t mode --
1194 int(0)
1195 bool(false)
1196 bool(false)
1197 int(%d)
1198 bool(true)
1199 bool(false)
1200 int(%d)
1201 bool(true)
1202 Done