Home
last modified time | relevance | path

Searched refs:write (Results 476 – 500 of 532) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-7.4/
H A DEXTENSIONS10 role as you write your new code].
H A DUPGRADING180 such as when trying to write to a read-only file resource.
341 strip_tags($str, '<a><p>') you can now write strip_tags($str, ['a', 'p']).
/PHP-7.4/sapi/cli/
H A Dphp_cli.c265 ret = write(STDOUT_FILENO, str, str_length); in sapi_cli_single_write()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2051 uint32_t zend_array_element_type(uint32_t t1, int write, int insert) in zend_array_element_type() argument
2056 if (!write) { in zend_array_element_type()
2072 if (!write) { in zend_array_element_type()
2085 if (write) { in zend_array_element_type()
2092 if (write) { in zend_array_element_type()
2099 if (write) { in zend_array_element_type()
/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation2.phpt2 Test fread() function : usage variations - read some/all chars, write only mode (Bug #42036)
13 /* Try reading some or all content of the file opened in write only mode */
H A Dfgetcsv_variation22.phpt53 // write another line of text and a blank line
H A Dfgetcsv_variation29.phpt53 // write another line of text and a blank line
H A Dfgetcsv_variation30.phpt53 // write another line of text and a blank line
H A Dfgetcsv_variation31.phpt53 // write another line of text and a blank line
H A Dfgetcsv_variation15.phpt49 // write another line of text and a blank line
H A Dfgetcsv_variation16.phpt51 // write another line of text and a blank line
H A Dfread_variation3-win32-mb.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
H A Dfread_variation3-win32.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
H A Dfread_variation3.phpt2 Test fread() function : usage variations - read beyond file size, read/write mode
H A Dreadfile_basic-win32.phpt38 // creating file in write mode
H A Dreadfile_basic.phpt38 // creating file in write mode
H A Dfgetcsv_variation8.phpt58 // write another line of text and a blank line
H A Dfgetcsv_variation9.phpt57 // write another line of text and a blank line
H A Dfgetcsv_variation1.phpt55 // write another line of text and a blank line
H A Dfgetcsv_variation17.phpt51 // write another line of text and a blank line
H A Dfread_variation1.phpt2 Test fread() function : usage variations - read some/all chars, read/write modes
/PHP-7.4/main/streams/
H A Dstreams.c1141 justwrote = stream->ops->write(stream, buf, towrite); in _php_stream_write_buffer()
1255 if (stream->ops->write == NULL) { in _php_stream_write()
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE428 write to the author to ask for permission. For software which is
429 copyrighted by the Free Software Foundation, write to the Free
/PHP-7.4/main/
H A Dmain.c929 php_ignore_value(write(fd, tmp, (unsigned)len)); in php_log_err_with_severity()
931 php_ignore_value(write(fd, tmp, len)); in php_log_err_with_severity()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c150 ret = write( 1, str, remain ); in sapi_lsapi_ub_write()

Completed in 96 milliseconds

1...<<11121314151617181920>>...22