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/LQ4DR on line 32
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/LQ4DR on line 32 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.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/LQ4DR on line 32
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/LQ4DR on line 32 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/LQ4DR on line 32
Process exited with code 255.
Output for 5.4.0 - 5.4.9, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 18 bytes) in /in/LQ4DR on line 34
Process exited with code 255.
Output for 5.4.10 - 5.4.45
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /in/LQ4DR on line 34
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/LQ4DR on line 34
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/LQ4DR on line 34
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 => 'فیفآ2014', 27 => 'فیفآ', 28 => 'تیم-ملی', 29 => 'تیم_ملی', 30 => 'کآمرون', 31 => 'کروآسی', 32 => 'آسپآنیآ', 33 => 'آسترآلیآ', 34 => 'کلمبیآ', 35 => 'سآحل عآج', 36 => 'ساحل-عاج', 37 => 'ساحل_عاج', 38 => 'ژآپن', 39 => 'یونآن', 40 => 'آروگوئه', 41 => 'آیتآلیآ', 42 => 'کآستآریکآ', 43 => 'آنگلیس', 44 => 'آکوآدور', 45 => 'هندورآس', )
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /in/LQ4DR on line 30
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/LQ4DR on line 30
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in /in/LQ4DR on line 30
Process exited with code 255.

preferences:
208.22 ms | 401 KiB | 314 Q