Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 490) sorted by last modified time

12345678910>>...20

/PHP-5.5/win32/
H A Dinstall.txt65 set up anything on your own, only write your PHP scripts, upload it to
79 write scripts autogenerating some images for you offline, or processing
85 With PHP you can also write desktop GUI applications using the PHP-GTK
/PHP-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php77 gtTestCaseWriter::write($name, $testCase->toString(), 'b');
90 gtTestCaseWriter::write($name, $testCase->toString(), 'e');
110 gtTestCaseWriter::write($name, $test, 'v', $count);
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) { function in gtTestCaseWriter
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar86 gtTestCaseWriter::write($name, $testCase->toString(), 'b');
99 gtTestCaseWriter::write($name, $testCase->toString(), 'e');
119 gtTestCaseWriter::write($name, $test, 'v', $count);
810 public static function write($name, $string, $type, $count = 0) {
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch231 (void) write( hc->conn_fd, hc->response, hc->responselen );
888 - /* And write the log entry. */
941 + write(fd, bentries.c, bentries.len);
2038 syslog( LOG_ERR, "write - %m sending %.80s", hc->encodedurl );
2362 + syslog(LOG_INFO, "Expired %d/%d connections in read/write state", r, w);
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c142 ret = write( 1, str, remain ); in sapi_lsapi_ub_write()
H A Dlsapilib.c698 write( STDERR_FILENO, achError, n ); in LSAPI_perror_r()
1049 if ( write( fd, &s_ack, LSAPI_PACKET_HEADER_LEN ) in write_req_received_notification()
1092 if ( write( fd, achBuf, 16 ) < 16 ) in lsapi_notify_pid()
1111 if ( write( fd, s_conn_key_packet, LSAPI_PACKET_HEADER_LEN+8 ) in init_conn_key()
1702 …if (write(pReq->m_fd, (const char *) pHeader, LSAPI_PACKET_HEADER_LEN ) != LSAPI_PACKET_HEADER_LE… in LSAPI_sendfile_r()
1793 return write( 2, pBuf, len ); in LSAPI_Write_Stderr_r()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_signals.c177 write(sp[1], &s, sizeof(s)); in sig_handler()
H A Dzlog.c191 write(zlog_fd > -1 ? zlog_fd : STDERR_FILENO, buf, len); in zlog_ex()
195 write(STDERR_FILENO, buf, len); in zlog_ex()
H A Dfastcgi.c315 ret = write(req->fd, ((char*)buf)+n, count-n); in safe_write()
323 ret = write(req->fd, ((char*)buf)+n, count-n); in safe_write()
H A Dfpm_conf.c1131 if (len != write(fd, buf, len)) { in fpm_conf_write_pid()
H A Dfpm_log.c470 write(fpm_log_fd, buffer, len + 1); in fpm_log_write()
H A Dfpm_main.c288 ret = write(STDOUT_FILENO, str, str_length); in sapi_cgibin_single_write()
1852 write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval));
1861 write(fpm_globals.send_config_pipe[1], &writeval, sizeof(writeval));
/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/embed/
H A Dphp_embed.c52 ret = write(STDOUT_FILENO, str, str_length); in php_embed_single_write()
/PHP-5.5/sapi/fpm/fpm/events/
H A Ddevpoll.c211 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_add()
236 if (write(dpfd, &pollfd, sizeof(struct pollfd)) != sizeof(struct pollfd)) { in fpm_event_devpoll_remove()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c273 ret = write(STDOUT_FILENO, str, str_length); in sapi_cli_single_write()
/PHP-5.5/sapi/caudium/
H A Dconfig.m442 write(combine_path(dirname(orig), pike)); '`
51 …=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(v+"."+rel);'`
84 …PIKE_VERSION=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(…
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c277 ret = write(STDOUT_FILENO, str, str_length); in sapi_cgi_single_write()
H A Dfastcgi.c783 ret = write(req->fd, ((char*)buf)+n, count-n); in safe_write()
791 ret = write(req->fd, ((char*)buf)+n, count-n); in safe_write()
/PHP-5.5/sapi/apache2filter/
H A DREADME11 usually cause a write to the network).
/PHP-5.5/sapi/apache2handler/
H A DREADME11 usually cause a write to the network).
/PHP-5.5/
H A Dphp5.spec.in22 developers to write dynamically generated pages quickly.
/PHP-5.5/main/streams/
H A Dstreams.c1133 justwrote = stream->ops->write(stream, buf, towrite TSRMLS_CC); in _php_stream_write_buffer()
1237 if (buf == NULL || count == 0 || stream->ops->write == NULL) { in _php_stream_write()
H A Dfilter.c504 stream->ops->write(stream, bucket->buf, bucket->buflen TSRMLS_CC); in _php_stream_filter_flush()

Completed in 177 milliseconds

12345678910>>...20