Changes between Version 1 and Version 2 of Ticket #41944, comment 4
- Timestamp:
- 09/21/2017 02:22:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41944, comment 4
v1 v2 10 10 }}} 11 11 12 See how we got a number printed that is twice as large as PHP_MAX_INT? But you can never store that in a variable of type <code>integer</code>:12 See how we got a number printed (note: it's a string!) that is twice as large as PHP_MAX_INT? But you can never store that in a variable of type <code>integer</code>: 13 13 {{{ 14 14 > echo (int)sprintf( '%u', -1 );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)