3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 'جام جهانی فیفا2014 فیفا تیم ملی برزیل کامرون مکزیک کرواسی اسپانیا شیلی استرالیا هلند کلمبیا ساحل عاج ژاپن یونان اروگوئه ایتالیا کاستاریکا انگلیس سوییس اکوادور هندوراس فرانسه بوسنی هرزگوین بوسنی آرژانتین نیجریه ایران آلمان غنا آمریکا پرتغال بلژیک الجزایر کره جنوبی روسیه فوتبال ایران'; $arr = explode("\n",$test); $C= new stdClass(); $C->AUTO_HASHTAG = $arr; foreach($C->AUTO_HASHTAG as &$ht){ if(strpos($ht,'ا')!==false) $C->AUTO_HASHTAG[] = str_replace('ا','آ',$ht); if(strpos($ht,'آ')!==false) $C->AUTO_HASHTAG[] = str_replace('آ','ا',$ht); if(strpos($ht,' ')!==false){ $C->AUTO_HASHTAG[] = str_replace(' ','-',$ht); $C->AUTO_HASHTAG[] = str_replace(' ','_',$ht); } } var_export($C->AUTO_HASHTAG);
Output for git.master, rfc.property-hooks
Fatal error: Out of memory (allocated 35655680 bytes) (tried to allocate 4096 bytes) in /in/l1cm3 on line 45 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.
Output for git.master_jit
Fatal error: Out of memory (allocated 14684160 bytes) (tried to allocate 4194312 bytes) in /in/l1cm3 on line 47 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.

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:
60.75 ms | 401 KiB | 8 Q