<?php var_dump(parse_url('file://c:/path/to/dir')); var_dump(parse_url('file:///path/to/dir')); var_dump(parse_url('phar://c:/path/to/dir')); var_dump(parse_url('phar:///path/to/dir'));
You have javascript disabled. You will not be able to edit any code.