Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h312 FILE *stdin_file; /* FILE pointer to stdin source file */ variable
H A Dphpdbg.c181 pg->stdin_file = NULL; in php_phpdbg_globals_ctor()
282 if (PHPDBG_G(stdin_file)) { in PHP_RSHUTDOWN_FUNCTION()
283 fclose(PHPDBG_G(stdin_file)); in PHP_RSHUTDOWN_FUNCTION()
284 PHPDBG_G(stdin_file) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1341 if (!strncasecmp(path, "stdin", 6) && PHPDBG_G(stdin_file)) { in phpdbg_stream_url_wrap_php()
1342 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.c820 PHPDBG_G(stdin_file) = fopen(buf, "r"); in PHPDBG_COMMAND()
821 if (PHPDBG_G(stdin_file) == NULL) { in PHPDBG_COMMAND()

Completed in 31 milliseconds