php-parser/lib/PhpParser/Node/Scalar
Tyson Andre 2e2954ccdf Avoid notices in php 7.4 with hexdec/base_convert (#619)
This is made to avoid notices caused by
https://wiki.php.net/rfc/base_convert_improvements

(seen with `php -d error_reporting=E_ALL vendor/bin/phpunit`)
2019-07-14 10:56:13 +02:00
..
MagicConst [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
DNumber.php [PHP 7.4] Add support for numeric literal separators (#615) 2019-06-30 12:13:28 +02:00
Encapsed.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
EncapsedStringPart.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
LNumber.php [PHP 7.4] Add support for numeric literal separators (#615) 2019-06-30 12:13:28 +02:00
MagicConst.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
String_.php Avoid notices in php 7.4 with hexdec/base_convert (#619) 2019-07-14 10:56:13 +02:00