3v4l.org

run code in 300+ PHP versions simultaneously
<?php function spam($email) { $email = 'aaa@eqreqrq.sgwgfwr'; $email = preg_replace("/\./", " dot ", $email); $email = preg_replace("/@/", " AT ", $email); return $email; } function markup($filename, $use_me) { $contents = '$email'; $contents = preg_replace("/(\[email (.*)\])/e", "spam(\"\\2\")", $contents); $contents = preg_replace("/\[/", "<", $contents); $contents = preg_replace("/\]/", ">", $contents); return $contents; } $output = markup($argv[1], $argv[2]); $output2 = spam($argv[1]); print $output2; print $output;
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined array key 1 in /in/tSP55 on line 24 Warning: Undefined array key 2 in /in/tSP55 on line 24 Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /in/tSP55 on line 17 Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /in/tSP55 on line 18 Warning: Undefined array key 1 in /in/tSP55 on line 26 aaa AT eqreqrq dot sgwgfwr
Output for 8.0.0 - 8.0.30
Warning: Undefined array key 1 in /in/tSP55 on line 24 Warning: Undefined array key 2 in /in/tSP55 on line 24 Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /in/tSP55 on line 17 Warning: Undefined array key 1 in /in/tSP55 on line 26 aaa AT eqreqrq dot sgwgfwr
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined offset: 1 in /in/tSP55 on line 24 Notice: Undefined offset: 2 in /in/tSP55 on line 24 Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /in/tSP55 on line 17 Notice: Undefined offset: 1 in /in/tSP55 on line 26 aaa AT eqreqrq dot sgwgfwr
Output for 7.3.32 - 7.3.33
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /in/tSP55 on line 17 aaa AT eqreqrq dot sgwgfwr
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Notice: Undefined offset: 1 in /in/tSP55 on line 24 Notice: Undefined offset: 2 in /in/tSP55 on line 24 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /in/tSP55 on line 17 Notice: Undefined offset: 1 in /in/tSP55 on line 26 aaa AT eqreqrq dot sgwgfwr$email
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Notice: Undefined offset: 1 in /in/tSP55 on line 24 Notice: Undefined offset: 2 in /in/tSP55 on line 24 Notice: Undefined offset: 1 in /in/tSP55 on line 26 aaa AT eqreqrq dot sgwgfwr$email
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined offset: 1 in /in/tSP55 on line 24 Notice: Undefined offset: 2 in /in/tSP55 on line 24 Notice: Undefined offset: 1 in /in/tSP55 on line 26 aaa AT eqreqrq dot sgwgfwr$email
Output for 4.3.0 - 4.3.1
Notice: Undefined variable: argv in /in/tSP55 on line 24 Notice: Undefined variable: argv in /in/tSP55 on line 24 Notice: Undefined variable: argv in /in/tSP55 on line 26 aaa AT eqreqrq dot sgwgfwr$email

preferences:
307.88 ms | 402 KiB | 460 Q