php / 8.1.5 / reflectionfiber.getexecutingline.html /

ReflectionFiber::getExecutingLine

(PHP 8 >= 8.1.0)

ReflectionFiber::getExecutingLineGet the line number of the current execution point

Description

public ReflectionFiber::getExecutingLine(): int

Returns the line number of the current execution point in the reflected Fiber. If the fiber has not been started or has terminated, an Error is thrown.

Parameters

This function has no parameters.

Return Values

The line number of the current execution point in the fiber.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionfiber.getexecutingline.php