Searched refs:oplog (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_set.c | 40 …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 D | phpdbg_set.h | 33 PHPDBG_SET(oplog);
|
H A D | phpdbg_opcode.c | 150 (PHPDBG_G(oplog)))) { in phpdbg_print_opline_ex() 164 if (!ignore_flags && PHPDBG_G(oplog)) { in phpdbg_print_opline_ex() 165 phpdbg_log_ex(fileno(PHPDBG_G(oplog)), "L%-5u %16p %s %s\n", in phpdbg_print_opline_ex()
|
H A D | phpdbg.c | 157 pg->oplog = NULL; in php_phpdbg_globals_ctor() 262 if (PHPDBG_G(oplog)) { in PHP_MSHUTDOWN_FUNCTION() 263 fclose(PHPDBG_G(oplog)); in PHP_MSHUTDOWN_FUNCTION() 264 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() 2117 settings->oplog = PHPDBG_G(oplog); in main()
|
H A D | README.md | 68 - -O set oplog output file
|
H A D | phpdbg.h | 283 FILE *oplog; /* opline log */ variable
|
H A D | xml.md | 339 - oplog: on/off - are oplines logged in a file? 549 ### oplog ### subsection 551 - sets oplog 553 - <setoplog type="closingold" /> is emitted when there was a previous open oplog (and a file is …
|
H A D | phpdbg_prompt.c | 1180 phpdbg_writeln("info", "oplog=\"%s\"", "Oplog %s", PHPDBG_G(oplog) ? "on" : "off"); in PHPDBG_COMMAND()
|
/PHP-7.2/sapi/phpdbg/tests/ |
H A D | phpdbg_oplog_002.phpt | 9 Warning: Can not end an oplog without starting it in %s on line 3
|
Completed in 42 milliseconds