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 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
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 ) )
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 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 ) )
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
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 ) )

preferences:
243.37 ms | 405 KiB | 287 Q