<?php $data = [ 10, '+', 10, '*', 2, '+', 10, ]; eval('$result = ' . implode('', $data) . ';'); echo $result;
You have javascript disabled. You will not be able to edit any code.