Browse Source

get_client_info() test

migration/RELEASE_1_0_0
Hartmut Holzgraefe 20 years ago
parent
commit
587c37a036
  1. 13
      ext/mysqli/tests/068.phpt

13
ext/mysqli/tests/068.phpt

@ -0,0 +1,13 @@
--TEST--
mysqli get_client_info
--SKIPIF--
<?php
require_once('skipif.inc');
?>
--FILE--
<?php
$s = mysqli_get_client_info();
echo gettype($s);
?>
--EXPECT--
string
Loading…
Cancel
Save