3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo '<figure class="item_img img-intro img-intro__' , htmlspecialchars($imgfloat) , '">'; $img_cap = '<img src="' . htmlspecialchars($item_images->image_intro) . '" alt="' . htmlspecialchars($item_images->image_intro_alt) . '">'; if ($item_images->image_intro_caption) { $img_cap .= '<figcaption>' . htmlspecialchars($item_images->image_intro_caption) . '</figcaption>'; } if ($params->get('link_titles') && $item->readmore && !empty($urls->urla)) { $img_cap = "<a href=\"{$urls->urla}\">{$img_cap}</a>"; } echo $img_cap; echo '</figure>';
Output for git.master, git.master_jit, rfc.property-hooks
<figure class="item_img img-intro img-intro__ Warning: Undefined variable $imgfloat in /in/JFDRM on line 2 Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /in/JFDRM on line 2 "> Warning: Undefined variable $item_images in /in/JFDRM on line 3 Warning: Attempt to read property "image_intro" on null in /in/JFDRM on line 3 Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /in/JFDRM on line 3 Warning: Undefined variable $item_images in /in/JFDRM on line 3 Warning: Attempt to read property "image_intro_alt" on null in /in/JFDRM on line 3 Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /in/JFDRM on line 3 Warning: Undefined variable $item_images in /in/JFDRM on line 4 Warning: Attempt to read property "image_intro_caption" on null in /in/JFDRM on line 4 Warning: Undefined variable $params in /in/JFDRM on line 8 Fatal error: Uncaught Error: Call to a member function get() on null in /in/JFDRM:8 Stack trace: #0 {main} thrown in /in/JFDRM on line 8
Process exited with code 255.

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:
49.32 ms | 402 KiB | 8 Q