Home
last modified time | relevance | path

Searched refs:fwrite (Results 101 – 125 of 505) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/standard/tests/streams/
H A Dbug46147.phpt6 fwrite($fp, "this is a lowercase string.\n");
H A Dstream_socket_pair.phpt8 fwrite($sockets[0], "foo");
H A Dbug63240.phpt8 fwrite($fd, $str);
H A Dbug76859.phpt9 fwrite($fh, $data);
H A Dbug81659.phpt8 fwrite($stream, str_repeat("*", 1024));
/PHP-8.1/ext/tokenizer/
H A Dtokenizer_data_gen.php8 fwrite(STDERR, <<<ERROR
/PHP-8.1/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_empty.phpt11 $file->fwrite($contents);
H A Dgh8273.phpt10 $file->fwrite("line {$i}" . PHP_EOL);
H A DSplFileObject_fgetcsv_escape_basic.phpt6 fwrite($fp, '"aaa","b""bb","ccc"');
H A DSplFileObject_fgetcsv_escape_default.phpt6 fwrite($fp, '"aa\"","bb","\"c"');
/PHP-8.1/ext/standard/tests/file/
H A Dstream_enclosed.phpt14 fwrite($t, str_repeat('a',1024));
H A Dfgetcsv_variation32.phpt11 fwrite($stream, $contents);
H A D007_variation1.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation17.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation9.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
41 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dftruncate_bug77081.phpt12 fwrite($stream, 'bar');
/PHP-8.1/ext/zlib/tests/
H A Dbug48725.phpt11 fwrite($temp, $text);
/PHP-8.1/ext/hash/tests/
H A Dhash_update_stream.phpt8 fwrite($fp, 'The quick brown fox jumped over the lazy dog.');
/PHP-8.1/ext/bz2/tests/
H A Dbug75776.phpt11 fwrite($temp, $text);
H A Dbug81092.phpt9 fwrite($stream, random_bytes(8192));
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug46274_2.phpt32 fwrite($blob, $data);
42 fwrite($blob, $data);
/PHP-8.1/ext/phar/tests/files/
H A Dphar_test.inc66 fwrite($fp, $file);
72 fwrite($fp, $file);
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_014.phpt16 if(fwrite($fp, <<<HEADER
35 if(fwrite($fp, <<<HEADER
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug46274.phpt30 fwrite($blob, $data);
42 fwrite($blob, $data);
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dphar_test.inc66 fwrite($fp, $file);
72 fwrite($fp, $file);

Completed in 28 milliseconds

12345678910>>...21