aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/interop/interop_client.php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2016-09-06 14:23:01 -0700
committerGravatar GitHub <noreply@github.com>2016-09-06 14:23:01 -0700
commit6b69169e7cf9d8a2d1d2cf5fed74b813c3379027 (patch)
tree72398d17abc21f7d69a7891be640adc145e67742 /src/php/tests/interop/interop_client.php
parent6ce52287370c12dfedeeda556b8632ff5e80c2de (diff)
parentcde12a523ac6dd2fc3fadab37834ef1a19f074e3 (diff)
Merge pull request #7959 from stanley-cheung/php-minor-fix-interop
PHP: use ssl hostname override as auth audience uri if present
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;
}