3v4l.org

run code in 300+ PHP versions simultaneously
<?php $uris = array( 'ftp://ftp.is.co.za.example.org/rfc/rfc1808.txt', 'gopher://spinaltap.micro.umn.example.edu/00/Weather/California/Los%20Angeles', 'http://www.math.uio.no.example.net/faq/compression-faq/part1.html', 'mailto:mduerst@ifi.unizh.example.gov', 'news:comp.infosystems.www.servers.unix', 'telnet://melvyl.ucop.example.edu/', 'http://www.ietf.org/rfc/rfc2396.txt', 'ldap://[2001:db8::7]/c=GB?objectClass?one', 'mailto:John.Doe@example.com', 'news:comp.infosystems.www.servers.unix', 'tel:+1-816-555-1212', 'telnet://192.0.2.16:80/', 'urn:oasis:names:specification:docbook:dtd:xml:4.1.2', 'urn:isbn:0451450523', ); foreach ($uris as $uri) { echo (filter_var($uri, FILTER_VALIDATE_URL) ? '[PASS]' : '[FAIL]') . ' ' . $uri . PHP_EOL; }
Output for 5.2.1 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6 - 8.3.7
[PASS] ftp://ftp.is.co.za.example.org/rfc/rfc1808.txt [PASS] gopher://spinaltap.micro.umn.example.edu/00/Weather/California/Los%20Angeles [PASS] http://www.math.uio.no.example.net/faq/compression-faq/part1.html [PASS] mailto:mduerst@ifi.unizh.example.gov [PASS] news:comp.infosystems.www.servers.unix [PASS] telnet://melvyl.ucop.example.edu/ [PASS] http://www.ietf.org/rfc/rfc2396.txt [PASS] ldap://[2001:db8::7]/c=GB?objectClass?one [PASS] mailto:John.Doe@example.com [PASS] news:comp.infosystems.www.servers.unix [FAIL] tel:+1-816-555-1212 [PASS] telnet://192.0.2.16:80/ [FAIL] urn:oasis:names:specification:docbook:dtd:xml:4.1.2 [FAIL] urn:isbn:0451450523
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 [PASS] ftp://ftp.is.co.za.example.org/rfc/rfc1808.txt [PASS] gopher://spinaltap.micro.umn.example.edu/00/Weather/California/Los%20Angeles [PASS] http://www.math.uio.no.example.net/faq/compression-faq/part1.html [PASS] mailto:mduerst@ifi.unizh.example.gov [PASS] news:comp.infosystems.www.servers.unix [PASS] telnet://melvyl.ucop.example.edu/ [PASS] http://www.ietf.org/rfc/rfc2396.txt [PASS] ldap://[2001:db8::7]/c=GB?objectClass?one [PASS] mailto:John.Doe@example.com [PASS] news:comp.infosystems.www.servers.unix [FAIL] tel:+1-816-555-1212 [PASS] telnet://192.0.2.16:80/ [FAIL] urn:oasis:names:specification:docbook:dtd:xml:4.1.2 [FAIL] urn:isbn:0451450523
Output for 5.2.0
[PASS] ftp://ftp.is.co.za.example.org/rfc/rfc1808.txt [PASS] gopher://spinaltap.micro.umn.example.edu/00/Weather/California/Los%20Angeles [PASS] http://www.math.uio.no.example.net/faq/compression-faq/part1.html [PASS] mailto:mduerst@ifi.unizh.example.gov [PASS] news:comp.infosystems.www.servers.unix [PASS] telnet://melvyl.ucop.example.edu/ [PASS] http://www.ietf.org/rfc/rfc2396.txt [PASS] ldap://[2001:db8::7]/c=GB?objectClass?one [PASS] mailto:John.Doe@example.com [PASS] news:comp.infosystems.www.servers.unix [PASS] tel:+1-816-555-1212 [PASS] telnet://192.0.2.16:80/ [PASS] urn:oasis:names:specification:docbook:dtd:xml:4.1.2 [PASS] urn:isbn:0451450523
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function filter_var() in /in/SOd9X on line 21
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: filter_var() in /in/SOd9X on line 21
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: filter_var() in /in/SOd9X on line 21
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: filter_var() in /in/SOd9X on line 21

preferences:
330.54 ms | 401 KiB | 469 Q