Computer Science, asked by himanshi6961, 1 year ago

If you do something to an integer that makes it larger than the maximum allowable integer or smaller than the minimum possible integer, the PHP interpreter converts the result into a . . . . .
A.String
B.Floating point number
C.Integers
D.None of above

Answers

Answered by GyaniRishabh2005
0
Hlo mate,


The binary that lets you interpret PHP is compiled, but what you write is interpreted. Both. PHP is compiled down to an intermediate bytecode that is then interpreted by the runtime engine. The PHP compiler's job is to parse your PHP code and convert it into a form suitable for the runtime engine.
Similar questions