Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c964 if (!PHPDBG_G(last_was_newline)) { in phpdbg_process_print()
970 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
981 if (!PHPDBG_G(last_was_newline)) { in phpdbg_process_print()
987 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
1004 PHPDBG_G(last_was_newline) = 1; in phpdbg_process_print()
1012 PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n'; in phpdbg_process_print()
1022 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 30 milliseconds