-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/general_functions/
File Upload :
Current File : //usr/src/php/ext/standard/tests/general_functions/closures_001.phpt

--TEST--
register_shutdown_function() & closure
--FILE--
<?php
register_shutdown_function(function () { echo "Hello World!\n"; });

echo "Done\n";
?>
--EXPECTF--	
Done
Hello World!

Copyright © 2017 || Recoded By Mr.Bumblebee