Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 525) sorted by path

12345678910>>...21

/php-src/.github/
H A Dnightly_matrix.php150 fwrite($f, 'branches=' . json_encode($branches, JSON_UNESCAPED_SLASHES) . "\n");
151 fwrite($f, 'matrix-include=' . json_encode($matrix_include, JSON_UNESCAPED_SLASHES) . "\n");
152 fwrite($f, 'windows-matrix-include=' . json_encode($windows_matrix_include, JSON_UNESCAPED_SLASHES)…
153 fwrite($f, 'macos-matrix-include=' . json_encode($macos_matrix_include, JSON_UNESCAPED_SLASHES) . "…
/php-src/Zend/tests/
H A Dbug21478.phpt22 fwrite($fp, "This is a test.\n");
H A Dbug38779_1.phpt36 fwrite($fp1, "<"."?php blah blah?".">");
H A Dgh11189.phpt17 fwrite(STDOUT, "Success");
H A Dgh11189_1.phpt17 fwrite(STDOUT, "Success");
H A Druntime_compile_time_binary_operands.phpt151 fwrite($file, "<?php\n");
159 fwrite($file, $line . "\n");
168 fwrite($file, $line . "\n");
/php-src/benchmark/
H A Dbenchmark.php8 fwrite(STDERR, "php-cgi not found\n");
32 fwrite(STDOUT, $result);
H A Dgenerate_diff.php7 fwrite(STDERR, "Usage: php generate_diff.php HEAD_COMMIT_HASH BASE_COMMIT_HASH\n");
66 fwrite(STDOUT, $output);
H A Dshared.php13 fwrite(STDOUT, "> $cmd\n");
53 fwrite(STDOUT, $result->stdout);
54 fwrite(STDERR, $result->stderr);
55 fwrite(STDERR, 'Exited with status code ' . $statusCode . "\n");
/php-src/docs-old/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/php-src/ext/bz2/
H A Dbz2_arginfo.h51 ZEND_FUNCTION(fwrite);
/php-src/ext/bz2/tests/
H A Dbug75776.phpt11 fwrite($temp, $text);
H A Dbug81092.phpt9 fwrite($stream, random_bytes(8192));
H A Dbz2_filter_compress.phpt12 fwrite($fp, $text);
H A Dbz2_filter_decompress.phpt12 fwrite($fp, $text);
/php-src/ext/curl/
H A Dinterface.c579 return fwrite(data, size, nmemb, t->fp); in curl_write()
897 return fwrite(data, size, nmemb, t->fp); in curl_write_header()
/php-src/ext/curl/tests/
H A Dbug52827.phpt19 fwrite($s, str_repeat('a',1024));
H A Dbug78775.phpt29 fwrite($sock, "GET / HTTP/1.0\n\n");
H A Dcurl_reset.phpt12 fwrite($fp, "test");
H A Dcurl_write_callback.phpt22 fwrite($fp, "test");
H A Dcurl_write_file.phpt17 fwrite($fp, "test");
H A Dcurl_write_return.phpt17 fwrite($fp, "test");
H A Dcurl_write_stdout.phpt16 fwrite($fp, "test");
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_documentURI.phpt12 fwrite($memory, "foobar");
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt15 fwrite($temp, $html);

Completed in 100 milliseconds

12345678910>>...21