3v4l.org

run code in 300+ PHP versions simultaneously
<?php ?> <!-- ================================================= --> <HTML> <HEAD> <TITLE>Mailman Mailing Lists</TITLE> <BODY> Here are the URLs of the web management interfaces of our mailing lists implemented via the <A HREF="https://wiki.jct.ac.il/cc-admin/index.php/Mail/Mailman">Mailman</A> software. Each list has 2 interfaces: <OL> <LI>Moderator -- for accepting/rejecting posts, subscription requests, etc.</LI> <LI>Administration -- for other management.</LI> </OL> <TABLE border="1"> <!-- ================================================= --> <?php $prefix = "http://newmda.jct.ac.il/mailman"; $admin = "admin"; $moderator = "admindb"; exec ("/usr/lib/mailman/bin/list_lists -b", $lists); while( list(,$row) = each($lists) ) { $row_array = explode(" ", $row); $n= $row_array[0]; echo <<<END <TR><TD>$n</TD> <TD><A HREF="$prefix/$admin/$n">Administration</A></TD> <TD><A HREF="$prefix/$moderator/$n">Moderator</A></TD> </TR> END; } ?> <!-- ================================================= --> </TABLE> </BODY> </HTML>
Output for git.master, git.master_jit, rfc.property-hooks
<!-- ================================================= --> <HTML> <HEAD> <TITLE>Mailman Mailing Lists</TITLE> <BODY> Here are the URLs of the web management interfaces of our mailing lists implemented via the <A HREF="https://wiki.jct.ac.il/cc-admin/index.php/Mail/Mailman">Mailman</A> software. Each list has 2 interfaces: <OL> <LI>Moderator -- for accepting/rejecting posts, subscription requests, etc.</LI> <LI>Administration -- for other management.</LI> </OL> <TABLE border="1"> <!-- ================================================= --> Warning: exec(): Unable to fork [/usr/lib/mailman/bin/list_lists -b] in /in/ZbRZs on line 26 Fatal error: Uncaught Error: Call to undefined function each() in /in/ZbRZs:28 Stack trace: #0 {main} thrown in /in/ZbRZs on line 28
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
48.16 ms | 402 KiB | 8 Q