<?php $string = file_get_contents("test.txt");$regExp = "/\\b[a-z]{1,4}\\b/ui";$result = [];preg_match_all($regExp, $string, $result);echo count($result[0]);
Standard input is empty
Standard output is empty
PHP Warning: file_get_contents(test.txt): failed to open stream: No such file or directory in /home/k9RkgS/prog.php on line 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!