Output for 7.3.32 - 7.3.33, 7.4.33, 8.0.13, 8.5.1 - 8.5.8
int(3)
Fatal error: Uncaught Error: Call to undefined function bcadd() in /in/aKqim:6
Stack trace:
#0 {main}
thrown in /in/aKqim on line 6
Process exited with code 255.
int(3)
string(1) "3"
string(1) "3"
Fatal error: Uncaught TypeError: onePlusTwo(): Return value must be of type string, int returned in /in/aKqim:19
Stack trace:
#0 /in/aKqim(22): onePlusTwo()
#1 {main}
thrown in /in/aKqim on line 19
Process exited with code 255.
Output for 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
int(3)
string(1) "3"
string(1) "3"
Fatal error: Uncaught TypeError: Return value of onePlusTwo() must be of the type string, int returned in /in/aKqim:19
Stack trace:
#0 /in/aKqim(22): onePlusTwo()
#1 {main}
thrown in /in/aKqim on line 19
Process exited with code 255.
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
int(3)
string(1) "3"
string(1) "3"
Fatal error: Uncaught TypeError: Return value of onePlusTwo() must be of the type string, integer returned in /in/aKqim:19
Stack trace:
#0 /in/aKqim(22): onePlusTwo()
#1 {main}
thrown in /in/aKqim on line 19
Process exited with code 255.