<?php function a() { return; } function b() { return false; } var_dump(a()); var_dump(b());
You have javascript disabled. You will not be able to edit any code.