Home
last modified time | relevance | path

Searched refs:stdin_file (Results 1 – 3 of 3) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg.h299 FILE *stdin_file; /* FILE pointer to stdin source file */ variable
H A Dphpdbg.c141 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()
H A Dphpdbg_prompt.c806 PHPDBG_G(stdin_file) = fopen(buf, "r"); in PHPDBG_COMMAND()
807 if (PHPDBG_G(stdin_file) == NULL) { in PHPDBG_COMMAND()

Completed in 16 milliseconds