History log of /PHP-8.1/ext/tokenizer/tests/invalid_octal_dnumber.phpt (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.


# 3d8342aa 16-Feb-2020 Tyson Andre

[skip ci] Skip 2 tokenizer tests if tokenizer isn't loaded

`./configure --disable-tokenizer` can disable tokenizer

Closes GH-5184


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4
# 641f9615 12-Oct-2019 Nikita Popov

Fix handling of overflowing invalid octal in tokenizer

If token_get_all() is used, we still need to correctly distinguish
LNUMBER vs DNUMBER here for backwards compatibility.