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 8.2.18, 8.3.5 - 8.3.6
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16777224 bytes) in /in/l1cm3 on line 49
Process exited with code 255.
Output for 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Out of memory (allocated 25169920 bytes) (tried to allocate 8388616 bytes) in /in/l1cm3 on line 49 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7, 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.33, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.1, 8.1.28
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/l1cm3 on line 49
Process exited with code 255.
Output for 8.1.2 - 8.1.27
Fatal error: Out of memory (allocated 29364224) (tried to allocate 16777224 bytes) in /in/l1cm3 on line 49 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 8.0.13
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 67108872 bytes) in /in/l1cm3 on line 47
Process exited with code 255.
Output for 7.1.10

Process exited with code 137.
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /in/l1cm3 on line 47
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/l1cm3 on line 49
Process exited with code 255.
Output for 5.2.2 - 5.2.17
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/l1cm3 on line 49
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.1
array ( 0 => 'جام جهانی', 1 => 'فیفا2014', 2 => 'فیفا', 3 => 'تیم ملی', 4 => 'برزیل', 5 => 'کامرون', 6 => 'مکزیک', 7 => 'کرواسی', 8 => 'اسپانیا', 9 => 'شیلی', 10 => 'استرالیا', 11 => 'هلند', 12 => 'کلمبیا', 13 => 'ساحل عاج', 14 => 'ژاپن', 15 => 'یونان', 16 => 'اروگوئه', 17 => 'ایتالیا', 18 => 'کاستاریکا', 19 => 'انگلیس', 20 => 'سوییس', 21 => 'اکوادور', 22 => 'هندوراس', 23 => 'فرانسه', 24 => 'بوسنی هرزگوین', 25 => 'بوسنی', 26 => 'آرژانتین', 27 => 'نیجریه', 28 => 'ایران', 29 => 'آلمان', 30 => 'غنا', 31 => 'آمریکا', 32 => 'پرتغال', 33 => 'بلژیک', 34 => 'الجزایر', 35 => 'کره جنوبی', 36 => 'روسیه', 37 => 'فوتبال ایران', 38 => 'جآم جهآنی', 39 => 'جام-جهانی', 40 => 'جام_جهانی', 41 => 'فیفآ2014', 42 => 'فیفآ', 43 => 'تیم-ملی', 44 => 'تیم_ملی', 45 => 'کآمرون', 46 => 'کروآسی', 47 => 'آسپآنیآ', 48 => 'آسترآلیآ', 49 => 'کلمبیآ', 50 => 'سآحل عآج', 51 => 'ساحل-عاج', 52 => 'ساحل_عاج', 53 => 'ژآپن', 54 => 'یونآن', 55 => 'آروگوئه', 56 => 'آیتآلیآ', 57 => 'کآستآریکآ', 58 => 'آنگلیس', 59 => 'آکوآدور', 60 => 'هندورآس', 61 => 'فرآنسه', 62 => 'بوسنی-هرزگوین', 63 => 'بوسنی_هرزگوین', 64 => 'آرژآنتین', 65 => 'ارژانتین', 66 => 'آیرآن', 67 => 'آلمآن', 68 => 'المان', 69 => 'غنآ', 70 => 'آمریکآ', 71 => 'امریکا', 72 => 'پرتغآل', 73 => 'آلجزآیر', 74 => 'کره-جنوبی', 75 => 'کره_جنوبی', 76 => 'فوتبآل آیرآن', 77 => 'فوتبال-ایران', 78 => 'فوتبال_ایران', )
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /in/l1cm3 on line 45
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected '&', expecting T_VARIABLE or '$' in /in/l1cm3 on line 45
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in /in/l1cm3 on line 45
Process exited with code 255.

preferences:
198.9 ms | 401 KiB | 315 Q