📄 Viewing: bug72523.phpt

--TEST--
Bug #72523 (dtrace issue with reflection (failed test))
--FILE--
<?php

$gen = (new class() {
	function a() {
		yield "okey";
	}
})->a();

var_dump($gen->current());
?>
--EXPECT--
string(4) "okey"

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests/generators