3v4l.org

run code in 300+ PHP versions simultaneously
<?php header('Content-Type: text/plain'); wp_update_user(array( 'ID' => get_current_user_id(), 'description' => $_POST['description'] )); if (is_wp_error($user_id)) { // There was an error, probably that user doesn't exist. return 'Uh oh. There was an error changing your bio!'; } else { // Success! return $_POST['description']; }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function wp_update_user() in /in/WPsju:5 Stack trace: #0 {main} thrown in /in/WPsju on line 5
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:
67.31 ms | 401 KiB | 8 Q