Home
last modified time | relevance | path

Searched refs:read (Results 276 – 300 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation5.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
16 /* try fgetss on files which are opened in read/write modes
61 var_dump( fgetss($file_handle) ); // try to read
H A Dfputcsv_variation14.phpt2 Test fputcsv() : usage variations - with enclosure & delimiter of two chars(read only modes)
11 of two chars is provided and file is opened in read only mode */
13 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode …
15 /* the array is with three elements in it. Each element should be read as
85 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
H A Dfgetc_variation2.phpt26 // read from closed file
H A Dfgetcsv_variation22.phpt11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
17 /* the array is with two elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blan line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation29.phpt11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
17 /* the array is with two elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blan line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation30.phpt11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
17 /* the array is with two elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blan line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation31.phpt11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
17 /* the array is with two elements in it. Each element should be read as
54 // this will be used to test, if the fgetcsv() read more than a line and its
55 // working when only a blan line is read
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfopen_variation16.phpt2 Test fopen() function : variation: use include path create and read a file (relative)
H A Dfopen_variation17.phpt2 Test fopen() function : variation: use include path create and read a file (relative)
H A Dfread_error.phpt8 Reading stops when up to length bytes have been read, EOF (end of file) is
10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfgetcsv_variation16.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character
16 /* the array is with two elements in it. Each element should be read as
52 // this will be used to test, if the fgetcsv() read more than a line and its
53 // working when only a blan line is read
57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation15.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character */
14 /* the array is with two elements in it. Each element should be read as
50 // this will be used to test, if the fgetcsv() read more than a line and its
51 // working when only a blan line is read
55 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfpassthru_variation.phpt61 /* Opening the file in binary read mode */
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-read.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
/PHP-5.5/ext/session/
H A Dmod_user_class.c72 PHP_METHOD(SessionHandler, read) in PHP_METHOD() argument
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_016.phpt36 public function read($id) {
H A Dsession_set_save_handler_class_017.phpt36 public function read($id) {
H A Dsession_set_save_handler_error4.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
H A Dsession_set_save_handler_iface_003.phpt36 public function read($id) {
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc25 * Open database $file with $handler in read only mode.
/PHP-5.5/ext/oci8/tests/
H A Dlob_006.phpt44 var_dump($row[0]->read(10000));
H A Dlob_011.phpt56 var_dump($row1[0]->read(100));
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation8.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/zip/
H A Dconfig.m45 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
6 [ --enable-zip Include Zip read/write support])

Completed in 69 milliseconds

1...<<11121314151617181920