Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_out.c49 if (!PHPDBG_G(last_was_newline)) { in phpdbg_process_print()
51 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
61 if (!PHPDBG_G(last_was_newline)) { in phpdbg_process_print()
63 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
79 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
86 PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n'; in phpdbg_process_print()
96 PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n'; in phpdbg_process_print()
H A Dphpdbg_io.c33 PHPDBG_G(last_was_newline) = 1; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg.h296 …bool last_was_newline; /* check if we don't need to output a newline upon next ph… variable
H A Dphpdbg_cmd.c749 PHPDBG_G(last_was_newline) = 1; in phpdbg_read_input()
H A Dphpdbg.c119 pg->last_was_newline = 1; in php_phpdbg_globals_ctor()

Completed in 47 milliseconds