3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [ 'Error during account creating' => '', 'User with given email already exists' => '', 'Error during token creating' => '', 'Error during mail sending' => '', 'Error during set have account' => '', 'Need email and password params' => '', 'Error during authentication' => '', 'Error during confirm account' => '', 'Error during change password request' => '', 'User already logged in' => '', 'User already logged out' => '', 'Error during getting account data' => '', 'Need token param' => '', 'Error during account activation' => '', 'Need email param' => '', 'User already active' => '', 'Error during tour criteria creating' => '', 'Account with given email doesn\'t exists' => '', 'User logged out' => '', 'Error during getting marketing info' => '', 'Error during getting countries info' => '', 'Error during getting hotels info' => '', 'Error during tour hunter activation' => '', 'Document is in wrong format' => '', 'Need documentId and document params' => '', 'Need documentId param' => '', 'Error during getting notify order status' => '', 'Error during getting marketing notifiers' => '', 'Need notify param' => '', 'Need oldPassword and newPassword params' => '', 'Need customer param' => '', ]; ksort($a); var_dump($a);
Output for git.master, git.master_jit, rfc.property-hooks
array(31) { ["Account with given email doesn't exists"]=> string(0) "" ["Document is in wrong format"]=> string(0) "" ["Error during account activation"]=> string(0) "" ["Error during account creating"]=> string(0) "" ["Error during authentication"]=> string(0) "" ["Error during change password request"]=> string(0) "" ["Error during confirm account"]=> string(0) "" ["Error during getting account data"]=> string(0) "" ["Error during getting countries info"]=> string(0) "" ["Error during getting hotels info"]=> string(0) "" ["Error during getting marketing info"]=> string(0) "" ["Error during getting marketing notifiers"]=> string(0) "" ["Error during getting notify order status"]=> string(0) "" ["Error during mail sending"]=> string(0) "" ["Error during set have account"]=> string(0) "" ["Error during token creating"]=> string(0) "" ["Error during tour criteria creating"]=> string(0) "" ["Error during tour hunter activation"]=> string(0) "" ["Need customer param"]=> string(0) "" ["Need documentId and document params"]=> string(0) "" ["Need documentId param"]=> string(0) "" ["Need email and password params"]=> string(0) "" ["Need email param"]=> string(0) "" ["Need notify param"]=> string(0) "" ["Need oldPassword and newPassword params"]=> string(0) "" ["Need token param"]=> string(0) "" ["User already active"]=> string(0) "" ["User already logged in"]=> string(0) "" ["User already logged out"]=> string(0) "" ["User logged out"]=> string(0) "" ["User with given email already exists"]=> 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:
18.49 ms | 405 KiB | 8 Q