<?php function ➕($other) { echo "added"; } function ➖($other) { echo "subtracted"; } ➖(4); ➕(5);
You have javascript disabled. You will not be able to edit any code.