--TEST-- Object instantiated without parentheses is collected --FILE-- test(); echo 'code after' . PHP_EOL; ?> --EXPECT-- called collected code after