3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "text1 text2 text3 text4 text5 text6 text7 text8 text9 text10"; print_r(str_word_count($str, 2)); /* function getTenWord($str){ } */
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => text [6] => text [12] => text [18] => text [24] => text [30] => text [36] => text [42] => text [48] => text [54] => text )

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