1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-17 23:21:26 +02:00
Files
php-phpbb/phpBB/includes
rxu da395edbca [ticket/10684] Remove intval mapping for array keys
PHP manual for arrays http://php.net/manual/en/language.types.array.php states
that the following key cast will occur: Strings containing valid integers will
be cast to the integer type. E.g. the key "8" will actually be stored under 8.
Thus, no intval mapping for numeric array keys is needed.

PHPBB3-10684
2012-03-12 01:47:28 +08:00
..