Home
last modified time | relevance | path

Searched refs:write (Results 426 – 450 of 521) sorted by relevance

1...<<1112131415161718192021

/PHP-8.0/ext/sockets/
H A Dsockets_arginfo.h6 ZEND_ARG_TYPE_INFO(1, write, IS_ARRAY, 1)
/PHP-8.0/ext/standard/tests/file/
H A Dfwrite_variation2-win32.phpt61 /* write at the end of the file */
H A Dfwrite_variation2.phpt61 /* write at the end of the file */
H A Dfputcsv_variation12.phpt5 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
53 // write to a file in csv format
H A Dfputcsv_variation6.phpt6 Testing fputcsv() to write to a file when delimiter are different from those
55 // write to a file in csv format
H A Dfputcsv_variation11.phpt5 /* Testing fputcsv() to write to a file when default enclosure value is provided */
52 // write to a file in csv format
H A Dfputcsv_variation5.phpt5 /* Testing fputcsv() to write to a file when default arguments values are considered */
52 // write to a file in csv format
H A Dfputcsv_variation7.phpt6 Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
55 // write to a file in csv format
H A Dfputcsv_variation8.phpt6 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
55 // write to a file in csv format
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation11.phpt6 /* Testing fputcsv() to write to a file when default enclosure value is provided */
49 // write to a file in csv format
H A DSplFileObject_fputcsv_variation12.phpt6 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
50 // write to a file in csv format
H A DSplFileObject_fputcsv_variation5.phpt6 /* Testing fputcsv() to write to a file when default arguments values are considered */
49 // write to a file in csv format
H A DSplFileObject_fputcsv_variation6.phpt7 Testing fputcsv() to write to a file when delimiter are different from those
52 // write to a file in csv format
H A DSplFileObject_fputcsv_variation7.phpt7 Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
52 // write to a file in csv format
H A DSplFileObject_fputcsv_variation8.phpt7 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
52 // write to a file in csv format
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.conf.in54 ; line is written in a single write operation. If the value is false, then the
/PHP-8.0/ext/session/
H A Dmod_files.c266 n = write(data->fd, ZSTR_VAL(val), ZSTR_LEN(val)); in ps_files_write()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.h257 uint32_t zend_array_element_type(uint32_t t1, zend_uchar op_type, int write, int insert);
/PHP-8.0/
H A DCODING_STANDARDS.md239 style he or she is not used to, but, at the very least, when you write code
273 [qa.php.net](https://qa.php.net/write-test.php) documentation.
H A DCONTRIBUTING.md91 [Our QA site includes a page detailing how to write test cases.](https://qa.php.net/write-test.php)
364 4. Do write your commit message in such a way that it makes sense even without
/PHP-8.0/Zend/
H A Dzend_portability.h126 #define zend_quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__))
/PHP-8.0/main/
H A Drfc1867.c1052 wlen = write(fd, buff, (unsigned int)blen);
1054 wlen = write(fd, buff, blen);
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c909 if (write( STDERR_FILENO, achError, n )) {}; in LSAPI_perror_r()
1296 if ( write( fd, pkt, LSAPI_PACKET_HEADER_LEN ) < LSAPI_PACKET_HEADER_LEN ) in send_notification_pkt()
1353 if ( write( fd, achBuf, 16 ) < 16 ) in lsapi_notify_pid()
1373 if ( write( fd, s_conn_key_packet, LSAPI_PACKET_HEADER_LEN+8 ) in init_conn_key()
2036 …if (write(pReq->m_fd, (const char *) pHeader, LSAPI_PACKET_HEADER_LEN ) != LSAPI_PACKET_HEADER_LE… in LSAPI_sendfile_r()
2124 return write( 2, pBuf, len ); in LSAPI_Write_Stderr_r()
/PHP-8.0/ext/hash/tests/
H A Dcrc32.phpt88 echo hash('crc32c', "How can you write a big system without C++? -Paul Glick"), "\n";
/PHP-8.0/main/streams/
H A Dfilter.c471 ssize_t count = stream->ops->write(stream, bucket->buf, bucket->buflen); in _php_stream_filter_flush()

Completed in 60 milliseconds

1...<<1112131415161718192021