php-8.0.30-src/Zend/tests/this_in_unset.phpt

9 lines
133 B
PHP

--TEST--
$this in unset
--FILE--
<?php
unset($this);
?>
--EXPECTF--
Fatal error: Cannot unset $this in %sthis_in_unset.php on line 2