Searched refs:stdin_file (Results 1 – 3 of 3) sorted by relevance
301 FILE *stdin_file; /* FILE pointer to stdin source file */ variable
141 pg->stdin_file = NULL; in php_phpdbg_globals_ctor()247 if (PHPDBG_G(stdin_file)) { in PHP_RSHUTDOWN_FUNCTION()248 fclose(PHPDBG_G(stdin_file)); in PHP_RSHUTDOWN_FUNCTION()249 PHPDBG_G(stdin_file) = NULL; in PHP_RSHUTDOWN_FUNCTION()1105 if (!strncasecmp(path, "stdin", 6) && PHPDBG_G(stdin_file)) { in phpdbg_stream_url_wrap_php()1106 php_stream *stream = php_stream_fopen_from_fd(dup(fileno(PHPDBG_G(stdin_file))), "r", NULL); in phpdbg_stream_url_wrap_php()
806 PHPDBG_G(stdin_file) = fopen(buf, "r"); in PHPDBG_COMMAND()807 if (PHPDBG_G(stdin_file) == NULL) { in PHPDBG_COMMAND()
Completed in 12 milliseconds