3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * DIRECCION EJECUTIVA DE INGRESOS * GENERADOR DE URL CORTA, DEI-MOVIL * 2014 */ require 'load.php'; $metodo = (isset($_GET['metodo'])) ? @$_GET['metodo'] : NULL; //$post_datos = (isset($_POST['post_datos'])) ? $_POST['post_datos'] : NULL; // Debug mode GET $post_datos = (isset($_GET['post_datos'])) ? $_GET['post_datos'] : NULL; //echo "Debug: " . $post_datos; if(!is_null($post_datos)){ $objeto_post_datos = json_decode(stripslashes($post_datos)); }else{ $objeto_post_datos = new stdClass(); } header('Content-Type: application/json; charset=utf-8'); $api = new Api($datosDB, $metodo, $objeto_post_datos, $FormulariosEstaticos, URL_HOST, TAM_TOKEN, URL_FORMULARIOS, VALIDEZ_URL, REQUEST_PER_LINK); echo $api->api_response; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: require(): open_basedir restriction in effect. File(load.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/P9e0v on line 8 Warning: require(load.php): Failed to open stream: Operation not permitted in /in/P9e0v on line 8 Fatal error: Uncaught Error: Failed opening required 'load.php' (include_path='.:') in /in/P9e0v:8 Stack trace: #0 {main} thrown in /in/P9e0v on line 8
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:
40.14 ms | 401 KiB | 8 Q