--TEST-- mysqli_stmt_bind_result (SHOW) --SKIPIF-- field_count) { printf("skip SHOW command is not supported in prepared statements."); } $stmt->close(); mysqli_close($link); ?> --FILE-- ') == 1) && mysqli_get_server_version($link) < 50000) { /* variables are binary */ settype($c1, "unicode"); settype($c2, "unicode"); } $test = array ($c1,$c2); var_dump($test); mysqli_close($link); print "done!"; ?> --EXPECTF-- array(2) { [0]=> %unicode|string%(4) "port" [1]=> %unicode|string%(%d) "%s" } done!