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']; foreach ( $keywords as $val ) { var_dump( iconv( "UTF-8", "UTF-8//IGNORE", $val ) ); }
Output for git.master, git.master_jit, rfc.property-hooks
string(2) "ΓΈ"

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
39.64 ms | 401 KiB | 8 Q