-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/lang/
File Upload :
Current File : //usr/src/php/tests/lang/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

Copyright © 2017 || Recoded By Mr.Bumblebee