Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 478) sorted by last modified time

12345678910>>...20

/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/tests/lang/
H A D023.phpt34 This should read "blah": blah<br>
35 This should read "this is nifty": this is nifty<br>
H A D024.phpt377 This should read "blah": blah
602 This should read "blah": blah
827 This should read "blah": blah
1052 This should read "blah": blah
1277 This should read "blah": blah
1502 This should read "blah": blah
1727 This should read "blah": blah
1952 This should read "blah": blah
2177 This should read "blah": blah
2402 This should read "blah": blah
[all …]
/PHP-5.5/tests/classes/
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
25 Fail to read class constant from instance.
/PHP-5.5/
H A Dserver-tests.php151 while (($entry = $d->read())) {
H A Dphp.ini-development647 ; Whether PHP will read the POST data.
650 ; and $_FILES to always be empty; the only way you will be able to read the
1139 ; and reveal this password! And of course, any users with read access to this
1198 ; and reveal this password! And of course, any users with read access to this
1484 ; How many bytes to read from the file.
1558 ; Cleanup the progress information as soon as all POST data has been read
H A Dphp.ini-production647 ; Whether PHP will read the POST data.
650 ; and $_FILES to always be empty; the only way you will be able to read the
1139 ; and reveal this password! And of course, any users with read access to this
1198 ; and reveal this password! And of course, any users with read access to this
1484 ; How many bytes to read from the file.
1558 ; Cleanup the progress information as soon as all POST data has been read
/PHP-5.5/scripts/dev/
H A Dfind_tested.php181 while(($file = $thisdir->read()) !== false) {
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch706 - (void) read( hc->conn_fd, buf, r );
708 + (void) read( hc->conn_fd, buf, 2 );
1862 /* Is there room in our buffer to read more bytes? */
1908 + ** to read timeout
2073 +printf("*LINGER read\n");
2075 /* In lingering-close mode we just read and ignore bytes. An error
2088 + n = read(hc->conn_fd, hc->read_buf + hc->read_idx,
2362 + syslog(LOG_INFO, "Expired %d/%d connections in read/write state", r, w);
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c291 ret = read( fd, (char *)pBuf, len ); in lsapi_read()
673 if ( read( fd, s_pSecret, 16 ) < 16 ) in readSecret()
/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()
H A Dfpm_unix.c313 ret = read(fpm_globals.send_config_pipe[0], &readval, sizeof(readval)); in fpm_unix_init_main()
H A Dfastcgi.c343 ret = read(req->fd, ((char*)buf)+n, count-n); in safe_read()
351 ret = read(req->fd, ((char*)buf)+n, count-n); in safe_read()
H A Dfpm_conf.c1502 …for (n = 0; n < 1024 && (nb_read = read(fd, &c, sizeof(char))) == sizeof(char) && c != '\n'; n++) { in fpm_conf_load_ini_file()
H A Dfpm_events.c64 res = read(fd, &c, 1); in fpm_got_signal()
H A Dfpm_main.c524 tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in170 ; Set permissions for unix socket, if one is used. In Linux, read/write
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1159 _nbytes_read = read(fd, chunk->data.heap.p, chunk->data.heap.len); in php_cli_server_content_sender_pull()
/PHP-5.5/sapi/caudium/
H A Dconfig.m436 string orig,pike=Stdio.File("stdin")->read()-"\n";
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c513 tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
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/sapi/apache_hooks/
H A DREADME21 phpPostReadHandler /path/to/file = hook for post-read phase
/PHP-5.5/main/streams/
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()
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()
/PHP-5.5/main/
H A Dphp_streams.h119 size_t (*read)(php_stream *stream, char *buf, size_t count TSRMLS_DC); member

Completed in 134 milliseconds

12345678910>>...20