Home
last modified time | relevance | path

Searched refs:fputs (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/ftp/tests/
H A Dserver.inc90 fputs($s, "200 OK\r\n");
98 fputs($s, "200 OK\r\n");
148 fputs($s, " USER\r\n");
149 fputs($s, " HELP\r\n");
175 fputs($s, "200 OK\r\n");
183 fputs($s, "200 OK\r\n");
186 fputs($s, "221 Bye\r\n");
192 fputs($s, "200 OK.\r\n");
436 fputs($s, "200 OK\r\n");
439 fputs($s, "250 OK\r\n");
[all …]
/PHP-8.1/ext/gd/tests/
H A Dcreatefromwbmp2.phpt19 fputs($fp, chr($c), 1);
20 fputs($fp, $c, 1);
24 fputs($fp, chr($c), 1);
26 fputs($fp, chr($c), 1);
27 fputs($fp, chr($c), 1);
28 fputs($fp, chr($c), 1);
30 fputs($fp, chr($c), 1);
34 fputs($fp, chr($c), 1);
H A Dcreatefromwbmp2_extern.phpt19 fputs($fp, chr($c), 1);
20 fputs($fp, $c, 1);
24 fputs($fp, chr($c), 1);
26 fputs($fp, chr($c), 1);
27 fputs($fp, chr($c), 1);
28 fputs($fp, chr($c), 1);
30 fputs($fp, chr($c), 1);
34 fputs($fp, chr($c), 1);
/PHP-8.1/Zend/
H A Dzend_vm_gen.php587 fputs($f,$s);
2659 fputs($f,"#include <zend.h>\n");
2666 fputs($f, "};\n\n");
2672 fputs($f, "};\n\n");
2677 fputs($f, "\t}\n");
2679 fputs($f, "}\n");
2684 fputs($f, "\t}\n");
2686 fputs($f, "}\n");
2694 fputs($f, "\t\t}\n");
2695 fputs($f, "\t}\n");
[all …]
/PHP-8.1/ext/pdo_firebird/tests/
H A Dpayload_server.php16 fputs(STDERR, "FB payload server listening on " . stream_socket_get_name($socket, false) . "\n");
/PHP-8.1/ext/pdo_mysql/
H A Dget_error_codes.php16 fputs(STDERR, "input doesn't look like a MySQL sql_state.h file\n");
/PHP-8.1/ext/standard/tests/streams/
H A Dbug78902.phpt14 fputs($fp, str_pad('', min($chunk,$size)));
/PHP-8.1/ext/standard/tests/image/
H A Diptcembed_002.phpt41 if ($fd) { fputs($fd,base64_decode($base64_1x1_jpeg)); fclose($fd); }
72 if ($fd) { fputs($fd,$content); fclose($fd); }
/PHP-8.1/ext/standard/
H A Dconfig.m422 fputs("line 1\n", fp);
23 fputs("line 2\n", fp);
30 fputs("line 3\n", fp);
H A Dbasic_functions.stub.php1118 function fputs($stream, string $data, ?int $length = null): int|false {} function
H A Dbasic_functions_arginfo.h3213 ZEND_FALIAS(fputs, fwrite, arginfo_fputs)
/PHP-8.1/ext/standard/tests/file/
H A Dfile_variation.phpt42 fputs($file_handle2,$line);
/PHP-8.1/ext/gd/libgd/
H A Dgd.c103 fputs("GD Error: ", stderr); in gd_stderr_error()
106 fputs("GD Warning: ", stderr); in gd_stderr_error()
109 fputs("GD Notice: ", stderr); in gd_stderr_error()
113 fputs("GD Info: ", stderr); in gd_stderr_error()
116 fputs("GD Debug: ", stderr); in gd_stderr_error()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c491 fputs(sym, stderr);
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c113 fputs(string, handle); in phpdbg_export_breakpoints()

Completed in 87 milliseconds