We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e72c3d commit dbdef4aCopy full SHA for dbdef4a
ext/mbstring/tests/mb_convert_encoding_array_error_001.phpt
@@ -0,0 +1,10 @@
1
+--TEST--
2
+Test mb_convert_encoding() function : array functionality with objects not supported
3
+--EXTENSIONS--
4
+mbstring
5
+--FILE--
6
+<?php
7
+mb_convert_encoding(["key" => new stdClass()], 'UTF-8');
8
+?>
9
+--EXPECTF--
10
+Warning: mb_convert_encoding(): Object is not supported in %s on line %d
0 commit comments