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"; $filename = "/tmp/imap.c.gz"; $fp = fopen($filename, "r"); $contents = fread($fp, filesize($filename)); fclose($fp); $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.4, 8.3.6
Fatal error: Uncaught Error: Undefined constant "TYPEMULTIPART" in /in/ipWeQ:7 Stack trace: #0 {main} thrown in /in/ipWeQ on line 7
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Fatal error: Uncaught Error: Undefined constant "TYPEMULTIPART" in /in/ipWeQ:7 Stack trace: #0 {main} thrown in /in/ipWeQ on line 7
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 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/ipWeQ on line 7 Warning: fopen(/tmp/imap.c.gz): failed to open stream: No such file or directory in /in/ipWeQ on line 11 Warning: filesize(): stat failed for /tmp/imap.c.gz in /in/ipWeQ on line 12 Warning: fread() expects parameter 1 to be resource, bool given in /in/ipWeQ on line 12 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ipWeQ on line 13 Warning: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' (this will throw an Error in a future version of PHP) in /in/ipWeQ on line 15 Warning: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' (this will throw an Error in a future version of PHP) in /in/ipWeQ on line 16 Warning: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' (this will throw an Error in a future version of PHP) in /in/ipWeQ on line 21 Fatal error: Uncaught Error: Call to undefined function imap_mail_compose() in /in/ipWeQ:30 Stack trace: #0 {main} thrown in /in/ipWeQ on line 30
Process exited with code 255.
Output for 7.2.0 - 7.2.34
Warning: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' (this will throw an Error in a future version of PHP) in /in/ipWeQ on line 7 Warning: fopen(/tmp/imap.c.gz): failed to open stream: No such file or directory in /in/ipWeQ on line 11 Warning: filesize(): stat failed for /tmp/imap.c.gz in /in/ipWeQ on line 12 Warning: fread() expects parameter 1 to be resource, boolean given in /in/ipWeQ on line 12 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ipWeQ on line 13 Warning: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' (this will throw an Error in a future version of PHP) in /in/ipWeQ on line 15 Warning: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' (this will throw an Error in a future version of PHP) in /in/ipWeQ on line 16 Warning: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' (this will throw an Error in a future version of PHP) in /in/ipWeQ on line 21 Fatal error: Uncaught Error: Call to undefined function imap_mail_compose() in /in/ipWeQ:30 Stack trace: #0 {main} thrown in /in/ipWeQ on line 30
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/ipWeQ on line 7 Warning: fopen(/tmp/imap.c.gz): failed to open stream: No such file or directory in /in/ipWeQ on line 11 Warning: filesize(): stat failed for /tmp/imap.c.gz in /in/ipWeQ on line 12 Warning: fread() expects parameter 1 to be resource, boolean given in /in/ipWeQ on line 12 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ipWeQ on line 13 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/ipWeQ on line 15 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/ipWeQ on line 16 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/ipWeQ on line 21 Fatal error: Uncaught Error: Call to undefined function imap_mail_compose() in /in/ipWeQ:30 Stack trace: #0 {main} thrown in /in/ipWeQ on line 30
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Notice: Use of undefined constant TYPEMULTIPART - assumed 'TYPEMULTIPART' in /in/ipWeQ on line 7 Warning: fopen(/tmp/imap.c.gz): failed to open stream: No such file or directory in /in/ipWeQ on line 11 Warning: filesize(): stat failed for /tmp/imap.c.gz in /in/ipWeQ on line 12 Warning: fread() expects parameter 1 to be resource, boolean given in /in/ipWeQ on line 12 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ipWeQ on line 13 Notice: Use of undefined constant TYPEAPPLICATION - assumed 'TYPEAPPLICATION' in /in/ipWeQ on line 15 Notice: Use of undefined constant ENCBINARY - assumed 'ENCBINARY' in /in/ipWeQ on line 16 Notice: Use of undefined constant TYPETEXT - assumed 'TYPETEXT' in /in/ipWeQ on line 21 Fatal error: Call to undefined function imap_mail_compose() in /in/ipWeQ on line 30
Process exited with code 255.

preferences:
216.9 ms | 403 KiB | 339 Q