3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a() { return 'http://localhost:80'; } $hostname = a(); if ( !$port = parse_url( $hostname, PHP_URL_PORT ) ) { var_dump( "oops" ); }

preferences:
33.19 ms | 402 KiB | 5 Q