3v4l.org

run code in 300+ PHP versions simultaneously
<?php $description_data = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. "; $size_check = strlen($description_data); if ($size_check > 565) { print "<div class='category-description std'> <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?> </div><span class='read-more' id='togglr'>Read More</span>"; } else { print "<div class='category-description-sml std'> <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?> </div><span class='read-more' id='togglr'>Read More</span>"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $_helper in /in/01eOQ on line 8 Warning: Attempt to read property "categoryAttribute" on null in /in/01eOQ on line 8 Warning: Undefined variable $_category in /in/01eOQ on line 8 Warning: Undefined variable $_description in /in/01eOQ on line 8 <div class='category-description std'> <?php echo (, , 'description') ?> </div><span class='read-more' id='togglr'>Read More</span>

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