3v4l.org

run code in 300+ PHP versions simultaneously
<?php $buffer = " %target:admin_media.php% %location:% \$showmedia_url = getURL( 'showmedia', 1 ); %end:% %insert:after% // ****** following line added by Showfolio mod ****** \$showfolio_url = getURL( 'showfolio', 1 ); %end:% "; // STANDARDIZE LINE ENDINGS $buffer = preg_replace( "#(?:\r\n|\r\r\n|[\r\n])#", "\r\n", $buffer ); // CREATE WORKING TABLE $parts = preg_split( "#^\s*%(\w+):#m", $buffer, NULL, PREG_SPLIT_OFFSET_CAPTURE|PREG_SPLIT_DELIM_CAPTURE ); print_r( $parts ); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated in /in/jKupd on line 24 Array ( [0] => Array ( [0] => [1] => 0 ) [1] => Array ( [0] => target [1] => 3 ) [2] => Array ( [0] => admin_media.php% [1] => 10 ) [3] => Array ( [0] => location [1] => 29 ) [4] => Array ( [0] => % $showmedia_url = getURL( 'showmedia', 1 ); [1] => 38 ) [5] => Array ( [0] => end [1] => 86 ) [6] => Array ( [0] => % [1] => 90 ) [7] => Array ( [0] => insert [1] => 94 ) [8] => Array ( [0] => after% // ****** following line added by Showfolio mod ****** $showfolio_url = getURL( 'showfolio', 1 ); [1] => 101 ) [9] => Array ( [0] => end [1] => 222 ) [10] => Array ( [0] => % [1] => 226 ) )

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:
33.87 ms | 409 KiB | 5 Q