Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.4/ext/spl/tests/
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"');
H A DSplFileObject_fgetcsv_escape_empty.phpt11 $file->fwrite($contents);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug63240.phpt8 fwrite($fd, $str);
H A Dbug76859.phpt9 fwrite($fh, $data);
H A Dbug81659.phpt8 fwrite($stream, str_repeat("*", 1024));
H A Dbug65483.phpt9 fwrite($fd, $data);
H A Dbug68948.phpt9 fwrite($stream, $testString);
H A Dbug78662.phpt25 var_dump(fwrite($f, "bar"));
H A Dbug46426.phpt8 fwrite($tmp, "12345");
/PHP-7.4/ext/hash/tests/
H A Dhash_update_stream.phpt8 fwrite($fp, 'The quick brown fox jumped over the lazy dog.');
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation32.phpt11 fwrite($stream, $contents);
H A Dftruncate_bug77081.phpt12 fwrite($stream, 'bar');
H A Dtouch_variation2.phpt11 fwrite ($fp,"mydata");
H A Dbug41815.phpt12 fwrite($writer, "foo");
H A Dstream_enclosed.phpt15 fwrite($t, str_repeat('a',1024));
H A Dfile_get_contents_basic001.phpt10 fwrite($handle,$file_content);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite24.phar.inc11 fwrite($fp, "hi");
H A Dphar_test.inc66 fwrite($fp, $file);
72 fwrite($fp, $file);
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc66 fwrite($fp, $file);
72 fwrite($fp, $file);
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug46274.phpt28 fwrite($blob, $data);
40 fwrite($blob, $data);
/PHP-7.4/ext/openssl/tests/
H A Dbug48182.phpt26 fwrite($client, $data);
44 fwrite($client, $data);
H A Dbug72333.phpt2 Bug #72333: fwrite() on non-blocking SSL sockets doesn't work
50 $result = fwrite($fp, $buf);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_014.phpt16 if(fwrite($fp, <<<HEADER
35 if(fwrite($fp, <<<HEADER
/PHP-7.4/ext/zlib/tests/
H A Dbug48725.phpt13 fwrite($temp, $text);

Completed in 50 milliseconds

12345678910>>...21