3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = ['4149','8397','9652','4378','3199','7999','8431','5349','7068']; var_export(preg_grep('/(.).*\1/', $array, PREG_GREP_INVERT));
Output for git.master_jit, git.master, rfc.property-hooks
array ( 1 => '8397', 2 => '9652', 3 => '4378', 6 => '8431', 7 => '5349', 8 => '7068', )

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