3v4l.org

run code in 300+ PHP versions simultaneously
<?php $iptcData = "Photoshop 3.0\08BIM\4\4\0\0\0\0\0\x11\x1c\x02\x19\x00\x04\xC3\xC3\xC3\xB8" . "\x1c\x01\x5A\x00\x03\x1B\x25\x47"; $res = iptcparse( $iptcData ); $keywords = $res['2#025']; var_dump( iconv( "UTF-8", "UTF-8//IGNORE", $keywords ) );
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught TypeError: iconv(): Argument #3 ($string) must be of type string, array given in /in/mIuOV:8 Stack trace: #0 /in/mIuOV(8): iconv('UTF-8', 'UTF-8//IGNORE', Array) #1 {main} thrown in /in/mIuOV on line 8
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.33, 8.0.13
Fatal error: Uncaught Error: Call to undefined function iconv() in /in/mIuOV:8 Stack trace: #0 {main} thrown in /in/mIuOV on line 8
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 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.32
Warning: iconv() expects parameter 3 to be string, array given in /in/mIuOV on line 8 NULL

preferences:
245.53 ms | 403 KiB | 335 Q