Edit report at https://bugs.php.net/bug.php?id=61095&edit=1

 ID:                 61095
 Comment by:         user585859 at rediffmail dot com
 Reported by:        tomek at przeslij dot pl
 Summary:            PHP can't add hex numbers
 Status:             Closed
 Type:               Bug
 Package:            Scripting Engine problem
 Operating System:   Windows XP
 PHP Version:        5.3.10
 Assigned To:        colder
 Block user comment: N
 Private report:     N

 New Comment:

php -r 'echo (0x00+2);echo "\n";'
4
$ php -r 'echo (0x00+ 2);echo "\n";'
2
$ php -r 'echo (0x00 + 2);echo "\n";'
2
$ php -r 'echo (0x00 +2);echo "\n";'
4
$ php -v
http://goo.gl/MGM87


Previous Comments:
------------------------------------------------------------------------
[2012-07-24 23:37:17] ras...@php.net

Automatic comment on behalf of colder
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=eefefddc0ee0dadc37b1bf05cada8685e546461e
Log: Fix #61095 (Lexing 0x0*+<NUM> incorrectly)

------------------------------------------------------------------------
[2012-04-18 09:46:06] larue...@php.net

Automatic comment on behalf of colder
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=eefefddc0ee0dadc37b1bf05cada8685e546461e
Log: Fix #61095 (Lexing 0x0*+<NUM> incorrectly)

------------------------------------------------------------------------
[2012-02-24 02:34:52] col...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------
[2012-02-24 01:16:56] admin at jesus dot de

NOT reproduced in older version:

# php -r 'echo (0x00+2);echo "\n";'
2
# php -r 'echo (0x00+ 2);echo "\n";'
2
# php -r 'echo (0x00 + 2);echo "\n";'
2
# php -r 'echo (0x00 +2);echo "\n";'
2
# php -v
PHP 5.2.6-1+lenny13 with Suhosin-Patch 0.9.6.2 (cli) (built: Jul  1 2011 
17:03:36)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

------------------------------------------------------------------------
[2012-02-23 22:53:09] yk4ever at gmail dot com

It is already fixed in the trunk and relevant version branches.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=61095


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61095&edit=1

Reply via email to