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, 1)); /* function getTenWord($str){ } */
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => text [1] => text [2] => text [3] => text [4] => text [5] => text [6] => text [7] => text [8] => text [9] => 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:
58.88 ms | 401 KiB | 8 Q