Home
last modified time | relevance | path

Searched refs:last_was_newline (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c944 if (!PHPDBG_G(last_was_newline)) { in phpdbg_process_print()
950 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
961 if (!PHPDBG_G(last_was_newline)) { in phpdbg_process_print()
967 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
984 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
992 PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n'; in phpdbg_process_print()
1002 PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n'; in phpdbg_process_print()
H A Dphpdbg.h310 …zend_bool last_was_newline; /* check if we don't need to output a newline upon ne… variable
H A Dphpdbg_io.c58 PHPDBG_G(last_was_newline) = 1; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_cmd.c765 PHPDBG_G(last_was_newline) = 1; in phpdbg_read_input()
H A Dphpdbg.c150 pg->last_was_newline = 1; in php_phpdbg_globals_ctor()

Completed in 18 milliseconds