echo array_sum(array_filter(range(0,100),create_function('$v','return $v%2==0?$v:null;'))).PHP_EOL;