3v4l.org

run code in 300+ PHP versions simultaneously
<?php $code = [ 'PO/2022/0001', 'abc', 'xyz', 'PO2022/0001', 'XY/2022/0002', 'PO/2022/0232' ]; var_export( preg_filter( '~^[^/]+\K(?:/[^/]+){2}$~', '', $code ) );
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => 'PO', 4 => 'XY', 5 => 'PO', )

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:
25.32 ms | 405 KiB | 5 Q