Test: /ext/standard/tests/url/bug77423.phpt - Version 7.4.14        

Security #77423 FILTER_VALIDATE_URL accepts URLs with invalid userinfo
Submitted: 2019-01-07 10:16:14 Modified: 2021-02-15 10:28:16
From: jifan.jf Assigned: stas
Status: Closed Package: *URL Functions
PHP Version: 5.6.39 OS: linux

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ Fatal error: Uncaught Error: Call to undefined function filter_var() in %s/bug77423.php:7 002+ Stack trace: 003+ #0 {main} 004+ thrown in %s/bug77423.php on line 7 001- bool(false) 002- array(3) { 003- ["scheme"]=> 004- string(4) "http" 005- ["host"]=> 006- string(19) "php.net\@aliyun.com" 007- ["path"]=> 008- string(7) "/aaa.do" 009- } 010- bool(false) 011- array(2) { 012- ["scheme"]=> 013- string(5) "https" 014- ["host"]=> 015- string(26) "example.com\uFF03@bing.com" 016- }