Home
last modified time | relevance | path

Searched refs:write (Results 401 – 425 of 532) sorted by relevance

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

/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation26.phpt2 Test fgetcsv() : usage variations - reading files opened in write only mode (Bug #42036)
10 /* Testing fgetcsv() to read from files opened in write only mode */
12 echo "*** Testing fgetcsv() : reading the files opened in write only mode ***\n";
51 // write another line of text and a blank line
80 *** Testing fgetcsv() : reading the files opened in write only mode ***
H A Dfopen_variation15-win32.phpt62 $writeData = "write:$iteration";
82 // create the file to test write
H A Dfwrite_basic-win32-mb.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Dfwrite_basic-win32.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Dfwrite_basic.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
55 // trying to write more than the available data, available 1024 bytes but trying 2048
H A Dfgetss_variation3-win32.phpt2 Test fgetss() function : usage variations - read/write modes
18 /* try fgetss on files which are opened in read/write modes
52 /* create an empty file and write the strings with tags */
H A Dfgetss_variation3.phpt2 Test fgetss() function : usage variations - read/write modes
18 /* try fgetss on files which are opened in read/write modes
48 /* create an empty file and write the strings with tags */
H A Dfgetcsv_variation21.phpt37 // write a blank line
H A Dfputcsv_variation5.phpt7 Description: Format line as CSV and write to the file pointer
10 /* Testing fputcsv() to write to a file when default arguments values are considered */
57 // write to a file in csv format
H A Dfputcsv_variation6.phpt7 Description: Format line as CSV and write to the file pointer
11 Testing fputcsv() to write to a file when delimiter are different from those
60 // write to a file in csv format
H A Dfputcsv_variation7.phpt7 Description: Format line as CSV and write to the file pointer
11 Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
60 // write to a file in csv format
H A Dfputcsv_variation8.phpt7 Description: Format line as CSV and write to the file pointer
11 Testing fputcsv() to write to a file when delimiter is same but enclosure is different from those
60 // write to a file in csv format
H A Dfputcsv_variation11.phpt7 Description: Format line as CSV and write to the file pointer
10 /* Testing fputcsv() to write to a file when default enclosure value is provided */
57 // write to a file in csv format
H A Dfputcsv_variation12.phpt7 Description: Format line as CSV and write to the file pointer
10 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
58 // write to a file in csv format
H A Dfgetss_basic1.phpt36 /* create an empty file and write the strings with tags */
H A Dsymlink_link_linkinfo_is_link_variation4.phpt64 // write to temp file
H A Dfgetcsv_variation14.phpt35 // write a blank line
H A Dfgetss_variation4.phpt43 /* create an empty file and write the strings with tags */
H A Dsymlink_link_linkinfo_is_link_variation3.phpt89 // write to temp file
/PHP-7.4/ext/standard/tests/strings/
H A Dsha1_file.phpt25 echo "Cannot write to file ($filename)";
/PHP-7.4/docs/
H A Dinput-filter.md10 functions. To implement your own security policy you will need to write a
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c113 return write(STDERR_FILENO, FPM_STDIO_CMD_FLUSH, sizeof(FPM_STDIO_CMD_FLUSH));
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_error.phpt11 …t_save_handler(callback $open, callback $close, callback $read, callback $write, callback $destroy…
/PHP-7.4/ext/mysqli/tests/
H A Dlocal_infile_tools.inc66 printf("[%03d + 3] Cannot write CVS file '%s'\n", $offset, $file);
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc222 * Set the read/write timeout
224 * @param int number of milliseconds before read or write call will timeout
545 throw new \Exception('Failed to write request to socket');

Completed in 48 milliseconds

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