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

Commit Hook null at kde.org
Tue Apr 29 12:33:42 UTC 2014


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


This review has been submitted with commit 936788395f8d22f3de6752a2d3c9ee5e76da1815 by Miquel Sabaté to branch master.

- Commit Hook


On April 29, 2014, 10:52 a.m., Miquel Sabaté Solà wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/116795/
> -----------------------------------------------------------
> 
> (Updated April 29, 2014, 10:52 a.m.)
> 
> 
> 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 
>   parser/test/lexertest.h 9ecd74f 
>   parser/test/lexertest.cpp 963deca 
> 
> 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/20140429/0232badd/attachment.html>


More information about the KDevelop-devel mailing list