3v4l.org

run code in 300+ PHP versions simultaneously
<?php require_once 'https://raw.githubusercontent.com/thomasjbradley/signature-to-image/master/signature-to-image.php'; $img = sigJsonToImage(file_get_contents('https://raw.githubusercontent.com/thomasjbradley/signature-to-image/master/examples/signature-from-json/sig-output.json')); // Save to file //imagepng($img, 'signature.png'); // Output to browser header('Content-Type: image/png'); imagepng($img); // Destroy the image in memory when complete imagedestroy($img);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: require_once(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/s4Xqe on line 2 Warning: require_once(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/s4Xqe on line 2 Warning: require_once(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/s4Xqe on line 2 Warning: require_once(): open_basedir restriction in effect. File(https://raw.githubusercontent.com/thomasjbradley/signature-to-image/master/signature-to-image.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/s4Xqe on line 2 Warning: require_once(https://raw.githubusercontent.com/thomasjbradley/signature-to-image/master/signature-to-image.php): Failed to open stream: Operation not permitted in /in/s4Xqe on line 2 Fatal error: Uncaught Error: Failed opening required 'https://raw.githubusercontent.com/thomasjbradley/signature-to-image/master/signature-to-image.php' (include_path='.:') in /in/s4Xqe:2 Stack trace: #0 {main} thrown in /in/s4Xqe on line 2
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:
45.37 ms | 402 KiB | 8 Q