summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_035.phpt
blob: e8fa8da8e8a72db21baf1178dc9b182a5b059733 (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