3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ 'bad_password' => '1', 'expired_token' => '2', 'bad_token' => '3', 'bad_permissions' => '4', 'user_not_found' => '5', 'connection_unsecure' => '6', 'already_logged_in' => '7', 'user_not_activated' => '8', 'user_banned' => '9', 'user_suspended' => '10', 'empty_email' => '11', 'empty_username' => '12', 'username_too_long' => '13', 'empty_password' => '14', ]; print_t(array_flip($array));
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function print_t() in /in/VhNNX:20 Stack trace: #0 {main} thrown in /in/VhNNX on line 20
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:
33.4 ms | 401 KiB | 8 Q