1--TEST--
2Test mb_convert_encoding() function : array functionality with objects not supported
3--EXTENSIONS--
4mbstring
5--FILE--
6<?php
7mb_convert_encoding(["key" => new stdClass()], 'UTF-8');
8?>
9--EXPECTF--
10Warning: mb_convert_encoding(): Object is not supported in %s on line %d
11