Searched refs:fib_arg (Results 1 – 2 of 2) sorted by relevance
54 $fib_arg = new Math\FibArgs(); variable55 $fib_arg->setLimit($limit);56 $call = $client->Fib($fib_arg);
209 $fib_arg = new Math\FibArgs();210 $fib_arg->setLimit(7);211 $call = self::$client->Fib($fib_arg, [],256 $fib_arg = new Math\FibArgs();257 $fib_arg->setLimit(7);258 $call = self::$client->Fib($fib_arg);