<?php class Builder { public function add($string1, $number1) { return $string1 . $number1; } } $builder = new Builder; $params = array('This is number: ', 4); echo call_user_func_array([$builder, 'add'], $params);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`