<?php var_export(array_count_values(explode(' ', 'Но от жадности ква-ква и от глупости ква-ква')));
Standard input is empty
array ( 'Но' => 1, 'от' => 2, 'жадности' => 1, 'ква-ква' => 2, 'и' => 1, 'глупости' => 1, )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!