3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = " SELECT picture.`%1$s` AS entity_id, picture.picture_id FROM picture JOIN category_pictures USING (picture_id) WHERE picture.`%1$s` IN (%2$s) #FILTER_CATEGORY AND category_pictures.category_id IN (%3$s) "; var_dump(substr_replace($str, '', 207, 16));
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $s in /in/T7vp0 on line 4 Warning: Undefined variable $s in /in/T7vp0 on line 7 Warning: Undefined variable $s in /in/T7vp0 on line 7 Warning: Undefined variable $s in /in/T7vp0 on line 8 string(252) " SELECT picture.`%1` AS entity_id, picture.picture_id FROM picture JOIN category_pictures USING (picture_id) WHERE picture.`%1` IN (%2) #FILTEategory_pictures.category_id IN (%3) "

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