array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.phpdbg-break-next.php', 1 => 'phpdbg_break_next', 2 => 'Inserts a breakpoint at the next opcode', ), 'up' => array ( 0 => 'ref.phpdbg.php', 1 => 'phpdbg Funktionen', ), 'prev' => array ( 0 => 'function.phpdbg-break-method.php', 1 => 'phpdbg_break_method', ), 'next' => array ( 0 => 'function.phpdbg-clear.php', 1 => 'phpdbg_clear', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/phpdbg/functions/phpdbg-break-next.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

phpdbg_break_next

(PHP 5 >= 5.6.3, PHP 7, PHP 8)

phpdbg_break_nextInserts a breakpoint at the next opcode

Beschreibung

phpdbg_break_next(): void

Insert a breakpoint at the next opcode.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch