Searched refs:stdin (Results 1 – 25 of 34) sorted by relevance
12
/PHP-5.4/ext/standard/tests/file/ |
H A D | bug60120.phpt | 2 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.4/ext/phar/tests/zip/ |
H A D | corrupt_006.phpt | 2 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 D | bzip2.phpt | 30 $a->addFile('', null, 'stdin'); 31 $a->writeZip(dirname(__FILE__) . '/stdin.zip');
|
/PHP-5.4/tests/run-test/ |
H A D | test010.phpt | 6 var_dump(stream_get_contents(fopen('php://stdin', 'r'))); 7 var_dump(file_get_contents('php://stdin'));
|
/PHP-5.4/sapi/cli/tests/ |
H A D | 009.phpt | 16 string(57) "Either execute direct code, process stdin or use a file. 18 string(57) "Either execute direct code, process stdin or use a file.
|
H A D | 022.inc | 6 $fd = fopen("php://stdin","r");
|
/PHP-5.4/ext/gd/tests/ |
H A D | imageinterlace_error2.phpt | 12 $image = fopen('php://stdin', 'r');
|
/PHP-5.4/ext/mbstring/libmbfl/tests/ |
H A D | strwidth.c | 44 const int c = fgetc(stdin); in main()
|
H A D | conv_kana.c | 110 const int c = fgetc(stdin); in main()
|
H A D | conv_encoding.c | 64 const int c = fgetc(stdin); in main()
|
H A D | strcut.c | 73 const int c = fgetc(stdin); in main()
|
/PHP-5.4/ext/phar/tests/zip/files/ |
H A D | corrupt2.php.inc | 9 $a->addFile('', null, 'stdin'); 10 $a->writeZip(dirname(__FILE__) . '/stdin.zip');
|
/PHP-5.4/ext/standard/tests/streams/ |
H A D | bug64770.phpt | 7 0 => array('pipe', 'r'), // stdin
|
H A D | bug60602.phpt | 7 0 => array('pipe', 'r'), // stdin
|
H A D | bug61019.phpt | 9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
|
/PHP-5.4/sapi/embed/ |
H A D | php_embed.c | 183 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ in php_embed_init()
|
/PHP-5.4/ext/gd/libgd/ |
H A D | webpng.c | 48 in = stdin; in main()
|
H A D | gdkanji.c | 609 while ((c = fgetc (stdin)) != '\n' && i < BUFSIZ)
|
/PHP-5.4/TSRM/ |
H A D | tsrm_nw.c | 189 envSpec.esStdin.ssPath = stdin;
|
/PHP-5.4/ext/ereg/regex/ |
H A D | split.c | 172 while (fgets(buf, sizeof(buf), stdin) != NULL) {
|
H A D | main.c | 74 regress(stdin);
|
/PHP-5.4/sapi/caudium/ |
H A D | config.m4 | 36 string orig,pike=Stdio.File("stdin")->read()-"\n";
|
/PHP-5.4/ext/standard/ |
H A D | php_fopen_wrapper.c | 229 file = stdin; in php_stream_url_wrap_php()
|
/PHP-5.4/ext/bcmath/libbcmath/ |
H A D | aclocal.m4 | 95 # Redirect stdin to placate older versions of autoconf. Sigh.
|
/PHP-5.4/Zend/ |
H A D | zend_stream.c | 60 if (handle && (FILE*)handle != stdin) { in zend_stream_stdio_closer()
|
Completed in 27 milliseconds
12