📄 Viewing: generator_run.phpt

--TEST--
Ensure proper saving of EX(opline)
--PHPDBG--
r
q
--EXPECTF--
[Successful compilation of %s]
prompt> caught Generator exception
[Script ended normally]
prompt> 
--FILE--
<?php

function gen() {
	try {
		throw new Exception;
	} catch(Exception $e) {
		yield "caught Generator exception";
	}
}

foreach (gen() as $v) {
	print $v;
}

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/sapi/phpdbg/tests