The other test failure is a similar problem:

2) PhpParser\Lexer\EmulativeTest::testLexNewFeatures with data set #20 
('0xCAFE_F00D', array(array(312, '0xCAFE_F00D')))
Failed asserting that two arrays are identical.
--- Expected
+++ Actual
@@ @@
 Array &0 (
     0 => Array &1 (
-        0 => 312
+        0 => 313
         1 => '0xCAFE_F00D'
     )
 )

'0xCAFE_F00D' is hexadecimal for 3405705229, which is the same number as
in the syntax issue in comment #1.  The test is receiving this as a
T_DNUMBER (i.e. type number 313) rather than as a T_LNUMBER (type 312)
as defined in Tokens.php.

** Also affects: php via
   https://github.com/nikic/PHP-Parser/issues/662
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878102

Title:
  php-parser autopkgtests fail with php7.4 7.4.3-4ubuntu2 on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1878102/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to