3v4l.org

run code in 300+ PHP versions simultaneously
<?php $prohibitedUsernames = [ '/', 'tags', 'new', 'spy', 'search', 'buy-tokens', 'unsubscribe', 'user', 'cams', 'top', 'favorites', 'followings', 'friends', 'gold-membership', 'login', 'signup', 'industry', 'forgot-password', 'confirm-email', 'confirm-payment-settings', 'reset-password', 'settings', 'studio', 'model', 'mobile', 'mobile_auth', 'messages', '2257', 'careers', 'copyrights', 'privacy', 'support', 'terms', 'start-broadcasting', 'tokens-history', 'studio-earnings', 'payments-history', 'payments-settings', 'model-news', 'i18n', '*', ]; array_filter( $prohibitedUsernames, function ($value) { return $value != '/' || $value != '*'; } ); var_dump($prohibitedUsernames);
Output for git.master, git.master_jit, rfc.property-hooks
array(41) { [0]=> string(1) "/" [1]=> string(4) "tags" [2]=> string(3) "new" [3]=> string(3) "spy" [4]=> string(6) "search" [5]=> string(10) "buy-tokens" [6]=> string(11) "unsubscribe" [7]=> string(4) "user" [8]=> string(4) "cams" [9]=> string(3) "top" [10]=> string(9) "favorites" [11]=> string(10) "followings" [12]=> string(7) "friends" [13]=> string(15) "gold-membership" [14]=> string(5) "login" [15]=> string(6) "signup" [16]=> string(8) "industry" [17]=> string(15) "forgot-password" [18]=> string(13) "confirm-email" [19]=> string(24) "confirm-payment-settings" [20]=> string(14) "reset-password" [21]=> string(8) "settings" [22]=> string(6) "studio" [23]=> string(5) "model" [24]=> string(6) "mobile" [25]=> string(11) "mobile_auth" [26]=> string(8) "messages" [27]=> string(4) "2257" [28]=> string(7) "careers" [29]=> string(10) "copyrights" [30]=> string(7) "privacy" [31]=> string(7) "support" [32]=> string(5) "terms" [33]=> string(18) "start-broadcasting" [34]=> string(14) "tokens-history" [35]=> string(15) "studio-earnings" [36]=> string(16) "payments-history" [37]=> string(17) "payments-settings" [38]=> string(10) "model-news" [39]=> string(4) "i18n" [40]=> string(1) "*" }

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:
51.48 ms | 404 KiB | 8 Q