DaveChild / Text-Statistics

Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
https://readable.com/
BSD 2-Clause "Simplified" License
446 stars 107 forks source link

Update Test.php for PHP 7.2.0 #44

Closed semstorm closed 6 years ago

semstorm commented 6 years ago

Do not use "create_function" as it is deprecated in PHP 7.2.0 http://php.net/manual/en/function.create-function.php Change it to anonymus function.

DaveChild commented 6 years ago

Thankyou for this contribution. Unfortunately, there were two similar fixes offered, and I could only choose one of them, but your effort is still much appreciated.