Home
last modified time | relevance | path

Searched refs:stdin (Results 26 – 47 of 47) sorted by relevance

12

/PHP-7.1/ext/standard/tests/streams/
H A Dbug61019.phpt9 0 => array("pipe", "r"), // stdin is a pipe that the child will read from
H A Dproc_open_bug69900.phpt13 $in = fopen("php://stdin", "rb", false, stream_context_create(array("pipe" => array("blocking" => t…
H A Dproc_open_bug51800.phpt31 0 => array("pipe", "rb"), // stdin
/PHP-7.1/sapi/embed/
H A Dphp_embed.c186 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ in php_embed_init()
/PHP-7.1/ext/gd/libgd/
H A Dwebpng.c48 in = stdin; in main()
H A Dgdkanji.c608 while ((c = fgetc (stdin)) != '\n' && i < BUFSIZ)
/PHP-7.1/TSRM/
H A Dtsrm_nw.c189 envSpec.esStdin.ssPath = stdin;
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c1228 dup2(*socket, fileno(stdin)); in phpdbg_remote_init()
1423 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ in main()
1839 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1840 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
1850 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1855 PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin; in main()
1856 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
1933 PHPDBG_COMMAND_HANDLER(stdin)(&cmd); in main()
H A Dphpdbg_prompt.c73 PHPDBG_COMMAND_D(stdin, "read script from stdin", 0 , NULL, "s", 0),
465 PHPDBG_COMMAND(stdin) in PHPDBG_COMMAND() argument
/PHP-7.1/ext/bcmath/libbcmath/
H A Daclocal.m495 # Redirect stdin to placate older versions of autoconf. Sigh.
/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c262 file = stdin; in php_stream_url_wrap_php()
/PHP-7.1/Zend/
H A Dzend_stream.c59 if (handle && (FILE*)handle != stdin) { in zend_stream_stdio_closer()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c948 file_handle.handle.fp = stdin; in do_cli()
1255 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ in WinMain()
/PHP-7.1/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.1/ext/mbstring/ucgendat/
H A Ducgendat.c1935 in = stdin; in main()
1965 if (in != stdin && in != NULL) in main()
/PHP-7.1/
H A Drun-tests.php1082 function system_with_timeout($commandline, $env = null, $stdin = null) argument
1103 if (!is_null($stdin)) {
1104 fwrite($pipes[0], $stdin);
H A DNEWS337 . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
2209 . Properly allow for stdin input from a file. (Bob)
2210 . Add -s command line option / stdin command for reading script from stdin.
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c1873 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */
2537 file_handle.handle.fp = stdin;
2615 (file_handle.handle.fp == stdin)) {
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c1019 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ in cli_main()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1629 setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */
/PHP-7.1/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.1/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.

Completed in 105 milliseconds

12