3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'T bw4  05/09/19 07:51 am BW6N 499.803'; $cleanStr = iconv('UTF-8', 'ISO-8859-1//TRANSLIT', utf8_encode($str)); $strArr = preg_split('/[\s\t]/', $cleanStr); var_dump($strArr);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function utf8_encode() is deprecated in /in/d80QS on line 3 Warning: iconv(): Wrong encoding, conversion from "UTF-8" to "ISO-8859-1//TRANSLIT" is not allowed in /in/d80QS on line 3 array(1) { [0]=> string(0) "" }

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:
38.18 ms | 406 KiB | 5 Q