php8.5
Home/ Manual/ phpdbg / functions/ phpdbg_break_file

phpdbg_break_file

PHP function Edit on GitHub ✎

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

Inserts a breakpoint at a line in a file

Description

phpdbg_break_file(string $file, int $line): void

Insert a breakpoint at the given line in the given file.

Parameters

file

The name of the file.

line

The line number.

Return Values

Void

See Also

Source: reference/phpdbg/functions/phpdbg-break-file.xml · from the official PHP manual (php/doc-en)