-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/closure_017.phpt

--TEST--
Closure 017: Trying to destroy an active lambda function
--FILE--
<?php

$a = function(&$a) { $a = 1; };

$a($a);

?>
--EXPECTF--
Fatal error: Cannot destroy active lambda function in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee