Home
last modified time | relevance | path

Searched refs:read (Results 401 – 425 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation4-win32.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation4.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation6-win32.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation6.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation8-win32.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation8.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation2-win32.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_variation2.phpt17 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_basic2-win32.phpt18 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_basic2.phpt17 Description: Tells file pointer read/write position
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c797 PHP_METHOD(xmlreader, read) in PHP_METHOD() argument
1291 PHP_ME(xmlreader, read, arginfo_xmlreader_read, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/session/
H A Dsession.c379 n = read(fd, rbuf, MIN(to_read, sizeof(rbuf))); in php_session_create_id()
2203 ZEND_ARG_INFO(0, read)
2286 PHP_ABSTRACT_ME(SessionHandlerInterface, read, arginfo_session_class_read)
2307 PHP_ME(SessionHandler, read, arginfo_session_class_read, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput517 long so that it needs more than a single read
527 long so that it needs more than a single read
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c510 ret->read = php_mysqlnd_read_buffer_read; in mysqlnd_create_read_buffer()
636 net->uncompressed_data->read(net->uncompressed_data, to_read_from_buffer, (zend_uchar *) p); in MYSQLND_METHOD()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c380 ret = read(data->fd, buf, count); in php_stdiop_read()
386 ret = read(data->fd, buf, count); in php_stdiop_read()
H A Dstreams.c596 justread = stream->ops->read(stream, chunk_buf, stream->chunk_size TSRMLS_CC); in _php_stream_fill_read_buffer()
692 justread = stream->ops->read(stream, stream->readbuf + stream->writepos, in _php_stream_fill_read_buffer()
733 toread = stream->ops->read(stream, buf, size TSRMLS_CC); in _php_stream_read()
/PHP-5.5/
H A DNEWS11 . Fixed bug #70480 (php_url_parse_ex() buffer overflow read). (Stas)
103 . Fixed bug #72241 (get_icu_value_internal out-of-bounds read).
117 . Fixed bug #72094 (Out of bounds heap read access in exif header
1135 . Fixed bug #67249 (printf out-of-bounds read). (Stas)
1136 . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
3290 . Fixed bug #60558 (Invalid read and writes). (Laruence)
3757 detected together with the last read). (Gustavo)
4020 with the last read). (Gustavo)
6505 - Fixed zip filename property read. (Pierre)
7825 . disabled calls to read() after EOF
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c66 ZEND_ARG_ARRAY_INFO(1, read, 1)
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c811 ret = read(req->fd, ((char*)buf)+n, count-n); in safe_read()
819 ret = read(req->fd, ((char*)buf)+n, count-n); in safe_read()
/PHP-5.5/ext/opcache/
H A DREADME54 frameworks. Please, read description of these directives and add them on your
/PHP-5.5/ext/imap/
H A Dphp_imap.c4814 unsigned long read; in php_mail_gets() local
4817 read = GETS_FETCH_SIZE; in php_mail_gets()
4820 read = size; in php_mail_gets()
4824 if (!f(stream, read, buf)) { in php_mail_gets()
4827 } else if (read != php_stream_write(IMAPG(gets_stream), buf, read)) { in php_mail_gets()
/PHP-5.5/ext/exif/
H A Dtest.txt9 * Rename the file to test.php and read the instructions. If the
/PHP-5.5/main/
H A Dphp_streams.h119 size_t (*read)(php_stream *stream, char *buf, size_t count TSRMLS_DC); member
/PHP-5.5/Zend/
H A DZEND_CHANGES538 meaning of each property. As the code shows it is possible to read
600 Note: The method getMessage() is a final read only access method to
898 notation. This allows lazy initialization or read only array.
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt10 /* the array is with three elements in it. Each element should be read as

Completed in 111 milliseconds

1...<<11121314151617181920