8ctopus

Results 72 issues of 8ctopus

When the url contains unicode, `toString()`, returns an url encoded string which is not human readable ```php $reference = Url::parse("https://test.com"); $url = $reference->resolve('/デジカ/'); echo $url->toString(); // https://test.com/%E3%83%87%E3%82%B8%E3%82%AB/ ``` I suggest...

Without the fix: ```txt PHPUnit 10.5.55 by Sebastian Bergmann and contributors. Runtime: PHP 8.4.11 with Xdebug 3.4.0beta1 Configuration: K:\dev\github\php-array-table\phpunit.xml D........W.. 12 / 12 (100%) Time: 00:00.526, Memory: 12.00 MB 1...