📄 Viewing: throw_variation_001.phpt

--TEST--
Catching an exception thrown from an included file
--FILE--
<?php

try {
	include "inc_throw.inc";
} catch (Exception $e) {
	echo "caught exception\n";
}

?>
--EXPECT--
caught exception

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/tests/lang