3v4l.org

run code in 300+ PHP versions simultaneously
<?php $envelope["from"]= "joe@example.com"; $envelope["to"] = "foo@example.com"; $envelope["cc"] = "bar@example.com"; $part1["type"] = TYPEMULTIPART; $part1["subtype"] = "mixed"; $contents = "sdfqsdfqsdfqsdf"; $part2["type"] = TYPEAPPLICATION; $part2["encoding"] = ENCBINARY; $part2["subtype"] = "octet-stream"; $part2["description"] = basename($filename); $part2["contents.data"] = $contents; $part3["type"] = TYPETEXT; $part3["subtype"] = "plain"; $part3["description"] = "description3"; $part3["contents.data"] = "contents.data3\n\n\n\t"; $body[1] = $part1; $body[2] = $part2; $body[3] = $part3; echo nl2br(imap_mail_compose($envelope, $body)); ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Undefined constant "TYPEMULTIPART" in /in/B5HOJ:6 Stack trace: #0 {main} thrown in /in/B5HOJ on line 6
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Warning: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 6 Warning: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 11 Warning: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 12 Notice: Undefined variable: filename in /in/B5HOJ on line 14 Warning: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 17 Fatal error: Uncaught Error: Call to undefined function imap_mail_compose() in /in/B5HOJ:26 Stack trace: #0 {main} thrown in /in/B5HOJ on line 26
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Warning: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 6 Warning: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 11 Warning: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 12 Warning: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' (this will throw an Error in a future version of PHP) in /in/B5HOJ on line 17 Fatal error: Uncaught Error: Call to undefined function imap_mail_compose() in /in/B5HOJ:26 Stack trace: #0 {main} thrown in /in/B5HOJ on line 26
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/B5HOJ on line 6 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/B5HOJ on line 11 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/B5HOJ on line 12 Notice: Undefined variable: filename in /in/B5HOJ on line 14 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/B5HOJ on line 17 Fatal error: Uncaught Error: Call to undefined function imap_mail_compose() in /in/B5HOJ:26 Stack trace: #0 {main} thrown in /in/B5HOJ on line 26
Process exited with code 255.
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.36, 5.6.0 - 5.6.28
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/B5HOJ on line 6 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/B5HOJ on line 11 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/B5HOJ on line 12 Notice: Undefined variable: filename in /in/B5HOJ on line 14 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/B5HOJ on line 17 Fatal error: Call to undefined function imap_mail_compose() in /in/B5HOJ on line 26
Process exited with code 255.
Output for 5.0.0 - 5.0.3
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/B5HOJ on line 6 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/B5HOJ on line 11 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/B5HOJ on line 12 Notice: Undefined variable: filename in /in/B5HOJ on line 14 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/B5HOJ on line 17 Fatal error: Call to undefined function imap_mail_compose() in /in/B5HOJ on line 26
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/B5HOJ on line 6 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/B5HOJ on line 11 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/B5HOJ on line 12 Notice: Undefined variable: filename in /in/B5HOJ on line 14 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/B5HOJ on line 17 Fatal error: Call to undefined function: imap_mail_compose() in /in/B5HOJ on line 26
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/B5HOJ on line 6 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/B5HOJ on line 11 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/B5HOJ on line 12 Notice: Undefined variable: filename in /in/B5HOJ on line 14 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/B5HOJ on line 17 Fatal error: Call to undefined function: imap_mail_compose() in /in/B5HOJ on line 26
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/B5HOJ on line 6 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/B5HOJ on line 11 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/B5HOJ on line 12 Notice: Undefined variable: filename in /in/B5HOJ on line 14 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/B5HOJ on line 17 Fatal error: Call to undefined function: imap_mail_compose() in /in/B5HOJ on line 26

preferences:
261.95 ms | 402 KiB | 362 Q