mirror of
https://github.com/php/php-src.git
synced 2024-12-11 19:04:38 +08:00
get_client_info() test
This commit is contained in:
parent
bf71e83fbf
commit
587c37a036
13
ext/mysqli/tests/068.phpt
Normal file
13
ext/mysqli/tests/068.phpt
Normal file
@ -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…
Reference in New Issue
Block a user