Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / file / fgetcsv_variation27.php.expectf
blob49e7ee22e50b0250af41289159f005b99aec2677
1 *** Testing fgetcsv() : with negative length value ***
3 -- Testing fgetcsv() with file opened using r mode --
5 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
6 bool(false)
7 int(0)
8 bool(false)
10 -- Testing fgetcsv() with file opened using rb mode --
12 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
13 bool(false)
14 int(0)
15 bool(false)
17 -- Testing fgetcsv() with file opened using rt mode --
19 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
20 bool(false)
21 int(0)
22 bool(false)
24 -- Testing fgetcsv() with file opened using r+ mode --
26 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
27 bool(false)
28 int(0)
29 bool(false)
31 -- Testing fgetcsv() with file opened using r+b mode --
33 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
34 bool(false)
35 int(0)
36 bool(false)
38 -- Testing fgetcsv() with file opened using r+t mode --
40 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
41 bool(false)
42 int(0)
43 bool(false)
45 -- Testing fgetcsv() with file opened using a+ mode --
47 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
48 bool(false)
49 int(0)
50 bool(false)
52 -- Testing fgetcsv() with file opened using a+b mode --
54 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
55 bool(false)
56 int(0)
57 bool(false)
59 -- Testing fgetcsv() with file opened using a+t mode --
61 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
62 bool(false)
63 int(0)
64 bool(false)
66 -- Testing fgetcsv() with file opened using w+ mode --
68 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
69 bool(false)
70 int(0)
71 bool(false)
73 -- Testing fgetcsv() with file opened using w+b mode --
75 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
76 bool(false)
77 int(0)
78 bool(false)
80 -- Testing fgetcsv() with file opened using w+t mode --
82 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
83 bool(false)
84 int(0)
85 bool(false)
87 -- Testing fgetcsv() with file opened using x+ mode --
89 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
90 bool(false)
91 int(0)
92 bool(false)
94 -- Testing fgetcsv() with file opened using x+b mode --
96 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
97 bool(false)
98 int(0)
99 bool(false)
101 -- Testing fgetcsv() with file opened using x+t mode --
103 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
104 bool(false)
105 int(0)
106 bool(false)
108 -- Testing fgetcsv() with file opened using r mode --
110 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
111 bool(false)
112 int(0)
113 bool(false)
115 -- Testing fgetcsv() with file opened using rb mode --
117 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
118 bool(false)
119 int(0)
120 bool(false)
122 -- Testing fgetcsv() with file opened using rt mode --
124 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
125 bool(false)
126 int(0)
127 bool(false)
129 -- Testing fgetcsv() with file opened using r+ mode --
131 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
132 bool(false)
133 int(0)
134 bool(false)
136 -- Testing fgetcsv() with file opened using r+b mode --
138 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
139 bool(false)
140 int(0)
141 bool(false)
143 -- Testing fgetcsv() with file opened using r+t mode --
145 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
146 bool(false)
147 int(0)
148 bool(false)
150 -- Testing fgetcsv() with file opened using a+ mode --
152 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
153 bool(false)
154 int(0)
155 bool(false)
157 -- Testing fgetcsv() with file opened using a+b mode --
159 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
160 bool(false)
161 int(0)
162 bool(false)
164 -- Testing fgetcsv() with file opened using a+t mode --
166 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
167 bool(false)
168 int(0)
169 bool(false)
171 -- Testing fgetcsv() with file opened using w+ mode --
173 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
174 bool(false)
175 int(0)
176 bool(false)
178 -- Testing fgetcsv() with file opened using w+b mode --
180 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
181 bool(false)
182 int(0)
183 bool(false)
185 -- Testing fgetcsv() with file opened using w+t mode --
187 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
188 bool(false)
189 int(0)
190 bool(false)
192 -- Testing fgetcsv() with file opened using x+ mode --
194 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
195 bool(false)
196 int(0)
197 bool(false)
199 -- Testing fgetcsv() with file opened using x+b mode --
201 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
202 bool(false)
203 int(0)
204 bool(false)
206 -- Testing fgetcsv() with file opened using x+t mode --
208 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
209 bool(false)
210 int(0)
211 bool(false)
213 -- Testing fgetcsv() with file opened using r mode --
215 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
216 bool(false)
217 int(0)
218 bool(false)
220 -- Testing fgetcsv() with file opened using rb mode --
222 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
223 bool(false)
224 int(0)
225 bool(false)
227 -- Testing fgetcsv() with file opened using rt mode --
229 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
230 bool(false)
231 int(0)
232 bool(false)
234 -- Testing fgetcsv() with file opened using r+ mode --
236 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
237 bool(false)
238 int(0)
239 bool(false)
241 -- Testing fgetcsv() with file opened using r+b mode --
243 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
244 bool(false)
245 int(0)
246 bool(false)
248 -- Testing fgetcsv() with file opened using r+t mode --
250 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
251 bool(false)
252 int(0)
253 bool(false)
255 -- Testing fgetcsv() with file opened using a+ mode --
257 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
258 bool(false)
259 int(0)
260 bool(false)
262 -- Testing fgetcsv() with file opened using a+b mode --
264 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
265 bool(false)
266 int(0)
267 bool(false)
269 -- Testing fgetcsv() with file opened using a+t mode --
271 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
272 bool(false)
273 int(0)
274 bool(false)
276 -- Testing fgetcsv() with file opened using w+ mode --
278 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
279 bool(false)
280 int(0)
281 bool(false)
283 -- Testing fgetcsv() with file opened using w+b mode --
285 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
286 bool(false)
287 int(0)
288 bool(false)
290 -- Testing fgetcsv() with file opened using w+t mode --
292 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
293 bool(false)
294 int(0)
295 bool(false)
297 -- Testing fgetcsv() with file opened using x+ mode --
299 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
300 bool(false)
301 int(0)
302 bool(false)
304 -- Testing fgetcsv() with file opened using x+b mode --
306 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
307 bool(false)
308 int(0)
309 bool(false)
311 -- Testing fgetcsv() with file opened using x+t mode --
313 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
314 bool(false)
315 int(0)
316 bool(false)
318 -- Testing fgetcsv() with file opened using r mode --
320 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
321 bool(false)
322 int(0)
323 bool(false)
325 -- Testing fgetcsv() with file opened using rb mode --
327 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
328 bool(false)
329 int(0)
330 bool(false)
332 -- Testing fgetcsv() with file opened using rt mode --
334 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
335 bool(false)
336 int(0)
337 bool(false)
339 -- Testing fgetcsv() with file opened using r+ mode --
341 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
342 bool(false)
343 int(0)
344 bool(false)
346 -- Testing fgetcsv() with file opened using r+b mode --
348 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
349 bool(false)
350 int(0)
351 bool(false)
353 -- Testing fgetcsv() with file opened using r+t mode --
355 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
356 bool(false)
357 int(0)
358 bool(false)
360 -- Testing fgetcsv() with file opened using a+ mode --
362 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
363 bool(false)
364 int(0)
365 bool(false)
367 -- Testing fgetcsv() with file opened using a+b mode --
369 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
370 bool(false)
371 int(0)
372 bool(false)
374 -- Testing fgetcsv() with file opened using a+t mode --
376 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
377 bool(false)
378 int(0)
379 bool(false)
381 -- Testing fgetcsv() with file opened using w+ mode --
383 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
384 bool(false)
385 int(0)
386 bool(false)
388 -- Testing fgetcsv() with file opened using w+b mode --
390 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
391 bool(false)
392 int(0)
393 bool(false)
395 -- Testing fgetcsv() with file opened using w+t mode --
397 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
398 bool(false)
399 int(0)
400 bool(false)
402 -- Testing fgetcsv() with file opened using x+ mode --
404 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
405 bool(false)
406 int(0)
407 bool(false)
409 -- Testing fgetcsv() with file opened using x+b mode --
411 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
412 bool(false)
413 int(0)
414 bool(false)
416 -- Testing fgetcsv() with file opened using x+t mode --
418 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
419 bool(false)
420 int(0)
421 bool(false)
423 -- Testing fgetcsv() with file opened using r mode --
425 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
426 bool(false)
427 int(0)
428 bool(false)
430 -- Testing fgetcsv() with file opened using rb mode --
432 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
433 bool(false)
434 int(0)
435 bool(false)
437 -- Testing fgetcsv() with file opened using rt mode --
439 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
440 bool(false)
441 int(0)
442 bool(false)
444 -- Testing fgetcsv() with file opened using r+ mode --
446 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
447 bool(false)
448 int(0)
449 bool(false)
451 -- Testing fgetcsv() with file opened using r+b mode --
453 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
454 bool(false)
455 int(0)
456 bool(false)
458 -- Testing fgetcsv() with file opened using r+t mode --
460 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
461 bool(false)
462 int(0)
463 bool(false)
465 -- Testing fgetcsv() with file opened using a+ mode --
467 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
468 bool(false)
469 int(0)
470 bool(false)
472 -- Testing fgetcsv() with file opened using a+b mode --
474 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
475 bool(false)
476 int(0)
477 bool(false)
479 -- Testing fgetcsv() with file opened using a+t mode --
481 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
482 bool(false)
483 int(0)
484 bool(false)
486 -- Testing fgetcsv() with file opened using w+ mode --
488 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
489 bool(false)
490 int(0)
491 bool(false)
493 -- Testing fgetcsv() with file opened using w+b mode --
495 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
496 bool(false)
497 int(0)
498 bool(false)
500 -- Testing fgetcsv() with file opened using w+t mode --
502 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
503 bool(false)
504 int(0)
505 bool(false)
507 -- Testing fgetcsv() with file opened using x+ mode --
509 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
510 bool(false)
511 int(0)
512 bool(false)
514 -- Testing fgetcsv() with file opened using x+b mode --
516 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
517 bool(false)
518 int(0)
519 bool(false)
521 -- Testing fgetcsv() with file opened using x+t mode --
523 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
524 bool(false)
525 int(0)
526 bool(false)
528 -- Testing fgetcsv() with file opened using r mode --
530 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
531 bool(false)
532 int(0)
533 bool(false)
535 -- Testing fgetcsv() with file opened using rb mode --
537 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
538 bool(false)
539 int(0)
540 bool(false)
542 -- Testing fgetcsv() with file opened using rt mode --
544 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
545 bool(false)
546 int(0)
547 bool(false)
549 -- Testing fgetcsv() with file opened using r+ mode --
551 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
552 bool(false)
553 int(0)
554 bool(false)
556 -- Testing fgetcsv() with file opened using r+b mode --
558 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
559 bool(false)
560 int(0)
561 bool(false)
563 -- Testing fgetcsv() with file opened using r+t mode --
565 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
566 bool(false)
567 int(0)
568 bool(false)
570 -- Testing fgetcsv() with file opened using a+ mode --
572 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
573 bool(false)
574 int(0)
575 bool(false)
577 -- Testing fgetcsv() with file opened using a+b mode --
579 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
580 bool(false)
581 int(0)
582 bool(false)
584 -- Testing fgetcsv() with file opened using a+t mode --
586 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
587 bool(false)
588 int(0)
589 bool(false)
591 -- Testing fgetcsv() with file opened using w+ mode --
593 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
594 bool(false)
595 int(0)
596 bool(false)
598 -- Testing fgetcsv() with file opened using w+b mode --
600 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
601 bool(false)
602 int(0)
603 bool(false)
605 -- Testing fgetcsv() with file opened using w+t mode --
607 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
608 bool(false)
609 int(0)
610 bool(false)
612 -- Testing fgetcsv() with file opened using x+ mode --
614 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
615 bool(false)
616 int(0)
617 bool(false)
619 -- Testing fgetcsv() with file opened using x+b mode --
621 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
622 bool(false)
623 int(0)
624 bool(false)
626 -- Testing fgetcsv() with file opened using x+t mode --
628 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
629 bool(false)
630 int(0)
631 bool(false)
633 -- Testing fgetcsv() with file opened using r mode --
635 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
636 bool(false)
637 int(0)
638 bool(false)
640 -- Testing fgetcsv() with file opened using rb mode --
642 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
643 bool(false)
644 int(0)
645 bool(false)
647 -- Testing fgetcsv() with file opened using rt mode --
649 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
650 bool(false)
651 int(0)
652 bool(false)
654 -- Testing fgetcsv() with file opened using r+ mode --
656 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
657 bool(false)
658 int(0)
659 bool(false)
661 -- Testing fgetcsv() with file opened using r+b mode --
663 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
664 bool(false)
665 int(0)
666 bool(false)
668 -- Testing fgetcsv() with file opened using r+t mode --
670 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
671 bool(false)
672 int(0)
673 bool(false)
675 -- Testing fgetcsv() with file opened using a+ mode --
677 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
678 bool(false)
679 int(0)
680 bool(false)
682 -- Testing fgetcsv() with file opened using a+b mode --
684 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
685 bool(false)
686 int(0)
687 bool(false)
689 -- Testing fgetcsv() with file opened using a+t mode --
691 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
692 bool(false)
693 int(0)
694 bool(false)
696 -- Testing fgetcsv() with file opened using w+ mode --
698 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
699 bool(false)
700 int(0)
701 bool(false)
703 -- Testing fgetcsv() with file opened using w+b mode --
705 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
706 bool(false)
707 int(0)
708 bool(false)
710 -- Testing fgetcsv() with file opened using w+t mode --
712 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
713 bool(false)
714 int(0)
715 bool(false)
717 -- Testing fgetcsv() with file opened using x+ mode --
719 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
720 bool(false)
721 int(0)
722 bool(false)
724 -- Testing fgetcsv() with file opened using x+b mode --
726 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
727 bool(false)
728 int(0)
729 bool(false)
731 -- Testing fgetcsv() with file opened using x+t mode --
733 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
734 bool(false)
735 int(0)
736 bool(false)
738 -- Testing fgetcsv() with file opened using r mode --
740 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
741 bool(false)
742 int(0)
743 bool(false)
745 -- Testing fgetcsv() with file opened using rb mode --
747 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
748 bool(false)
749 int(0)
750 bool(false)
752 -- Testing fgetcsv() with file opened using rt mode --
754 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
755 bool(false)
756 int(0)
757 bool(false)
759 -- Testing fgetcsv() with file opened using r+ mode --
761 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
762 bool(false)
763 int(0)
764 bool(false)
766 -- Testing fgetcsv() with file opened using r+b mode --
768 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
769 bool(false)
770 int(0)
771 bool(false)
773 -- Testing fgetcsv() with file opened using r+t mode --
775 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
776 bool(false)
777 int(0)
778 bool(false)
780 -- Testing fgetcsv() with file opened using a+ mode --
782 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
783 bool(false)
784 int(0)
785 bool(false)
787 -- Testing fgetcsv() with file opened using a+b mode --
789 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
790 bool(false)
791 int(0)
792 bool(false)
794 -- Testing fgetcsv() with file opened using a+t mode --
796 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
797 bool(false)
798 int(0)
799 bool(false)
801 -- Testing fgetcsv() with file opened using w+ mode --
803 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
804 bool(false)
805 int(0)
806 bool(false)
808 -- Testing fgetcsv() with file opened using w+b mode --
810 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
811 bool(false)
812 int(0)
813 bool(false)
815 -- Testing fgetcsv() with file opened using w+t mode --
817 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
818 bool(false)
819 int(0)
820 bool(false)
822 -- Testing fgetcsv() with file opened using x+ mode --
824 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
825 bool(false)
826 int(0)
827 bool(false)
829 -- Testing fgetcsv() with file opened using x+b mode --
831 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
832 bool(false)
833 int(0)
834 bool(false)
836 -- Testing fgetcsv() with file opened using x+t mode --
838 Warning: Invalid argument: Length parameter may not be negative in %s/fgetcsv_variation27.php on line 76
839 bool(false)
840 int(0)
841 bool(false)
842 Done