Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 34) sorted by relevance

12

/PHP-5.3/ext/standard/tests/file/
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
22 $cmd = 'php -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDERR, $in);"';
24 $stdin = str_repeat('*', 1024 * 16) . '!';
25 $stdin = str_repeat('*', 2049 );
34 $stdinLen = strlen($stdin);
52 $written = fwrite($writePipes[0], (binary)substr($stdin, $stdinOffset), 8192);
/PHP-5.3/ext/phar/tests/zip/
H A Dcorrupt_006.phpt2 Phar: zip with file created from stdin
9 new PharData(dirname(__FILE__) . '/files/stdin.zip');
16 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
H A Dbzip2.phpt30 $a->addFile('', null, 'stdin');
31 $a->writeZip(dirname(__FILE__) . '/stdin.zip');
/PHP-5.3/tests/run-test/
H A Dtest010.phpt6 var_dump(stream_get_contents(fopen('php://stdin', 'r')));
7 var_dump(file_get_contents('php://stdin'));
/PHP-5.3/sapi/cli/tests/
H A D009.phpt16 Either execute direct code, process stdin or use a file.
18 Either execute direct code, process stdin or use a file.
H A D022.inc6 $fd = fopen("php://stdin","r");
/PHP-5.3/ext/gd/tests/
H A Dimageinterlace_error2.phpt12 $image = fopen('php://stdin', 'r');
/PHP-5.3/ext/mbstring/libmbfl/tests/
H A Dstrwidth.c44 const int c = fgetc(stdin); in main()
H A Dconv_kana.c110 const int c = fgetc(stdin); in main()
H A Dconv_encoding.c64 const int c = fgetc(stdin); in main()
H A Dstrcut.c73 const int c = fgetc(stdin); in main()
/PHP-5.3/ext/standard/tests/streams/
H A Dbug64770.phpt7 0 => array('pipe', 'r'), // stdin
/PHP-5.3/ext/phar/tests/zip/files/
H A Dcorrupt2.php.inc9 $a->addFile('', null, 'stdin');
10 $a->writeZip(dirname(__FILE__) . '/stdin.zip');
/PHP-5.3/sapi/embed/
H A Dphp_embed.c183 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ in php_embed_init()
/PHP-5.3/ext/gd/libgd/
H A Dwebpng.c48 in = stdin; in main()
H A Dgdkanji.c609 while ((c = fgetc (stdin)) != '\n' && i < BUFSIZ)
/PHP-5.3/TSRM/
H A Dtsrm_nw.c189 envSpec.esStdin.ssPath = stdin;
/PHP-5.3/ext/ereg/regex/
H A Dsplit.c172 while (fgets(buf, sizeof(buf), stdin) != NULL) {
H A Dmain.c74 regress(stdin);
/PHP-5.3/sapi/caudium/
H A Dconfig.m436 string orig,pike=Stdio.File("stdin")->read()-"\n";
/PHP-5.3/ext/standard/
H A Dphp_fopen_wrapper.c229 file = stdin; in php_stream_url_wrap_php()
/PHP-5.3/ext/bcmath/libbcmath/
H A Daclocal.m495 # Redirect stdin to placate older versions of autoconf. Sigh.
/PHP-5.3/Zend/
H A Dzend_stream.c60 if (handle && (FILE*)handle != stdin) { in zend_stream_stdio_closer()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c710 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ in WinMain()
1069 file_handle.handle.fp = stdin; in WinMain()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c1547 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */
2050 file_handle.handle.fp = stdin;
2113 if (CGIG(check_shebang_line) && file_handle.handle.fp && (file_handle.handle.fp != stdin)) {

Completed in 48 milliseconds

12