| Current Path : /hdd/hdd12/install/php/php-7.4.32/Zend/tests/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/Zend/tests/closure_017.phpt |
--TEST--
Closure 017: Trying to destroy an active lambda function
--FILE--
<?php
$a = function(&$a) { $a = 1; };
$a($a);
?>
DONE
--EXPECT--
DONE