Searched refs:fib_arg (Results 1 – 2 of 2) sorted by relevance
171 $fib_arg = new Math\FibArgs();172 $fib_arg->setLimit(7);173 $call = self::$client->Fib($fib_arg, [],218 $fib_arg = new Math\FibArgs();219 $fib_arg->setLimit(7);220 $call = self::$client->Fib($fib_arg);
54 $fib_arg = new Math\FibArgs(); variable55 $fib_arg->setLimit($limit);56 $call = $client->Fib($fib_arg);