summaryrefslogtreecommitdiff
path: root/Zend/tests/new_args_without_ctor.phpt
blob: 91456890d29bcadc0f405f3dd3f05ecc31694048 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Argument of new on class without constructor are evaluated
--FILE--
<?php

new stdClass(print 'a', print 'b');

?>
--EXPECT--
ab