Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-8.0/sapi/litespeed/
H A Dlscriu.c401 write(iFd, chFullMessage, n); in LSCRIU_Restored_Error()
427 if (write(iFdNative, in LSCRIU_Native_Dump()
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt6 /* Testing fputcsv() to write to a file when the field has no CSV format */
41 // write to a file in csv format
/PHP-8.0/ext/oci8/tests/
H A Dlob_030.phpt30 $clob->write($data);
H A Dlob_027.phpt29 var_dump($blob->write($str));
H A Dlob_035.phpt27 var_dump($blob->write("some string here. string, I said"));
H A Dlob_020.phpt29 var_dump($clob->write($str));
/PHP-8.0/ext/standard/tests/file/
H A Dfscanf_variation51.phpt2 Test fscanf() function: usage variations - file opened in write only mode
10 echo "*** Test fscanf(): to read from a file opened in write only mode ***\n";
28 // various write only modes
64 *** Test fscanf(): to read from a file opened in write only mode ***
H A Dfile_put_contents_variation2.phpt2 Test file_put_contents() function : usage variation - different data types to write
H A Dfopen_variation14-win32.phpt52 $writeData = "write:$iteration";
72 // create the file to test write
H A Dfopen_variation15-win32.phpt56 $writeData = "write:$iteration";
76 // create the file to test write
H A Dfseek_ftell_rewind_variation4-win32.phpt14 1. All write and create with write modes
H A Dfseek_ftell_rewind_variation6-win32.phpt14 1. All write and create with write modes
/PHP-8.0/docs/
H A Dstreams.md62 don't need to be able to write to the original file/URL, use this option to
252 read, write, close, flush, seek, gets and cast operations. Of these, an
253 implementation need only implement write, read, close and flush. The gets method
306 when attempting to write (this may change).
355 Once you have that part figured out, you can write your implementation and
384 Implement the other operations - remember that write, read, close and flush are
/PHP-8.0/ext/shmop/tests/
H A D002.phpt69 shmop_write($shm_id, 'text to try write', -10);
/PHP-8.0/ext/sockets/
H A Dsockets.stub.php13 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec… argument
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt139 printf("[002] Can't write public key file.");
149 printf("[003] Can't write public key file.");
H A Dmysqli_debug_append.phpt51 printf("[005] Cannot write to trace file.\n");
/PHP-8.0/ext/openssl/tests/
H A DServerClientTestCase.inc146 $result = stream_select($read, $write, $except, $timeout);
/PHP-8.0/ext/standard/tests/strings/
H A Dmd5_file.phpt19 echo "Cannot write to file ($filename)";
H A Dsha1_file.phpt22 echo "Cannot write to file ($filename)";
/PHP-8.0/ext/intl/
H A Dconfig.m49 …INTL_COMMON_FLAGS="$ICU_CFLAGS -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -…
/PHP-8.0/ext/phar/tests/
H A Dfopen_edgecases.phpt26 // test open for write with new phar
29 // test open for write with corrupted phar
H A Dphar_convert_again.phpt191 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
192 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
/PHP-8.0/sapi/fpm/tests/
H A Dlogreader.inc273 $write = null;
275 if (stream_select($read, $write, $except, $timeoutSeconds, $timeoutMicroseconds)) {
/PHP-8.0/ext/gd/tests/
H A Dfunc.inc151 * Replicates write errors to the output log, but by catching

Completed in 33 milliseconds

1...<<1112131415161718192021