Home
last modified time | relevance | path

Searched refs:write (Results 501 – 525 of 532) sorted by relevance

1...<<2122

/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation19.phpt52 // write another line of text and a blank line
H A Dfgetcsv_variation2.phpt55 // write another line of text and a blank line
H A Dfgetcsv_variation7.phpt54 // write another line of text and a blank line
H A Dfgetcsv_variation11.phpt55 // write another line of text and a blank line
H A Dfread_variation4.phpt2 Test fread() function : usage variations - read beyond file size, write only mode
H A Dfgetcsv_variation10.phpt54 // write another line of text and a blank line
H A Dfgetcsv_variation12.phpt53 // write another line of text and a blank line
H A Dfgetcsv_variation4.phpt54 // write another line of text and a blank line
H A Dfgetcsv_variation5.phpt57 // write another line of text and a blank line
H A Dfgetcsv_variation25.phpt58 // write another line of text and a blank line
H A Dfgetcsv_variation27.phpt58 // write another line of text and a blank line
H A Dfgetcsv_variation28.phpt58 // write another line of text and a blank line
H A Dfgetcsv_variation3.phpt55 // write another line of text and a blank line
H A Dfgetcsv_variation6.phpt57 // write another line of text and a blank line
/PHP-7.4/main/streams/
H A Dplain_wrapper.c348 ssize_t bytes_written = write(data->fd, buf, count); in php_stdiop_write()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c261 ret = write(STDOUT_FILENO, str, str_length); in sapi_cgibin_single_write()
H A Dfpm_conf.c1171 if (len != write(fd, buf, len)) { in fpm_conf_write_pid()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in42 ; Set permissions for unix socket, if one is used. In Linux, read/write
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt669 Inspecting parameter 'write' of method 'poll'
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c299 ret = write(STDOUT_FILENO, str, str_length); in sapi_cgi_single_write()
/PHP-7.4/build/
H A Dphp.m42292 n = write(1, TEXT, sizeof(TEXT)-1);
2304 AC_DEFINE(PHP_WRITE_STDOUT, 1, [whether write(2) works])
/PHP-7.4/
H A DNEWS145 . Fixed bug #81346 (Non-seekable streams don't update position after write).
177 . Fixed bug #72595 (php_output_handler_append illegal write access). (cmb)
783 array write fetch). (Nikita)
H A Dphp.ini-development1552 ; Only write session data when session data is changed. Enabled by default.
1553 ; http://php.net/session.lazy-write
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2194 nr_bytes = php_stream_socket_ops.write(stream, buf, count); in php_openssl_sockop_io()
/PHP-7.4/ext/sockets/
H A Dsockets.c1242 retval = write(php_sock->bsd_socket, str, MIN(length, str_len));

Completed in 78 milliseconds

1...<<2122