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
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.
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
English,
7 months ago
Chemistry,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago