Home
last modified time | relevance | path

Searched refs:write (Results 451 – 475 of 521) sorted by relevance

1...<<1112131415161718192021

/PHP-8.0/ext/oci8/
H A Doci8.stub.php610 public function write(string $data, ?int $length = null) {} function in OCILob
/PHP-8.0/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt5 /* Testing fputcsv() to write to a file when default enclosure value and delimiter
53 // write to a file in csv format
H A Dfputcsv_variation2.phpt5 /* Testing fputcsv() to write to a file when delimiter is NULL */
52 // write to a file in csv format
H A Dfputcsv_variation9.phpt5 /* Testing fputcsv() to write to a file when delimiter and enclosure are of two chars each */
52 // write to a file in csv format
H A Dfputcsv_variation3.phpt5 /* Testing fputcsv() to write to a file when enclosure is NULL */
52 // write to a file in csv format
H A Dfputcsv_variation4.phpt5 /* Testing fputcsv() to write to a file when delimiter and enclosure is NULL */
52 // write to a file in csv format
H A Dfile.inc85 $file_handle = file handle, opened with write options,
121 // write in terms of a chunk of 1 K to avoid memory size overflow
H A Dfgetcsv_variation18.phpt50 // write another line of text and a blank line
H A Dfputcsv_variation1.phpt5 /* Testing fputcsv() to write to a file when all its parameters are provided */
H A Dfread_variation2.phpt2 Test fread() function : usage variations - read some/all chars, write only mode (Bug #42036)
5 /* Try reading some or all content of the file opened in write only mode */
H A Dfgetcsv_variation22.phpt48 // write another line of text and a blank line
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c1801 PHPDBG_G(php_stdiop_write) = php_stream_stdio_ops.write; in main()
1802 php_stream_stdio_ops.write = phpdbg_stdiop_write; in main()
2113 php_stream_stdio_ops.write = PHPDBG_G(php_stdiop_write); in main()
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1053 write(fd, &info, sizeof(info)) != sizeof(info) ||
1054 write(fd, buf, script->size) != script->size ||
1055 write(fd, ((zend_string*)ZCG(mem))->val, info.str_size) != info.str_size
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c1813 uint32_t zend_array_element_type(uint32_t t1, zend_uchar op_type, int write, int insert) in zend_array_element_type() argument
1818 if (!write) { in zend_array_element_type()
1824 if (write) { in zend_array_element_type()
1837 if (!write) { in zend_array_element_type()
1850 if (write) { in zend_array_element_type()
1856 if (write) { in zend_array_element_type()
1862 if (write) { in zend_array_element_type()
1867 if (!write) { in zend_array_element_type()
/PHP-8.0/ext/session/
H A Dsession.c469 static void php_session_save_current_state(int write) /* {{{ */ in php_session_save_current_state() argument
473 if (write) { in php_session_save_current_state()
1624 PHPAPI int php_session_flush(int write) /* {{{ */ in php_session_flush() argument
1627 php_session_save_current_state(write); in php_session_flush()
/PHP-8.0/main/
H A Dphp_streams.h116 ssize_t (*write)(php_stream *stream, const char *buf, size_t count); member
H A Dfastcgi.c934 ret = write(req->fd, ((char*)buf)+n, out_len); in safe_write()
944 ret = write(req->fd, ((char*)buf)+n, count-n); in safe_write()
/PHP-8.0/build/
H A Dpkg.m418 dnl along with this program; if not, write to the Free Software
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c364 switch (rv = write(fd, buf, n)) { in swrite()
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE432 write to the author to ask for permission. For software which is
433 copyrighted by the Free Software Foundation, write to the Free
494 License along with this library; if not, write to the Free Software
/PHP-8.0/docs/
H A Drelease-process.md35 7. Moving extensions from/to PECL requires write access to the destination.
427 (phpdoc@lists.php.net) to write the migration guide. See to it that they
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt6 /* Testing fputcsv() to write to a file when all its parameters are provided */
/PHP-8.0/
H A DEXTENSIONS10 role as you write your new code].
H A DNEWS110 . Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to
185 . Fixed bug GH-8923 (error_log on Windows can hold the file write lock). (cmb)
626 . Fixed bug #81346 (Non-seekable streams don't update position after write).
659 . Fixed bug #72595 (php_output_handler_append illegal write access). (cmb)
/PHP-8.0/sapi/cli/
H A Dphp_cli.c261 ret = write(STDOUT_FILENO, str, str_length); in sapi_cli_single_write()

Completed in 124 milliseconds

1...<<1112131415161718192021