Home
last modified time | relevance | path

Searched refs:read (Results 326 – 350 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation2.phpt2 Test fgetss() function : usage variations - read modes
13 /*Test fgetss() with all read modes , reading line by line with allowable tags: <test>, <html>, <?>…
53 /* rewind the file and read the file line by line with allowable tags */
H A Dfgetc_basic.phpt13 /* read charecter from different files which are opened in different modes */
43 // perform the read file at least 6 char and check
45 // read data from the file and check, file pointer position, feof etc
46 var_dump( fgetc($file_handle) ); // read a char
H A Dfgetcsv_variation24.phpt11 Testing fgetcsv() to read from a file opened in various write modes and
17 /* the array is with three elements in it. Each element should be read as
56 // this will be used to test, if the fgetcsv() read more than a line and its
57 // working when only a blank line is read
61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation7.phpt10 /* Testing fgetcsv() to read from a file when provided with default value of arguments */
14 /* the array is with three elements in it. Each element should be read as
55 // this will be used to test, if the fgetcsv() read more than a line and its
56 // working when only a blank line is read
60 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation1.phpt10 /* Testing fgetcsv() to read a file when all its parameters are provided */
14 /* the array is with three elements in it. Each element should be read as
56 // this will be used to test, if the fgetcsv() read more than a line and its
57 // working when only a blank line is read
61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation19.phpt11 Testing fgetcsv() to read a file when provided with default enclosure character
17 /* the array is with two elements in it. Each element should be read as
53 // this will be used to test, if the fgetcsv() read more than a line and its
54 // working when only a blank line is read
58 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfseek_ftell_rewind_error2.phpt13 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_error3.phpt13 Description: Tells file pointer read/write position
H A Dfgetcsv_variation11.phpt11 present in the data being read and delimiter which is present in the data */
15 /* the array is with three elements in it. Each element should be read as
56 // this will be used to test, if the fgetcsv() read more than a line and its
57 // working when only a blan line is read
61 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfseek_ftell_rewind_error1.phpt13 Description: Tells file pointer read/write position
H A Dreadlink_realpath_basic1.phpt50 /* loop through $files to read the linkpath of
H A Dfopen_variation14-win32.phpt57 $readData = "read:$iteration";
60 // create the file and test read
H A Dfseek_ftell_rewind_variation5.phpt12 Description: Tells file pointer read/write position
19 1. All read and append modes
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt92 TODO - read only
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation7.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation1.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation9.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt60 …o make sure that they work - and are not treated as a long column (should be read in a single read)
/PHP-5.5/tests/lang/
H A D023.phpt34 This should read "blah": blah<br>
35 This should read "this is nifty": this is nifty<br>
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt83 Method [ <internal%s> public method read ] {
H A Dlob_029.phpt77 $r = $d->read(40);
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_stdio.c112 res = read(fd, buf + in_buf, max_buf_size - 1 - in_buf); in fpm_stdio_child_said()
/PHP-5.5/ext/phar/
H A Dzip.c48 int read; in phar_zip_process_extra() local
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
64 len -= read + 4; in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
408 size_t read; in phar_parse_zipfile() local
432 read = php_stream_read(fp, sig, entry.uncompressed_filesize); in phar_parse_zipfile()
433 if (read != entry.uncompressed_filesize) { in phar_parse_zipfile()
/PHP-5.5/ext/spl/tests/
H A Diterator_044.phpt64 foreach($it as $v); // read all into cache
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-properties.phpt197 Warning: main(): info property is read-only in %s on line %d

Completed in 50 milliseconds

1...<<11121314151617181920