3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = '2011-12-17 09:30:56'; preg_match_all('/\d+/', $dt, $m); var_export( $m[0] );
Output for git.master_jit, git.master, rfc.property-hooks
array ( 0 => '2011', 1 => '12', 2 => '17', 3 => '09', 4 => '30', 5 => '56', )

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