Home
last modified time | relevance | path

Searched refs:oplog (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_set.c40 …PHPDBG_SET_COMMAND_D(oplog, "usage: set oplog [<output>]", 'O', set_oplog, …
202 PHPDBG_SET(oplog) /* {{{ */ in PHPDBG_SET() argument
205 phpdbg_notice("setoplog", "active=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_SET()
209 FILE *old = PHPDBG_G(oplog); in PHPDBG_SET()
211 PHPDBG_G(oplog) = fopen(param->str, "w+"); in PHPDBG_SET()
212 if (!PHPDBG_G(oplog)) { in PHPDBG_SET()
214 PHPDBG_G(oplog) = old; in PHPDBG_SET()
H A Dphpdbg_set.h33 PHPDBG_SET(oplog);
H A Dphpdbg_opcode.c152 (PHPDBG_G(oplog)))) { in phpdbg_print_opline_ex()
166 if (!ignore_flags && PHPDBG_G(oplog)) { in phpdbg_print_opline_ex()
167 phpdbg_log_ex(fileno(PHPDBG_G(oplog)), "L%-5u %16p %s %s\n", in phpdbg_print_opline_ex()
H A DREADME.md65 * `-O` set oplog output file
H A Dphpdbg.h283 FILE *oplog; /* opline log */ variable
H A Dphpdbg.c156 pg->oplog = NULL; in php_phpdbg_globals_ctor()
245 if (PHPDBG_G(oplog)) { in PHP_MSHUTDOWN_FUNCTION()
246 fclose(PHPDBG_G(oplog)); in PHP_MSHUTDOWN_FUNCTION()
247 PHPDBG_G(oplog) = NULL; in PHP_MSHUTDOWN_FUNCTION()
1866 PHPDBG_G(oplog) = fopen(oplog_file, "w+"); in main()
1867 if (!PHPDBG_G(oplog)) { in main()
2125 settings->oplog = PHPDBG_G(oplog); in main()
H A Dxml.md339 - oplog: on/off - are oplines logged in a file?
549 ### oplog ### subsection
551 - sets oplog
553 - &lt;setoplog type="closingold" /> is emitted when there was a previous open oplog (and a file is …
H A Dphpdbg_prompt.c1134 phpdbg_writeln("info", "oplog=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_COMMAND()
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_oplog_002.phpt9 Warning: Can not end an oplog without starting it in %s on line 3

Completed in 24 milliseconds