<?php // parse_url() used to emit an E_WARNING on failure in PHP < 5.3.3. // See: https://bugs.php.net/bug.php?id=50563 var_dump( parse_url( 'http://' ) );
You have javascript disabled. You will not be able to edit any code.