We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc69ff commit 69bfb06Copy full SHA for 69bfb06
tests/helpers.php
@@ -270,7 +270,7 @@ public function testDotHelperWithArrayPrototype()
270
$items = array(2, 4, 6);
271
eval(
272
$jsPhpize->compile('items.forEach(function (item) {') .
273
- ' ?><?= ' . $jsPhpize->compile('item') . ' ?><?php ' .
+ ' ?><?php echo ' . $jsPhpize->compile('item') . ' ?><?php ' .
274
$jsPhpize->compile('})') .
275
' ?>'
276
);
0 commit comments