summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/068.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/068.phpt')
-rw-r--r--ext/mysqli/tests/068.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/068.phpt b/ext/mysqli/tests/068.phpt
index 17160f78f1..24a4255483 100644
--- a/ext/mysqli/tests/068.phpt
+++ b/ext/mysqli/tests/068.phpt
@@ -4,8 +4,8 @@ mysqli get_client_info
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
- $s = mysqli_get_client_info();
- echo gettype($s);
+ $s = mysqli_get_client_info();
+ echo gettype($s);
?>
--EXPECT--
string