summaryrefslogtreecommitdiff
path: root/Zend/tests/anon/001.phpt
blob: 75589550a817ef9547f18f8a36e7d53a07d9026b (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
declare bare anonymous class
--FILE--
<?php
var_dump(new class{});
--EXPECTF--
object(class@%s)#%d (0) {
}