parent root
PHP: phpdbg_break_next - Manual

phpdbg_break_next

(PHP 5 >= 5.6.3, PHP 7)

phpdbg_break_nextInserts a breakpoint at the next opcode

Description

phpdbg_break_next ( void ) : void

Insert a breakpoint at the next opcode.

Parameters

This function has no parameters.

Return Values

No value is returned.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root