Multiple choice technology web technology

For integer data type PHP 5 and earlier supported?

  1. 8 bit integer value

  2. 16 bit integer value

  3. 32 bit integer value

  4. 64 bit integer value

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PHP 5 and earlier versions used 32-bit signed integers, supporting values from -2,147,483,648 to 2,147,483,647. This limitation was important for applications handling large numbers or calculations that might overflow.