3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_title($url){ $str = file_get_contents($url); if(strlen($str)>0) { preg_match("/<title\>(.*)\<\/title\>/i", $str, $title); $title = "Title: " . $title[1] . "<br>"; return $title; } } function get_meta($url) { $meta = get_meta_tags($url); $description = "Description: " . $meta['description'] . "<br>"; $keywords = "Keywords: " . $meta['keywords'] . "<br>"; return [$description, $keywords]; } function get_header($url){ $str = file_get_contents($url); if(strlen($str)>0) { preg_match("/<h1.{31}>(.*)\<\/h1\>/i", $str, $header); $header = "H1: " . $header[1] . "<br>"; return $header; } } $meta = get_meta("https://hotels24.ua/"); echo get_title("https://hotels24.ua/"); echo $meta[0]; echo $meta[1]; echo get_header("https://hotels24.ua/");
Output for 8.5.1
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): Failed to open stream: No such file or directory in /in/1o52p on line 13 Warning: Trying to access array offset on false in /in/1o52p on line 14 Warning: Trying to access array offset on false in /in/1o52p on line 15 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: No such file or directory in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: No such file or directory in /in/1o52p on line 20
Output for 8.3.0 - 8.3.28, 8.4.1 - 8.4.14, 8.4.16, 8.5.0
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): Failed to open stream: Operation not permitted in /in/1o52p on line 13 Warning: Trying to access array offset on false in /in/1o52p on line 14 Warning: Trying to access array offset on false in /in/1o52p on line 15 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: Operation not permitted in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: Operation not permitted in /in/1o52p on line 20
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): Failed to open stream: Operation not permitted in /in/1o52p on line 13 Warning: Trying to access array offset on value of type bool in /in/1o52p on line 14 Warning: Trying to access array offset on value of type bool in /in/1o52p on line 15 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: Operation not permitted in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: Operation not permitted in /in/1o52p on line 20
Output for 8.0.13
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): Failed to open stream: No such file or directory in /in/1o52p on line 13 Warning: Trying to access array offset on value of type bool in /in/1o52p on line 14 Warning: Trying to access array offset on value of type bool in /in/1o52p on line 15 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: No such file or directory in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): Failed to open stream: No such file or directory in /in/1o52p on line 20
Output for 7.4.33
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): failed to open stream: No such file or directory in /in/1o52p on line 13 Notice: Trying to access array offset on value of type bool in /in/1o52p on line 14 Notice: Trying to access array offset on value of type bool in /in/1o52p on line 15 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: No such file or directory in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: No such file or directory in /in/1o52p on line 20
Output for 7.4.0 - 7.4.32
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): failed to open stream: Operation not permitted in /in/1o52p on line 13 Notice: Trying to access array offset on value of type bool in /in/1o52p on line 14 Notice: Trying to access array offset on value of type bool in /in/1o52p on line 15 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: Operation not permitted in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: Operation not permitted in /in/1o52p on line 20
Output for 7.3.32 - 7.3.33
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): failed to open stream: No such file or directory in /in/1o52p on line 13 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: No such file or directory in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: No such file or directory in /in/1o52p on line 20
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Warning: get_meta_tags(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 13 Warning: get_meta_tags(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 13 Warning: get_meta_tags(https://hotels24.ua/): failed to open stream: Operation not permitted in /in/1o52p on line 13 Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 4 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: Operation not permitted in /in/1o52p on line 4 Description: <br>Keywords: <br> Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/1o52p on line 20 Warning: file_get_contents(): open_basedir restriction in effect. File(https://hotels24.ua/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/1o52p on line 20 Warning: file_get_contents(https://hotels24.ua/): failed to open stream: Operation not permitted in /in/1o52p on line 20

preferences:
195.27 ms | 430 KiB | 5 Q