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

 ID:                 64290
 Updated by:         larue...@php.net
 Reported by:        larue...@php.net
 Summary:            behavior change of converting to long
 Status:             Closed
 Type:               Bug
 Package:            *General Issues
 PHP Version:        master-Git-2013-02-24 (Git)
 Assigned To:        cataphract
 Block user comment: N
 Private report:     N

 New Comment:

okey, I commit the fix for this test. remove the 10e20 one


Previous Comments:
------------------------------------------------------------------------
[2013-03-03 03:00:39] larue...@php.net

Automatic comment on behalf of laruence
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=505c6ca486aa8edbc3a42ae0f4ba7eb01d02721c
Log: Fixed bug #64290 (behavior change of converting to long)

------------------------------------------------------------------------
[2013-03-03 03:00:04] larue...@php.net

Automatic comment on behalf of laruence
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=505c6ca486aa8edbc3a42ae0f4ba7eb01d02721c
Log: Fixed bug #64290 (behavior change of converting to long)

------------------------------------------------------------------------
[2013-02-24 06:38:26] larue...@php.net

hmm, wrong assign

------------------------------------------------------------------------
[2013-02-24 06:31:54] larue...@php.net

a more simple example:

<?php
  var_dump(intval(10E20));
?>

php 5.3, 5.4, output int(0);

php 5.5,  master , output: int(3875820019684212736)

------------------------------------------------------------------------
[2013-02-24 06:14:23] larue...@php.net

glopes could you please look at this?  should due the recently changes you did 
to 
zend_operators.h 

if the change is okey, please correct the test script. 

thanks

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


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=64290


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

Reply via email to