-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/func/
File Upload :
Current File : //usr/src/php/tests/func/005.phpt

--TEST--
Testing register_shutdown_function()
--FILE--
<?php 

function foo()
{
	print "foo";
}

register_shutdown_function("foo");

print "foo() will be called on shutdown...\n";

?>
--EXPECT--
foo() will be called on shutdown...
foo


Copyright © 2017 || Recoded By Mr.Bumblebee