mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
9 lines
192 B
PHP
9 lines
192 B
PHP
--TEST--
|
|
Bug #70240 (Segfault when doing unset($var()))
|
|
--FILE--
|
|
<?php
|
|
unset($var());
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Can't use function return value in write context in %sbug70240.php on line %d
|