File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -402,10 +402,12 @@ static PHPDBG_COMMAND(print) /* {{{ */
402
402
#else
403
403
phpdbg_writeln ("Readline\tno" );
404
404
#endif
405
+
405
406
phpdbg_writeln ("Exec\t\t%s" , PHPDBG_G (exec ) ? PHPDBG_G (exec ) : "none" );
406
407
phpdbg_writeln ("Compiled\t%s" , PHPDBG_G (ops ) ? "yes" : "no" );
407
408
phpdbg_writeln ("Stepping\t%s" , (PHPDBG_G (flags ) & PHPDBG_IS_STEPPING ) ? "on" : "off" );
408
409
phpdbg_writeln ("Quietness\t%s" , (PHPDBG_G (flags ) & PHPDBG_IS_QUIET ) ? "on" : "off" );
410
+ phpdbg_writeln ("Oplog\t\t%s" , PHPDBG_G (oplog ) ? "on" : "off" );
409
411
410
412
if (PHPDBG_G (ops )) {
411
413
phpdbg_writeln ("Opcodes\t\t%d" , PHPDBG_G (ops )-> last );
@@ -416,6 +418,7 @@ static PHPDBG_COMMAND(print) /* {{{ */
416
418
phpdbg_writeln ("Variables\tNone" );
417
419
}
418
420
}
421
+
419
422
phpdbg_writeln ("Executing\t%s" , EG (in_execution ) ? "yes" : "no" );
420
423
if (EG (in_execution )) {
421
424
phpdbg_writeln ("VM Return\t%d" , PHPDBG_G (vmret ));
You can’t perform that action at this time.
0 commit comments