options can be any of the following the following flags. * * Available options: * * {@see DEBUG_BACKTRACE_PROVIDE_OBJECT} - Default * * {@see DEBUG_BACKTRACE_IGNORE_ARGS} - Don't include the argument * information for functions in the stack trace. * * @return array Returns the trace of the currently executing generator. * @since 7.0 */ #[Pure] #[TentativeType] public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array { } /** * Gets the function name of the generator * * @link https://php.net/manual/en/reflectiongenerator.getfunction.php * @return ReflectionFunctionAbstract Returns a {@see ReflectionFunctionAbstract} * class. This will be {@see ReflectionFunction} for functions, * or {@see ReflectionMethod} for methods. * @since 7.0 */ #[Pure] #[TentativeType] public function getFunction(): ReflectionFunctionAbstract { } /** * Gets the function name of the generator * * @link https://php.net/manual/en/reflectiongenerator.getthis.php * @return object|null Returns the $this value, or {@see null} if the * generator was not created in a class context. * @since 7.0 */ #[Pure] #[TentativeType] public function getThis(): ?object { } /** * Gets the executing Generator object * * @link https://php.net/manual/en/reflectiongenerator.construct.php * @return Generator Returns the currently executing Generator object. * @since 7.0 */ #[Pure] #[TentativeType] public function getExecutingGenerator(): Generator { } } __halt_compiler();----SIGNATURE:----X0r7DQus+Bqtez0coc7muKJc2i5CcHNxig1okOHj6aV698T/xtcVU6aQjIfPzHZ6tSQrZ0cO1fG4N0VQv2xYHI325f6caYkUw4VkNKFtbnJMPC12WTv+HZQeyhs9S4dC/5cHqKH+yluvKuiuIrOpgt6nLk+iLknFswBQLB3qDBTb9dFIF4krGj7pmy7cJWY/pfa5ojWYm2hA2uVmm/SAVK/NggFzA2U4K2vzi0NPaStrODbojXne5PE0WbWL1pnegOglaivtf//HfmFNnMcYkwE2L3U2sTDjbi2Ne0xIAiInX2MX3E6h0H+bZ8ByO0OXxANzsa8Zpj03eqbCNEDF2R7lqDTrQsh0xfezwBU/6WyF3ppW8JsiksgSQzq+uL8SGnTiWp7L+s9inn+q3p/qVlws0Rq4iDSJ0XkVxyN3mb5oO+c8AcUC19FA1phREWp3KGvgpckeufZV5dgkwY6Wc8RfeKpxY1BLW3FzUBiC9g2L/RnBO9h8FnacvymmjmShY4r5+fvwntqDMYPoOZtT+w6DbevViYdzjZUTfI7pofInZO7QFNekYOOrmhZuloKJmK8NIwzrWK5r85rpC6yilknvAezX8GAF8zwxLwOdBTZjbHDtjp2HhiDm2Ew7aWx6EkgradTnaKNro/JoW/SA3+rZFdrSWNeJtiD6u+k3bow=----ATTACHMENT:----NzY2MTE5MTc4NDY1Nzg5NiA2MzgwNTYyNTMwNDk2OTc3IDU2NTA3Mzc0NjUxMDY4ODU=