3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "Hello, I don't know who I \"am\" but I know who you are, but I don't know where I am"; var_export(array_count_values(str_word_count($string, 1)));
Output for git.master, git.master_jit, rfc.property-hooks
array ( 'Hello' => 1, 'I' => 5, 'don\'t' => 2, 'know' => 3, 'who' => 2, 'am' => 2, 'but' => 2, 'you' => 1, 'are' => 1, 'where' => 1, )

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.71 ms | 401 KiB | 8 Q