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 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<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.
Output for 8.0.0 - 8.0.30
<figure class="item_img img-intro img-intro__ Warning: Undefined variable $imgfloat 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 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 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.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
<figure class="item_img img-intro img-intro__ Notice: Undefined variable: imgfloat in /in/JFDRM on line 2 "> Notice: Undefined variable: item_images in /in/JFDRM on line 3 Notice: Trying to get property 'image_intro' of non-object in /in/JFDRM on line 3 Notice: Undefined variable: item_images in /in/JFDRM on line 3 Notice: Trying to get property 'image_intro_alt' of non-object in /in/JFDRM on line 3 Notice: Undefined variable: item_images in /in/JFDRM on line 4 Notice: Trying to get property 'image_intro_caption' of non-object in /in/JFDRM on line 4 Notice: 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.
Output for 7.3.32 - 7.3.33
<figure class="item_img img-intro img-intro__"> 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.
Output for 7.1.0 - 7.1.33
<figure class="item_img img-intro img-intro__ Notice: Undefined variable: imgfloat in /in/JFDRM on line 2 "> Notice: Undefined variable: item_images in /in/JFDRM on line 3 Notice: Trying to get property of non-object in /in/JFDRM on line 3 Notice: Undefined variable: item_images in /in/JFDRM on line 3 Notice: Trying to get property of non-object in /in/JFDRM on line 3 Notice: Undefined variable: item_images in /in/JFDRM on line 4 Notice: Trying to get property of non-object in /in/JFDRM on line 4 Notice: 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.

preferences:
197.87 ms | 402 KiB | 211 Q