]> granicus.if.org Git - php/commit
Implemented FR #53264 (Add fputcsv method to SplFileObject).
authorAdam Harvey <aharvey@php.net>
Tue, 9 Nov 2010 15:07:50 +0000 (15:07 +0000)
committerAdam Harvey <aharvey@php.net>
Tue, 9 Nov 2010 15:07:50 +0000 (15:07 +0000)
commit6cb7ea4089b07e49defe4dd98c0b75124e93fd19
tree3fa40dee6940825c9f96f2dd58696c5d372a54ce
parent150a741fee1fee325be80c12c34ee47c55a6b79c
Implemented FR #53264 (Add fputcsv method to SplFileObject).
17 files changed:
UPGRADING
ext/spl/spl_directory.c
ext/spl/tests/SplFileObject_fputcsv.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_002.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_error.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation1.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation10.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation11.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation12.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation13.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation14.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation5.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation6.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation7.phpt [new file with mode: 0644]
ext/spl/tests/SplFileObject_fputcsv_variation8.phpt [new file with mode: 0644]
ext/standard/file.c
ext/standard/file.h