Home
last modified time | relevance | path

Searched refs:write (Results 376 – 400 of 490) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt70 // write to temp file
H A Dfgetcsv_variation14.phpt35 // write a blank line
H A Dfgetss_variation4.phpt41 /* create an empty file and write the strings with tags */
H A Dsymlink_link_linkinfo_is_link_variation3.phpt88 // write to temp file
H A Dfgetcsv_variation13.phpt36 // write line of text
H A Dfgetcsv_variation20.phpt37 // write line of text
H A Dfile_put_contents_variation3.phpt31 $data = "data to write";
H A Dfwrite_variation4-win32.phpt54 // write data to the file
H A Dfwrite_variation4.phpt54 // write data to the file
H A Dfgetcsv_variation24.phpt2 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various write modes)
11 Testing fgetcsv() to read from a file opened in various write modes and
55 // write another line of text and a blank line
H A Dfwrite_variation2-win32.phpt70 /* write at the end of the file */
H A Dfwrite_variation2.phpt70 /* write at the end of the file */
/PHP-5.5/
H A DREADME.input_filter13 policy you will need to write a standard PHP extension. There is also
H A DREADME.TESTING265 (see http://qa.php.net/write-test.php), several new sections are available
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c160 switch (rv = write(fd, buf, n)) { in swrite()
/PHP-5.5/sapi/fpm/fpm/
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/ext/session/
H A Dmod_files.c421 n = write(data->fd, val, vallen); in PS_WRITE_FUNC()
/PHP-5.5/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-5.5/sapi/litespeed/
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()

Completed in 53 milliseconds

1...<<11121314151617181920