--TEST-- unbraced complex variable replacement test (heredoc) --FILE-- 3, ); $d = new d; print <<d. ENDOFHEREDOC; $x = <<d. ENDOFHEREDOC; print "{$x}"; } ?> --EXPECTF-- This is heredoc test #s 1, 2, 3, and 4. This is heredoc test #s 1, 2, 3, and 4.