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/0P5Ej on line 2 Warning: Undefined variable $row in /in/0P5Ej on line 5 Warning: Trying to access array offset on value of type null in /in/0P5Ej on line 5 Warning: Undefined variable $row in /in/0P5Ej on line 5 Warning: Trying to access array offset on value of type null in /in/0P5Ej on line 5 Warning: Undefined variable $row in /in/0P5Ej on line 6 Warning: Trying to access array offset on value of type null in /in/0P5Ej on line 6 Warning: Undefined variable $row in /in/0P5Ej on line 7 Warning: Trying to access array offset on value of type null in /in/0P5Ej on line 7 Warning: Undefined variable $block_1 in /in/0P5Ej on line 7 Warning: Undefined variable $row in /in/0P5Ej on line 11 Warning: Trying to access array offset on value of type null in /in/0P5Ej on line 11 Warning: Undefined variable $row in /in/0P5Ej on line 11 Warning: Trying to access array offset on value of type null in /in/0P5Ej on line 11 Warning: Undefined variable $block_2 in /in/0P5Ej on line 11 string(345) " <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/0P5Ej on line 2 Warning: Undefined variable $row in /in/0P5Ej on line 5 Warning: Trying to access array offset on null in /in/0P5Ej on line 5 Warning: Undefined variable $row in /in/0P5Ej on line 5 Warning: Trying to access array offset on null in /in/0P5Ej on line 5 Warning: Undefined variable $row in /in/0P5Ej on line 6 Warning: Trying to access array offset on null in /in/0P5Ej on line 6 Warning: Undefined variable $row in /in/0P5Ej on line 7 Warning: Trying to access array offset on null in /in/0P5Ej on line 7 Warning: Undefined variable $block_1 in /in/0P5Ej on line 7 Warning: Undefined variable $row in /in/0P5Ej on line 11 Warning: Trying to access array offset on null in /in/0P5Ej on line 11 Warning: Undefined variable $row in /in/0P5Ej on line 11 Warning: Trying to access array offset on null in /in/0P5Ej on line 11 Warning: Undefined variable $block_2 in /in/0P5Ej on line 11 string(345) " <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:
48.04 ms | 404 KiB | 8 Q