Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 525) sorted by last modified time

12345678910>>...21

/php-src/sapi/cli/tests/
H A D017.phpt23 fwrite($pipes[0], $code);
/php-src/ext/readline/
H A Dreadline_cli.c89 return fwrite(str, 1, MIN(str_length, 16384), pager_pipe); in readline_shell_write()
/php-src/main/
H A Doutput.c86 fwrite(str, 1, str_len, stdout); in php_output_stdout()
91 fwrite(str, 1, str_len, stderr); in php_output_stderr()
H A Dmain.c1373 fwrite(ZSTR_VAL(message), sizeof(char), ZSTR_LEN(message), stderr); in php_error_cb()
/php-src/main/streams/
H A Dplain_wrapper.c383 return (ssize_t) fwrite(buf, 1, count, data->file); in php_stdiop_write()
/php-src/ext/standard/
H A Dbasic_functions.stub.php2840 function fwrite($stream, string $data, ?int $length = null): int|false {}
H A Dbasic_functions_arginfo.h2659 ZEND_FUNCTION(fwrite);
3295 ZEND_FE(fwrite, arginfo_fwrite)
/php-src/sapi/cgi/
H A Dcgi_main.c302 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgi_single_write()
/php-src/ext/openssl/tests/
H A Dgh13860.phpt21 fwrite($client, "xx");
H A DServerClientTestCase.inc120 fwrite($this->workerStdIn[$worker], $code . "\n---\n");
188 fwrite($this->isWorker ? STDOUT : $this->workerStdIn[$worker], "\n");
H A Dgh10495.phpt45 fwrite($conn, 'warmup');
70 fwrite($upstream, $data);
76 fwrite($conn, $record[0]);
79 fwrite($conn, substr($record, 1));
81 fwrite($conn, $record);
84 fwrite($conn, $record);
/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/ext/opcache/jit/ir/
H A Dir_disasm.c539 fwrite(p, 1, r - p, f);
560 fwrite(p, 1, r - p, f);
603 fwrite(p, 1, q - p, f);
610 fwrite(p, 1, r - p, f);
616 fwrite(p, 1, r - p, f);
623 fwrite(p, 1, q - p, f);
634 fwrite(p, 1, r - p, f);
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt13 fwrite($stream, gzcompress($content));
17 fwrite($stream, '1');
/php-src/ext/opcache/
H A DZendAccelerator.c4550 return fwrite(str, 1, str_length, stdout);
/php-src/ext/spl/
H A Dspl_directory.c2610 PHP_METHOD(SplFileObject, fwrite) in PHP_METHOD() argument
H A Dspl_directory_arginfo.h350 ZEND_METHOD(SplFileObject, fwrite);
462 ZEND_ME(SplFileObject, fwrite, arginfo_class_SplFileObject_fwrite, ZEND_ACC_PUBLIC)
/php-src/ext/spl/tests/
H A Dgh13685.phpt14 $file->fwrite($contents);
28 $file->fwrite($contents);
/php-src/ext/bz2/
H A Dbz2_arginfo.h51 ZEND_FUNCTION(fwrite);
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_documentURI.phpt12 fwrite($memory, "foobar");
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt829 @fwrite($fp, '1;"a"');
/php-src/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt12 fwrite($fp, $text);
/php-src/ext/zlib/
H A Dzlib_arginfo.h148 ZEND_FUNCTION(fwrite);
/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/docs-old/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,

Completed in 109 milliseconds

12345678910>>...21