On Tue, Aug 19, 2014 at 12:53 AM, Hugues Peccatte <hugues.peccatte@gmail.com
wrote:
Hi,
I'm currently experiencing an issue with hhvm, see https://travis-ci.org/phpmyadmin/phpmyadmin/builds/32882088 As you can see, all unit tests are ok, except for tests of stristr with hhvm. It seems that the hhvm version used on Travis is "HipHop VM 3.2.0".
Does anyone have hhvm (this version or another) please, could run phpunit on test/libraries/PMA_String_Compare_test.php and give me a feedback?
I tested it online here: http://3v4l.org/SpjWN It seems like 3 argument is still not present for hhvm. However these HHVM docs [1], which does seem to be a copy PHP Manual says it is there.
[1]: http://docs.hhvm.com/manual/en/function.stristr.php