Home
last modified time | relevance | path

Searched refs:read (Results 301 – 325 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt20 while ($reader->read()) {
/PHP-5.5/ext/standard/tests/file/
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
H A Dfgets_variation2.phpt26 // read from closed file
H A Dfopen_variation14.phpt49 $readData = "read:$iteration";
52 // create the file and test read
H A Dfopen_variation15.phpt53 $readData = "read:$iteration";
56 // create the file and test read
H A Dfgetss_variation4.phpt2 Test fgetss() function : usage variations - read modes, file pointer at EOF
59 var_dump( fgetss($file_handle) ); // try to read
H A Dfgetcsv_variation26.phpt10 /* Testing fgetcsv() to read from files opened in write only mode */
14 /* the array is with three 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 blank line is read
H A Drealpath_basic3.phpt42 /* loop through $files to read the filepath of $file in the above array */
H A Dreadlink_realpath_basic2.phpt44 /* loop through $files to read the filepath of $file in the above array */
H A Drealpath_basic-win32.phpt45 /* loop through $files to read the filepath of $file in the above array */
/PHP-5.5/
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.5/ext/curl/
H A Dphp_curl.h147 php_curl_read *read; member
/PHP-5.5/TSRM/
H A Dtsrm_win32.c460 int fno, type_len = strlen(type), read, mode; in popen_ex() local
507 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
510 if (read) { in popen_ex()
556 if (read) { in popen_ex()
/PHP-5.5/win32/
H A Dinstall.txt81 need the command line executable. For more information, read the
335 Note: You should read the manual installation steps first!
492 Note: Please read the manual installation steps first!
586 Note: You should read the manual installation steps first!
597 read the related FAQ entry on using Apache2 with a threaded MPM
704 current web servers read the note about subrequests.
877 Note: You should read the manual installation steps first!
912 Note: You should read the manual installation steps first!
1101 compile PHP under Windows, read the appropriate chapter.
1560 read on...
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_decompress.phpt67 Cannot decompress phar archive, phar is read-only
H A Dphar_metadata_read.phpt2 Phar with metadata (read)
H A Dphar_metadata_readU.phpt2 Phar with metadata (read)
/PHP-5.5/scripts/dev/
H A Dfind_tested.php181 while(($file = $thisdir->read()) !== false) {
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO41 Object access - read
44 read_property is used to read object's property. This value is not
169 be used for read and write. If object properties are not zval's
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt14 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
/PHP-5.5/ext/session/
H A Dmod_user.c135 retval = ps_call_handler(PSF(read), 1, args TSRMLS_CC); in PS_READ_FUNC()
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt6 * Description: Set timeout on stream read to seconds + microseonds

Completed in 34 milliseconds

1...<<11121314151617181920