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

class test implements parent {
}

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