3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (true) { $count++; $block_1 .= <<<EOT <figure id="img{$count}"> <div class="image"><img src="{$row['imgpath']}" alt="{$row['shortdesc']}"></div><figcaption> <h1 class="product">{$row['product']}</h1> <p class="description">{$row['longdesc']}</p> </figcaption> </figure> EOT; $block_2 .= '<a href="#img'.$count.'"><img src="'.$row['imgpath'].'" alt="'.$row['shortdesc'].'"></a>'; } var_dump($block_1);
Output for git.master, git.master_jit
Warning: Undefined variable $count in /in/9TRgn on line 3 Warning: Undefined variable $row in /in/9TRgn on line 6 Warning: Trying to access array offset on value of type null in /in/9TRgn on line 6 Warning: Undefined variable $row in /in/9TRgn on line 6 Warning: Trying to access array offset on value of type null in /in/9TRgn on line 6 Warning: Undefined variable $row in /in/9TRgn on line 7 Warning: Trying to access array offset on value of type null in /in/9TRgn on line 7 Warning: Undefined variable $row in /in/9TRgn on line 8 Warning: Trying to access array offset on value of type null in /in/9TRgn on line 8 Warning: Undefined variable $block_1 in /in/9TRgn on line 8 Warning: Undefined variable $row in /in/9TRgn on line 13 Warning: Trying to access array offset on value of type null in /in/9TRgn on line 13 Warning: Undefined variable $row in /in/9TRgn on line 13 Warning: Trying to access array offset on value of type null in /in/9TRgn on line 13 Warning: Undefined variable $block_2 in /in/9TRgn on line 13 string(346) " <figure id="img1"> <div class="image"><img src="" alt=""></div><figcaption> <h1 class="product"></h1> <p class="description"></p> </figcaption> </figure> "
Output for rfc.property-hooks
Warning: Undefined variable $count in /in/9TRgn on line 3 Warning: Undefined variable $row in /in/9TRgn on line 6 Warning: Trying to access array offset on null in /in/9TRgn on line 6 Warning: Undefined variable $row in /in/9TRgn on line 6 Warning: Trying to access array offset on null in /in/9TRgn on line 6 Warning: Undefined variable $row in /in/9TRgn on line 7 Warning: Trying to access array offset on null in /in/9TRgn on line 7 Warning: Undefined variable $row in /in/9TRgn on line 8 Warning: Trying to access array offset on null in /in/9TRgn on line 8 Warning: Undefined variable $block_1 in /in/9TRgn on line 8 Warning: Undefined variable $row in /in/9TRgn on line 13 Warning: Trying to access array offset on null in /in/9TRgn on line 13 Warning: Undefined variable $row in /in/9TRgn on line 13 Warning: Trying to access array offset on null in /in/9TRgn on line 13 Warning: Undefined variable $block_2 in /in/9TRgn on line 13 string(346) " <figure id="img1"> <div class="image"><img src="" alt=""></div><figcaption> <h1 class="product"></h1> <p class="description"></p> </figcaption> </figure> "

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
33.03 ms | 404 KiB | 8 Q