summaryrefslogtreecommitdiff
path: root/Zend/tests/this_in_unset.phpt
blob: bc815049f964c351206f255dd3fdb1981b87e4e4 (plain)
1
2
3
4
5
6
7
8
--TEST--
$this in unset
--FILE--
<?php
unset($this);
?>
--EXPECTF--
Fatal error: Cannot unset $this in %sthis_in_unset.php on line 2