<?phpvar_dump(pow(16, 0));var_dump(pow(0, 0));var_dump(16 ** 0);var_dump(0 ** 0);
Standard input is empty
int(1) int(1) int(1) int(1)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!