Home
last modified time | relevance | path

Searched refs:csv (Results 26 – 50 of 105) sorted by relevance

12345

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation16.phpt69 // call fgetcsv() to parse csv fields
728 This is line of text without csv fields
743 This is line of text without csv fields
758 This is line of text without csv fields
773 This is line of text without csv fields
788 This is line of text without csv fields
803 This is line of text without csv fields
818 This is line of text without csv fields
833 This is line of text without csv fields
848 This is line of text without csv fields
[all …]
H A Dfgetcsv_variation15.phpt67 // call fgetcsv() to parse csv fields
724 This is line of text without csv fields
739 This is line of text without csv fields
754 This is line of text without csv fields
769 This is line of text without csv fields
784 This is line of text without csv fields
799 This is line of text without csv fields
814 This is line of text without csv fields
829 This is line of text without csv fields
844 This is line of text without csv fields
[all …]
H A Dbug41655_2.phpt14 [0] => %stest.csv
H A Dbug26003.phpt5 $fp = fopen(dirname(__FILE__).'/test3.csv', 'r');
H A Dbug22382.phpt5 $fp = fopen(dirname(__FILE__)."/test2.csv", "r");
H A Dbug53848.phpt5 $file = dirname(__FILE__) . "/bug39538.csv";
H A Dfputcsv_002.phpt6 $file = dirname(__FILE__) .'/fgetcsv-test.csv';
H A Dbug40501.phpt5 $file = dirname(__FILE__).'/bug40501.csv';
H A Dbug12556.phpt5 $fp = fopen(dirname(__FILE__)."/test.csv", "r");
H A Dfputcsv_variation10.phpt2 Test fputcsv() : usage variations - with line without any csv fields
17 and 3rd element is csv fields
38 // create the file and add the content with has csv fields
50 // write to a file in csv format
H A Dbug39538.phpt7 $file = dirname(__FILE__) . "/bug39538.csv";
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation13.phpt11 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv.csv', 'w');
21 $file = __DIR__ . '/SplFileObject_fputcsv.csv';
H A DSplFileObject_fputcsv_variation14.phpt11 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv.csv', 'w');
21 $file = __DIR__ . '/SplFileObject_fputcsv.csv';
H A DSplFileObject_fputcsv_error.phpt5 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv.csv', 'w');
23 $file = __DIR__ . '/SplFileObject_fputcsv.csv';
H A DSplFileObject_fpassthru_basic.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
H A DSplFileObject_getCsvControl_basic_001.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
H A DSplFileObject_fscanf_basic.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
H A DSplFileObject_fwrite_error_001.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
H A DSplFileObject_fputcsv.phpt5 $file = __DIR__ . '/SplFileObject_fputcsv.csv';
58 $file = __DIR__ . '/SplFileObject_fputcsv.csv';
H A DSplFileObject_fflush_basic_001.phpt8 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_008.phpt18 $f = $phar['a.csv'];
42 $v = $phar['a.csv'];
74 $v = $phar['a.csv'];
H A Dphar_oo_009.phpt2 Phar object: iterating via SplFileObject and reading csv
18 $f = $phar['a.csv'];
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_oo_test.inc24 $files['a.csv'] =<<<EOF
31 $files['a.csv'] =<<<EOF
/PHP-5.5/ext/phar/tests/files/
H A Dphar_oo_test.inc24 $files['a.csv'] =<<<EOF
31 $files['a.csv'] =<<<EOF
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c791 char *csv = NULL; in PHP_METHOD() local
792 int ret = PQgetCopyData(H->server, &csv, 0); in PHP_METHOD()
797 if (php_stream_write(stream, csv, ret) != ret) { in PHP_METHOD()
799 PQfreemem(csv); in PHP_METHOD()
803 PQfreemem(csv); in PHP_METHOD()
874 char *csv = NULL; in PHP_METHOD() local
875 int ret = PQgetCopyData(H->server, &csv, 0); in PHP_METHOD()
879 add_next_index_stringl(return_value, csv, ret, 1); in PHP_METHOD()
880 PQfreemem(csv); in PHP_METHOD()

Completed in 29 milliseconds

12345