3v4l.org

run code in 300+ PHP versions simultaneously
<?php $file_path = "https://s3-ap-southeast-1.amazonaws.com/bucket-input-video/videos/3578b7a325e26b1b074f48c80b7e9641.mpeg"; list($width, $height, $type, $attr) = getimagesize($file_path); print_r("Image width " . $width . "<br>" . "Image height " . $height . "<br>" . "Image type " . $type . "<br>" . "Attribute " . $attr . "<br>"); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: getimagesize(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/adZdB on line 4 Warning: getimagesize(): open_basedir restriction in effect. File(https://s3-ap-southeast-1.amazonaws.com/bucket-input-video/videos/3578b7a325e26b1b074f48c80b7e9641.mpeg) is not within the allowed path(s): (/tmp:/in:/etc) in /in/adZdB on line 4 Warning: getimagesize(https://s3-ap-southeast-1.amazonaws.com/bucket-input-video/videos/3578b7a325e26b1b074f48c80b7e9641.mpeg): Failed to open stream: Operation not permitted in /in/adZdB on line 4 Image width <br>Image height <br>Image type <br>Attribute <br>

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:
63.18 ms | 402 KiB | 8 Q