Review Request 116795: Fixed the parsing of hexadecimals and binary literals

Miquel Sabaté Solà mikisabate at gmail.com
Fri Mar 14 09:28:17 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116795/
-----------------------------------------------------------

Review request for KDevelop.


Repository: kdev-php


Description
-------

According to http://www.php.net/manual/en/language.types.integer.php , in PHP integers can also be specified with the binary syntax. This patch allows the lexer to handle binary literals as a regular numeric literal. Moreover, the hexadecimal handling didn't handle hexadecimal literals such as 0X1234 (note the uppercase 'X'). This patch also fixes this.


Diffs
-----

  parser/phplexer.cpp 0a1fe67 

Diff: https://git.reviewboard.kde.org/r/116795/diff/


Testing
-------

Manual testing.


Thanks,

Miquel Sabaté Solà

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140314/54c2fc19/attachment.html>


More information about the KDevelop-devel mailing list