Skip to content

Commit 81d20d0

Browse files
committed
Skip bug77423 if filter extension is unavailable.
1 parent a06c20a commit 81d20d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/url/bug77423.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #77423 (parse_url() will deliver a wrong host to user)
3+
--SKIPIF--
4+
<?php if (!function_exists('filter_var')) { echo "skip requires filter\n"; } ?>
35
--FILE--
46
<?php
57
$urls = array(

0 commit comments

Comments
 (0)