Home
last modified time | relevance | path

Searched refs:stdin (Results 26 – 39 of 39) sorted by last modified time

12

/PHP-5.5/ext/mbstring/libmbfl/tests/
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-5.5/ext/gd/tests/
H A Dimageinterlace_error2.phpt12 $image = fopen('php://stdin', 'r');
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c609 while ((c = fgetc (stdin)) != '\n' && i < BUFSIZ)
H A Dwebpng.c48 in = stdin; in main()
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c172 while (fgets(buf, sizeof(buf), stdin) != NULL) {
H A Dmain.c74 regress(stdin);
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m495 # Redirect stdin to placate older versions of autoconf. Sigh.
/PHP-5.5/Zend/
H A Dzend_stream.c60 if (handle && (FILE*)handle != stdin) { in zend_stream_stdio_closer()
/PHP-5.5/TSRM/
H A Dtsrm_nw.c189 envSpec.esStdin.ssPath = stdin;
/PHP-5.5/
H A DNEWS3788 . Fixed bug #60120 (proc_open's streams may hang with stdin/out/err when
6256 - Fixed bug #45928 (large scripts from stdin are stripped at 16K border).
6857 - Fixed bug #43731 (socket_getpeername: cannot use on stdin with inetd).
8034 - Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr). (Wez, Ilia)
8071 - Fixed bug #37619 (proc_open() closes stdin on fork() failure).
8352 - Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32).
/PHP-5.5/sapi/cli/tests/
H A D022.inc6 $fd = fopen("php://stdin","r");
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt2.php.inc9 $a->addFile('', null, 'stdin');
10 $a->writeZip(dirname(__FILE__) . '/stdin.zip');

Completed in 49 milliseconds

12