summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_035.phpt
blob: 76cbe3d48b0bf65b096ff9650e64467dc337eb26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
errmsg: cannot use 'self' as interface name
--FILE--
<?php

class test implements self {
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot use 'self' as interface name as it is reserved in %s on line %d