PandaHugMonster / php-simputils

Framework that provides tools for developers and software architects to improve their performance, analyze code easier and improving overall experience with PHP.
MIT License
3 stars 0 forks source link

Url parsing with empty get params is broken #148

Closed PandaHugMonster closed 1 year ago

PandaHugMonster commented 1 year ago

Url parsing of a string like: /smth/smth? with empty get params causes exception

PandaHugMonster commented 1 year ago

Code like this breaks:

$url = url('localhost', '//test/test?');