You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Lua 5.1.5 on Gentoo and have compiled php7 branch of php-lua against PHP7 git latest. All tests pass except 001.phpt, which fails because the expected Lua error message differs from the actual error message.
--EXPECTF--
12
-0.53657291800043
string "line":1: syntax error near 'code'
But the actual error generated by the last line is as follows:
The text was updated successfully, but these errors were encountered:
I am running Lua 5.1.5 on Gentoo and have compiled php7 branch of php-lua against PHP7 git latest. All tests pass except 001.phpt, which fails because the expected Lua error message differs from the actual error message.
--EXPECTF--
12
-0.53657291800043
string "line":1: syntax error near 'code'
But the actual error generated by the last line is as follows:
The text was updated successfully, but these errors were encountered: