3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pages = [ 'a' => ['title' => 'A'], 'c' => ['title' => 'C'], 'b' => ['title' => 'B'], 'n' => ['title' => '.N'], ]; array_multisort($pages, SORT_ASC, SORT_STRING, array_map(fn($page) => preg_replace('_^[^0-9a-z]*_', '', strtolower($page['title'])), $pages)); echo implode(', ', array_map(fn($page) => $page['title'], $pages));
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Array to string conversion in /in/QFdlv on line 9 Warning: Array to string conversion in /in/QFdlv on line 9 Warning: Array to string conversion in /in/QFdlv on line 9 Warning: Array to string conversion in /in/QFdlv on line 9 Warning: Array to string conversion in /in/QFdlv on line 9 Warning: Array to string conversion in /in/QFdlv on line 9 Warning: Array to string conversion in /in/QFdlv on line 9 Warning: Array to string conversion in /in/QFdlv on line 9 A, B, C, .N

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:
119.7 ms | 406 KiB | 5 Q