Home
last modified time | relevance | path

Searched refs:fwrite (Results 126 – 150 of 535) sorted by relevance

12345678910>>...22

/php-src/ext/bz2/tests/
H A Dbug81092.phpt9 fwrite($stream, random_bytes(8192));
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation32.phpt11 fwrite($stream, $contents);
H A D007_variation17.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
42 Notice: fwrite(): Write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation1.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; fails
42 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
42 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');
H A Dtouch_variation2.phpt11 fwrite ($fp,"mydata");
H A Dfgetcsv_variation33.phpt10 fwrite($stream, $contents);
H A Dbug41815.phpt12 fwrite($writer, "foo");
H A Dfopen_variation10-win32.phpt47 fwrite($h, "file in $rootdir");
51 fwrite($h, "file in fopen10.tmpDir");
55 fwrite($h, "file in root");
H A Dfopen_variation11-win32.phpt46 fwrite($h, "file in $rootdir");
50 fwrite($h, "file in fopen11.tmpDir");
54 fwrite($h, "file in root");
/php-src/ext/tokenizer/
H A Dtokenizer_data_gen.php9 fwrite(STDERR, <<<ERROR
/php-src/ext/phar/tests/files/
H A Dphar_test.inc66 fwrite($fp, $file);
72 fwrite($fp, $file);
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_test.inc66 fwrite($fp, $file);
72 fwrite($fp, $file);
H A Dwrite24.phar.inc11 fwrite($fp, "hi");
/php-src/benchmark/
H A Dbenchmark.php14 fwrite(STDERR, "php-cgi not found\n");
38 fwrite(STDOUT, $result);
/php-src/ext/standard/tests/streams/
H A Dbug65483.phpt9 fwrite($fd, $data);
H A Dbug68948.phpt9 fwrite($stream, $testString);
H A Dbug81346.phpt10 fwrite($s, str_repeat("hello world", 100));
H A Dbug46426.phpt8 fwrite($tmp, "12345");
/php-src/ext/standard/tests/filters/
H A Dbug81302.phpt9 fwrite($f, "Testing");
/php-src/Zend/tests/exit/
H A Dexit_string_with_buffer_output.phpt7 fwrite(STDOUT, "Handler: " . $text);
/php-src/ext/xmlreader/tests/
H A DfromStream_custom_constructor_error.phpt14 fwrite($h, "<root/>");
/php-src/ext/phar/tests/
H A D027.phpt49 echo "fwrite on dir handle\n";
50 var_dump(fwrite($a, 'hi'));
81 fwrite on dir handle
/php-src/ext/mysqli/tests/
H A Dmysqli_info.phpt59 if (!fwrite($fp, "100;'a';\n") ||
60 !fwrite($fp, "101;'b';\n") ||
61 !fwrite($fp, "102;'c';\n")) {

Completed in 32 milliseconds

12345678910>>...22