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(); $array = " 000-default.conf default-ssl.conf just.ru panel.ru testius.ru "; 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(63) " 000-default.conf default-ssl.conf just.ru panel.ru testius.ru " array(7) { [0]=> string(0) "" [1]=> string(16) "000-default.conf" [2]=> string(16) "default-ssl.conf" [3]=> string(7) "just.ru" [4]=> string(8) "panel.ru" [5]=> string(10) "testius.ru" [6]=> string(0) "" }

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