<?php error_reporting( E_ALL ); function sum( $a, $b ) { return $a + $b; } if ( sum( 1, 2, 3 ) === 3 ) { echo "PASS"; } else { echo "FAIL"; }
You have javascript disabled. You will not be able to edit any code.