# 1 (Simple) Line of Code Exploding my Brain

**URL:** https://forum.kirupa.com/t/1-simple-line-of-code-exploding-my-brain/290393
**Category:** programming
**Created:** [June 14, 2009, 12:25am UTC](https://forum.kirupa.com/t/1-simple-line-of-code-exploding-my-brain/290393 "2009-06-14T00:25:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Yeldarb](https://avatars.discourse-cdn.com/v4/letter/y/51bf81/32.png) [@Yeldarb](https://forum.kirupa.com/u/Yeldarb)
#### Post date: [June 14, 2009, 12:25am UTC](https://forum.kirupa.com/t/1-simple-line-of-code-exploding-my-brain/290393/1 "2009-06-14T00:25:53Z")

</div>

```php
die(100000002568456);

```

Results in the following being printed:  
100000002568460

Is this a bug in PHP…? I have no idea why this would happen except for possibly something to do with 64 bit numbers. How do I get it to work correctly?

PHP version is 5.2.6, I know it’s a few months out of date but it would really be a pain to upgrade PHP on these servers if I don’t have to.
