3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test_uniqids = array( 'numeric' => "\x005425368523947", 'non-numeric' => "\x0054253685ed947", 'numeric-append' => "\x005425368523947x" ); foreach ($test_uniqids as $test => $uniqid) { $vals = array(); $vals[$uniqid] = TRUE; foreach ($vals as $key => $val) { if ($key === $uniqid) { print "$test - $key matches\n"; } else { print "$test - $key does not match\n"; } } }
Output for git.master, git.master_jit, rfc.property-hooks
numeric - 5425368523947 matches non-numeric - 54253685ed947 matches numeric-append - 5425368523947x matches

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:
39.65 ms | 401 KiB | 8 Q