3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** PAGE DE TEST POUR MONITORING DES SERVEURS **/ /* NE PAS SUPPRIMER */ $MONITORING_MAINTENANCE = 'MAINTENANCE'; $MONITORING_OK = 'REPONSE_CORRECTE'; $MONITORING_ERROR = 'REPONSE REPONSE_INCORRECTE'; define('WP_USE_THEMES', false); define('SHORTINIT', true); define('WP_DEBUG', true); function lemoniteur_monitoring_failed($content) { global $MONITORING_ERROR; return $MONITORING_ERROR; } try { ob_start('lemoniteur_monitoring_failed'); /** Loads the WordPress Environment and Template * Fails on : * - DB connection unavailable * - DB wrong credentials */ require_once(dirname(__FILE__) . '/wp-load.php'); echo $MONITORING_OK; } catch(Exception $e) { echo $MONITORING_ERROR; }
Output for git.master, git.master_jit, rfc.property-hooks
REPONSE REPONSE_INCORRECTE
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:
50.76 ms | 401 KiB | 8 Q