summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_026.phpt
blob: 1954122900c4fb2b0ed800a43bb50bb211afeb07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
errmsg: cannot redeclare class
--FILE--
<?php

class stdclass {
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot redeclare class stdclass in %s on line %d