Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 46) sorted by path

12

/PHP-7.0/
H A DNEWS918 . Properly allow for stdin input from a file. (Bob)
919 . Add -s command line option / stdin command for reading script from stdin.
/PHP-7.0/TSRM/
H A Dtsrm_nw.c189 envSpec.esStdin.ssPath = stdin;
/PHP-7.0/Zend/
H A Dzend_stream.c59 if (handle && (FILE*)handle != stdin) { in zend_stream_stdio_closer()
/PHP-7.0/ext/bcmath/libbcmath/
H A Daclocal.m495 # Redirect stdin to placate older versions of autoconf. Sigh.
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch2636 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
2729 - inname == NULL ? "/dev/stdin" : inname);
/PHP-7.0/ext/gd/libgd/
H A Dgdkanji.c608 while ((c = fgetc (stdin)) != '\n' && i < BUFSIZ)
H A Dwebpng.c48 in = stdin; in main()
/PHP-7.0/ext/gd/tests/
H A Dimageinterlace_error2.phpt12 $image = fopen('php://stdin', 'r');
/PHP-7.0/ext/mbstring/libmbfl/tests/
H A Dconv_encoding.c64 const int c = fgetc(stdin); in main()
H A Dconv_kana.c110 const int c = fgetc(stdin); in main()
H A Dstrcut.c73 const int c = fgetc(stdin); in main()
H A Dstrwidth.c44 const int c = fgetc(stdin); in main()
/PHP-7.0/ext/mbstring/ucgendat/
H A Ducgendat.c1935 in = stdin; in main()
1965 if (in != stdin && in != NULL) in main()
/PHP-7.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt69 list($stdin, $stdout, $stderr) = $pipes;
73 fwrite($stdin, "R\nR\nR\nR\n");
80 fclose($stdin);
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog4235 (h) "-" can be given as a file name to represent stdin.
4239 "<stdin>" was used.
4242 stdin when file names are being printed. There is no short form.
4904 output "<stdin>" if a match was found, instead of the file name.
/PHP-7.0/ext/phar/phar/
H A Dpharcommand.inc1027 "If no input file is specified as stub then stdin is being used.";
1039 $args['s']['val'] = 'php://stdin';
1081 $args['s']['val'] = 'php://stdin';
1212 "If no input file is specified for meta data then stdin is being used." .
/PHP-7.0/ext/phar/tests/zip/
H A Dbzip2.phpt30 $a->addFile('', null, 'stdin');
31 $a->writeZip(dirname(__FILE__) . '/stdin.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…
/PHP-7.0/ext/phar/tests/zip/files/
H A Dcorrupt2.php.inc9 $a->addFile('', null, 'stdin');
10 $a->writeZip(dirname(__FILE__) . '/stdin.zip');
/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c262 file = stdin; in php_stream_url_wrap_php()
/PHP-7.0/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-7.0/ext/standard/tests/streams/
H A Dbug60602.phpt7 0 => array('pipe', 'r'), // stdin
H A Dbug61019.phpt9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
H A Dbug64770.phpt7 0 => array('pipe', 'r'), // stdin
H A Dbug72853.phpt13 0 => array('pipe', 'r'), // stdin

Completed in 89 milliseconds

12