aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/generated_code/math_client.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/php/tests/generated_code/math_client.php')
-rw-r--r--src/php/tests/generated_code/math_client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/php/tests/generated_code/math_client.php b/src/php/tests/generated_code/math_client.php
index b8652ceb08..6ee92bc465 100644
--- a/src/php/tests/generated_code/math_client.php
+++ b/src/php/tests/generated_code/math_client.php
@@ -38,13 +38,13 @@ include 'tests/generated_code/math.php';
function p($line)
{
- print("$line<br/>\n");
+ echo "$line<br/>\n";
}
$host = 'localhost:50051';
p("Connecting to host: $host");
$client = new math\MathClient($host, [
- 'credentials' => Grpc\ChannelCredentials::createInsecure()
+ 'credentials' => Grpc\ChannelCredentials::createInsecure(),
]);
p('Client class: '.get_class($client));
p('');