Home
last modified time | relevance | path

Searched refs:read (Results 251 – 275 of 433) sorted by relevance

1...<<1112131415161718

/PHP-5.3/ext/session/tests/
H A Dsession_set_save_handler_error4.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
/PHP-5.3/ext/standard/tests/file/
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_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_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_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 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 Dfpassthru_variation.phpt61 /* Opening the file in binary read mode */
H A Dfile_get_contents_variation6.phpt28 fwrite($h, "contents read");
128 string(%d) "contents read"
H A Dfgetcsv_variation17.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character
11 and length value less than the size of line being read
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
78 // read rest of the line
H A Dfgetcsv_variation8.phpt11 Testing fgetcsv() to read from a file when provided with values of delimiter and
12 enclosure that are not present in the line read by fgetcsv()
17 /* the array is with three elements in it. Each element should be read as
59 // this will be used to test, if the fgetcsv() read more than a line and its
60 // working when only a blank line is read
64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation9.phpt11 Testing fgetcsv() to read from a file when the delimiter argument value is not
12 present in the line being read by the fgetcsv()
17 /* the array is with three elements in it. Each element should be read as
58 // this will be used to test, if the fgetcsv() read more than a line and its
59 // working when only a blan line is read
63 // close the file if the mode to be used is read mode and re-open using read mode
/PHP-5.3/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.3/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.3/ext/zip/
H A Dconfig.m45 PHP_ARG_ENABLE(zip, for zip archive read/writesupport,
6 [ --enable-zip Include Zip read/write support])
/PHP-5.3/ext/xmlreader/tests/
H A D003.phpt20 while ($reader->read()) {
/PHP-5.3/ext/curl/
H A Dphp_curl.h110 php_curl_read *read; member
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler.phpt42 printf("[013] Cannot read from stream\n");
43 $error = 'Cannot read from stream';
/PHP-5.3/
H A DREADME.STREAMS115 If you want to read the contents of a stream into an allocated memory buffer,
149 only makes sense to use this for read-only use.
233 read, write, close, flush, seek, gets and cast operations. Of these, an
234 implementation need only implement write, read, close and flush. The gets
305 based streams, or if you were making a stream to read data from an RDBMS like
359 Implement the other operations - remember that write, read, close and flush
376 You may read the stream->persistent field to determine if your struct was
/PHP-5.3/ext/session/
H A Dmod_user.c131 retval = ps_call_handler(PSF(read), 1, args TSRMLS_CC); in PS_READ_FUNC()

Completed in 54 milliseconds

1...<<1112131415161718