ReflectionGenerator::getExecutingLine Gets the currently executing line of the generator &reftitle.description; public intReflectionGenerator::getExecutingLine Get the currently executing line number of the generator. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; Returns the line number of the currently executing statement in the generator. &reftitle.examples; <methodname>ReflectionGenerator::getExecutingLine</methodname> example gen(); $reflectionGen = new ReflectionGenerator($gen); echo "Line: {$reflectionGen->getExecutingLine()}"; ]]> &example.outputs.similar; &reftitle.seealso; ReflectionGenerator::getExecutingGenerator ReflectionGenerator::getExecutingFile