aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/interop/interop_client.php
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-07 08:39:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-07 08:39:05 -0700
commit344834b40b10a646b73f2484114f338512490cf0 (patch)
tree1561c2f2d2bdf5c6c52cfdfc80c1aa98a6a4b242 /src/php/tests/interop/interop_client.php
parent78dc25e86b090c7fa26e77ce6521a30002d150be (diff)
parente0321637d798fdeb21e79c376f1c26298764cac4 (diff)
Merge github.com:grpc/grpc into grand-unified-closures
Diffstat (limited to 'src/php/tests/interop/interop_client.php')
-rwxr-xr-xsrc/php/tests/interop/interop_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/tests/interop/interop_client.php b/src/php/tests/interop/interop_client.php
index c94ba61296..94ceeda02c 100755
--- a/src/php/tests/interop/interop_client.php
+++ b/src/php/tests/interop/interop_client.php
@@ -108,7 +108,7 @@ function performLargeUnary($stub, $fillUsername = false, $fillOauthScope = false
$request->setFillUsername($fillUsername);
$request->setFillOauthScope($fillOauthScope);
- $options = false;
+ $options = [];
if ($callback) {
$options['call_credentials_callback'] = $callback;
}