1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Files
archived-php-src/ext/mysqli/tests/068.phpt
T

11 lines
177 B
PHP

--TEST--
mysqli get_client_info
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$s = mysqli_get_client_info();
echo gettype($s);
?>
--EXPECTF--
%unicode|string%