alexeyrybak/blitz

some tests are broken with 8.2* branch

Opened this issue · 1 comments

PHP 8.2.8
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
double Blitz object initialization [tests/double_init.phpt]
errors and warnings: execution [tests/errors2.phpt]
$_ as current iterations [tests/magic_current_iterations.phpt]
user-defined methods [tests/method.phpt]
method call from inner include [tests/mfi.phpt]
returning non-strings from user methods [tests/return_non_string_php8.phpt]
set and get [tests/set_and_get.phpt]
{{ $hash.sub.key }} syntax [tests/var_path.phpt]
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   17
---------------------------------------------------------------------

Number of tests :  106               105
Tests skipped   :    1 (  0.9%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    8 (  7.5%) (  7.6%)
Tests passed    :   97 ( 91.5%) ( 92.4%)
---------------------------------------------------------------------
Time taken      :    1 seconds
=====================================================================

#82 should fix some of them. At least, return_non_string_php8.phpt should be fixed