
| Path : /usr/src/php/Zend/tests/ |
| 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