3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(utf8_encode("&#8364;")=="&#8364;");
Output for 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Deprecated: Function utf8_encode() is deprecated since 8.2, visit the php.net documentation for various alternatives in /in/dERVv on line 3 bool(true)
Output for 8.2.0 - 8.2.30, 8.3.0 - 8.3.30
Deprecated: Function utf8_encode() is deprecated in /in/dERVv on line 3 bool(true)
Output for 7.4.0 - 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.34
bool(true)

preferences:
84.83 ms | 1240 KiB | 4 Q