3v4l.org

run code in 300+ PHP versions simultaneously
<?php $words = array('systematic', 'سلام','gear','synthesis','mysterious'); $letters=array('s','m', 'e'); foreach ($words as $w) { //print "lets check word $w<br>"; $n=0; foreach ($letters as $l) { if (strpos($w, $l)!==false) $n++; } if ($n>= array_count_values($l,'utf8')) print "$w<br/>".array_count_values($l,'utf8')."==="; }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ArgumentCountError: array_count_values() expects exactly 1 argument, 2 given in /in/Jfhdf:10 Stack trace: #0 /in/Jfhdf(10): array_count_values('e', 'utf8') #1 {main} thrown in /in/Jfhdf on line 10
Process exited with code 255.

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