3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); $run = "/bin/bash /var/www/sites/public_html/panel.ru/panel.sh show_domain_list"; system($run); $array = ob_get_clean(); var_dump($array); echo PHP_EOL; $result_array=explode(' ',$array); var_dump($result_array);
Output for git.master, git.master_jit, rfc.property-hooks
string(132) " Warning: system(): Unable to fork [/bin/bash /var/www/sites/public_html/panel.ru/panel.sh show_domain_list] in /in/8HAEb on line 5 " array(13) { [0]=> string(9) " Warning:" [1]=> string(9) "system():" [2]=> string(6) "Unable" [3]=> string(2) "to" [4]=> string(4) "fork" [5]=> string(10) "[/bin/bash" [6]=> string(44) "/var/www/sites/public_html/panel.ru/panel.sh" [7]=> string(17) "show_domain_list]" [8]=> string(2) "in" [9]=> string(9) "/in/8HAEb" [10]=> string(2) "on" [11]=> string(4) "line" [12]=> string(2) "5 " }

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:
34.45 ms | 402 KiB | 8 Q