3v4l.org

run code in 300+ PHP versions simultaneously
<?php $some_string = "Ку ку"; $arra_c = array("ASCII//IGNORE", "Windows-1252//IGNORE", "ISO-8859-15//IGNORE", "ISO-8859-1//IGNORE", "ISO-8859-6//IGNORE", "CP1256//IGNORE"); //foreach($arra_c as $k => $v){ var_dump(mb_convert_encoding($some_string,$v,"UTF-8" )); //} var_dump(mb_detect_encoding($some_string)); var_dump(strlen(json_encode(array('message' => $some_string))));
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $v in /in/cbnrZ on line 9 Deprecated: mb_convert_encoding(): Passing null to parameter #2 ($to_encoding) of type string is deprecated in /in/cbnrZ on line 9 Fatal error: Uncaught ValueError: mb_convert_encoding(): Argument #2 ($to_encoding) must be a valid encoding, "" given in /in/cbnrZ:9 Stack trace: #0 /in/cbnrZ(9): mb_convert_encoding('\xD0\x9A\xD1\x83 \xD0\xBA\xD1\x83', '', 'UTF-8') #1 {main} thrown in /in/cbnrZ on line 9
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $v in /in/cbnrZ on line 9 Fatal error: Uncaught ValueError: mb_convert_encoding(): Argument #2 ($to_encoding) must be a valid encoding, "" given in /in/cbnrZ:9 Stack trace: #0 /in/cbnrZ(9): mb_convert_encoding('\xD0\x9A\xD1\x83 \xD0\xBA\xD1\x83', '', 'UTF-8') #1 {main} thrown in /in/cbnrZ on line 9
Process exited with code 255.
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(9) "Ку ку" string(5) "UTF-8" int(39)
Output for 7.3.32 - 7.3.33
string(9) "Ку ку" string(5) "UTF-8" int(39)
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(5) "?? ??" string(5) "UTF-8" int(39)
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(5) "?? ??" string(5) "UTF-8" Fatal error: Call to undefined function json_encode() in /in/cbnrZ on line 16
Process exited with code 255.
Output for 5.0.0 - 5.0.3
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(5) "?? ??" string(5) "UTF-8" Fatal error: Call to undefined function json_encode() in /in/cbnrZ on line 16
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(5) "?? ??" string(5) "UTF-8" Fatal error: Call to undefined function: json_encode() in /in/cbnrZ on line 16
Process exited with code 255.
Output for 4.3.3 - 4.3.11, 4.4.0 - 4.4.4
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(5) "?? ??" string(5) "UTF-8" Fatal error: Call to undefined function: json_encode() in /in/cbnrZ on line 16
Process exited with code 255.
Output for 4.3.2
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(5) "C :C" string(5) "UTF-8" Fatal error: Call to undefined function: json_encode() in /in/cbnrZ on line 16
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Notice: Undefined variable: v in /in/cbnrZ on line 9 string(5) "C :C" string(5) "UTF-8" Fatal error: Call to undefined function: json_encode() in /in/cbnrZ on line 16

preferences:
277.57 ms | 401 KiB | 460 Q