Commit 65ad51c2faf for php.net

commit 65ad51c2faf16d40b0b7b916bfbaba2468ab3f95
Author: Máté Kocsis <kocsismate@woohoolabs.com>
Date:   Wed Jun 10 22:36:43 2026 +0200

    Remove unnecessary "extensions" section from ext/uri tests

    This extension is always available

diff --git a/ext/uri/tests/003.phpt b/ext/uri/tests/003.phpt
index a1918f7a838..38d62b0ec8e 100644
--- a/ext/uri/tests/003.phpt
+++ b/ext/uri/tests/003.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Parse special URIs
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/004.phpt b/ext/uri/tests/004.phpt
index d22f52f30c4..a7c2e190683 100644
--- a/ext/uri/tests/004.phpt
+++ b/ext/uri/tests/004.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Parse invalid URLs
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/005.phpt b/ext/uri/tests/005.phpt
index 6db6c4a56ee..8d8be967939 100644
--- a/ext/uri/tests/005.phpt
+++ b/ext/uri/tests/005.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Parse multibyte URLs
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/006.phpt b/ext/uri/tests/006.phpt
index c4da9db905c..e7fa79a8b83 100644
--- a/ext/uri/tests/006.phpt
+++ b/ext/uri/tests/006.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test successful manual Uri child instance creation
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/007.phpt b/ext/uri/tests/007.phpt
index 54151f2dfcb..db051e553fb 100644
--- a/ext/uri/tests/007.phpt
+++ b/ext/uri/tests/007.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test URI creation errors
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/008.phpt b/ext/uri/tests/008.phpt
index 133f225aabf..0a02bae6316 100644
--- a/ext/uri/tests/008.phpt
+++ b/ext/uri/tests/008.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri getters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/009.phpt b/ext/uri/tests/009.phpt
index 05f2820bb3f..9c896d0153b 100644
--- a/ext/uri/tests/009.phpt
+++ b/ext/uri/tests/009.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test parsing with IANA schemes
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/010.phpt b/ext/uri/tests/010.phpt
index 2ca071eb2ca..ff5a3700077 100644
--- a/ext/uri/tests/010.phpt
+++ b/ext/uri/tests/010.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test parsing URIs when a base URI is present
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/011.phpt b/ext/uri/tests/011.phpt
index 49b915fa22a..0e8fd8ec8f4 100644
--- a/ext/uri/tests/011.phpt
+++ b/ext/uri/tests/011.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test encoding and normalization
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/012.phpt b/ext/uri/tests/012.phpt
index 3eb343af535..e033223a642 100644
--- a/ext/uri/tests/012.phpt
+++ b/ext/uri/tests/012.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test parsing of various schemes
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/013.phpt b/ext/uri/tests/013.phpt
index 6a5bb31870f..865843ec27e 100644
--- a/ext/uri/tests/013.phpt
+++ b/ext/uri/tests/013.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test parsing of query strings
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/014.phpt b/ext/uri/tests/014.phpt
index e2886b98c7b..2966e2a9dcf 100644
--- a/ext/uri/tests/014.phpt
+++ b/ext/uri/tests/014.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test recomposition of URIs
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/018.phpt b/ext/uri/tests/018.phpt
index aaff3042555..7a7be9b3c19 100644
--- a/ext/uri/tests/018.phpt
+++ b/ext/uri/tests/018.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/019.phpt b/ext/uri/tests/019.phpt
index 3ca7c59086f..7f62a64e9fd 100644
--- a/ext/uri/tests/019.phpt
+++ b/ext/uri/tests/019.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test IDNA support
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/021.phpt b/ext/uri/tests/021.phpt
index c7e42547e73..02cc60ff0e2 100644
--- a/ext/uri/tests/021.phpt
+++ b/ext/uri/tests/021.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test extension of Uri\Rfc3986\Uri
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/022.phpt b/ext/uri/tests/022.phpt
index 1e920c5055f..da079b9781d 100644
--- a/ext/uri/tests/022.phpt
+++ b/ext/uri/tests/022.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test extension of Uri\WhatWg\Url
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/023.phpt b/ext/uri/tests/023.phpt
index d1b97eaa9ae..d52fa340532 100644
--- a/ext/uri/tests/023.phpt
+++ b/ext/uri/tests/023.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - scheme
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/024.phpt b/ext/uri/tests/024.phpt
index 907be0091d7..4147ff3ae12 100644
--- a/ext/uri/tests/024.phpt
+++ b/ext/uri/tests/024.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - username
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/025.phpt b/ext/uri/tests/025.phpt
index dafc36043bc..a6dd505fcca 100644
--- a/ext/uri/tests/025.phpt
+++ b/ext/uri/tests/025.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - password
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/026.phpt b/ext/uri/tests/026.phpt
index 2f50e41bb8c..e46c30055cb 100644
--- a/ext/uri/tests/026.phpt
+++ b/ext/uri/tests/026.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - host
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/026_userinfo.phpt b/ext/uri/tests/026_userinfo.phpt
index 75f54fccf61..cff2665803a 100644
--- a/ext/uri/tests/026_userinfo.phpt
+++ b/ext/uri/tests/026_userinfo.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - userinfo
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/027.phpt b/ext/uri/tests/027.phpt
index 781932f5889..334d67aa0bb 100644
--- a/ext/uri/tests/027.phpt
+++ b/ext/uri/tests/027.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - port
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/028.phpt b/ext/uri/tests/028.phpt
index 9c9c92c00cc..cfc11b331c8 100644
--- a/ext/uri/tests/028.phpt
+++ b/ext/uri/tests/028.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - path
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/029.phpt b/ext/uri/tests/029.phpt
index f7a1a098991..4936cb60db8 100644
--- a/ext/uri/tests/029.phpt
+++ b/ext/uri/tests/029.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - query
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/030.phpt b/ext/uri/tests/030.phpt
index 92e99d01f89..03ed763f779 100644
--- a/ext/uri/tests/030.phpt
+++ b/ext/uri/tests/030.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test property mutation - fragment
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/031.phpt b/ext/uri/tests/031.phpt
index ae84596b54e..d3cc926b82f 100644
--- a/ext/uri/tests/031.phpt
+++ b/ext/uri/tests/031.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test serialization and unserialization
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/032.phpt b/ext/uri/tests/032.phpt
index 070d9dd0189..b17765240c7 100644
--- a/ext/uri/tests/032.phpt
+++ b/ext/uri/tests/032.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test JSON encoding
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/033.phpt b/ext/uri/tests/033.phpt
index dcfaa31c07b..e88baadeba0 100644
--- a/ext/uri/tests/033.phpt
+++ b/ext/uri/tests/033.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test var_export
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/034.phpt b/ext/uri/tests/034.phpt
index c6590252ea1..35d51aad866 100644
--- a/ext/uri/tests/034.phpt
+++ b/ext/uri/tests/034.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test array cast
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/038.phpt b/ext/uri/tests/038.phpt
index 64a6289fada..175a6762894 100644
--- a/ext/uri/tests/038.phpt
+++ b/ext/uri/tests/038.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test toString()
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/039.phpt b/ext/uri/tests/039.phpt
index 7c3e2f810db..ae662dfd172 100644
--- a/ext/uri/tests/039.phpt
+++ b/ext/uri/tests/039.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test percent-encoding of different URI components
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/040.phpt b/ext/uri/tests/040.phpt
index 3b38d037edb..2699de18e17 100644
--- a/ext/uri/tests/040.phpt
+++ b/ext/uri/tests/040.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test HTTP URL validation
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/041.phpt b/ext/uri/tests/041.phpt
index 5b4f8c7b54b..59a8e3211f9 100644
--- a/ext/uri/tests/041.phpt
+++ b/ext/uri/tests/041.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test relative URI parsing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/042.phpt b/ext/uri/tests/042.phpt
index 8296b1b8c6d..aadb9e5c192 100644
--- a/ext/uri/tests/042.phpt
+++ b/ext/uri/tests/042.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test URN parsing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/043.phpt b/ext/uri/tests/043.phpt
index 52f5460dc63..18c65e3c773 100644
--- a/ext/uri/tests/043.phpt
+++ b/ext/uri/tests/043.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test reference resolution
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/045.phpt b/ext/uri/tests/045.phpt
index a6f93f70165..f968716f9fc 100644
--- a/ext/uri/tests/045.phpt
+++ b/ext/uri/tests/045.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test percent-decoding of reserved characters in the path
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/046.phpt b/ext/uri/tests/046.phpt
index 7902a3c2273..10d56024698 100644
--- a/ext/uri/tests/046.phpt
+++ b/ext/uri/tests/046.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test special path variants
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/047.phpt b/ext/uri/tests/047.phpt
index 50ba14ed266..de9a21efd9b 100644
--- a/ext/uri/tests/047.phpt
+++ b/ext/uri/tests/047.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test IP addresses
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/048.phpt b/ext/uri/tests/048.phpt
index 307d007e26f..ee7a396f179 100644
--- a/ext/uri/tests/048.phpt
+++ b/ext/uri/tests/048.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test RFC 3986 percent-encoding normalization
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/049.phpt b/ext/uri/tests/049.phpt
index c6ae3666ddc..48f27277fab 100644
--- a/ext/uri/tests/049.phpt
+++ b/ext/uri/tests/049.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test percent-encoding normalization - special case
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/050.phpt b/ext/uri/tests/050.phpt
index 1fd74f32caf..3bd4052fb80 100644
--- a/ext/uri/tests/050.phpt
+++ b/ext/uri/tests/050.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test resolve() method - success cases
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/051.phpt b/ext/uri/tests/051.phpt
index 0d60a1ed424..0485356075a 100644
--- a/ext/uri/tests/051.phpt
+++ b/ext/uri/tests/051.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test resolve() method - error cases
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/052.phpt b/ext/uri/tests/052.phpt
index af7d05b893e..3d8d2053f6e 100644
--- a/ext/uri/tests/052.phpt
+++ b/ext/uri/tests/052.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test UrlValidationError constructor error handling
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/053.phpt b/ext/uri/tests/053.phpt
index 2bd02365b09..c88f4d386f3 100644
--- a/ext/uri/tests/053.phpt
+++ b/ext/uri/tests/053.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test InvalidUrlException constructor error handling
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/054.phpt b/ext/uri/tests/054.phpt
index 562ba981a12..757b21cc114 100644
--- a/ext/uri/tests/054.phpt
+++ b/ext/uri/tests/054.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test UrlValidationErrorType singleton
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/055.phpt b/ext/uri/tests/055.phpt
index 1b1684d350b..de240bb6e05 100644
--- a/ext/uri/tests/055.phpt
+++ b/ext/uri/tests/055.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test InvalidUrlException constructor error handling
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/056.phpt b/ext/uri/tests/056.phpt
index a39d7897357..7f348774459 100644
--- a/ext/uri/tests/056.phpt
+++ b/ext/uri/tests/056.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Lexbor memory management
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/057.phpt b/ext/uri/tests/057.phpt
index 458bdb468e3..5cc4e597421 100644
--- a/ext/uri/tests/057.phpt
+++ b/ext/uri/tests/057.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test assigning errors by reference fails
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/058.phpt b/ext/uri/tests/058.phpt
index efca0a0e8aa..c1ceaa1e02e 100644
--- a/ext/uri/tests/058.phpt
+++ b/ext/uri/tests/058.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test that integer overflows in the port are rejected
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/059.phpt b/ext/uri/tests/059.phpt
index 3d7cef10dff..23971cd4ebe 100644
--- a/ext/uri/tests/059.phpt
+++ b/ext/uri/tests/059.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test empty ports become null
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/065.phpt b/ext/uri/tests/065.phpt
index d9a6c905c9e..2c84cceea3d 100644
--- a/ext/uri/tests/065.phpt
+++ b/ext/uri/tests/065.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test that overwriting the URI is not possible
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/100.phpt b/ext/uri/tests/100.phpt
index 0c1abcdd00b..6a5482d43e7 100644
--- a/ext/uri/tests/100.phpt
+++ b/ext/uri/tests/100.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test the parse_url-based URI parser
---EXTENSIONS--
-uri
 zend_test
 --FILE--
 <?php
diff --git a/ext/uri/tests/101.phpt b/ext/uri/tests/101.phpt
index 8a44b376a61..d394fc119f0 100644
--- a/ext/uri/tests/101.phpt
+++ b/ext/uri/tests/101.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test the Lexbor-based URI parser
---EXTENSIONS--
-uri
 zend_test
 --FILE--
 <?php
diff --git a/ext/uri/tests/102.phpt b/ext/uri/tests/102.phpt
index 6080c1be884..65bf1a37388 100644
--- a/ext/uri/tests/102.phpt
+++ b/ext/uri/tests/102.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test the handling large ports for the uri struct
---EXTENSIONS--
-uri
 zend_test
 --FILE--
 <?php
diff --git a/ext/uri/tests/gh19780.phpt b/ext/uri/tests/gh19780.phpt
index 7271c60e8f9..fffa25bc37d 100644
--- a/ext/uri/tests/gh19780.phpt
+++ b/ext/uri/tests/gh19780.phpt
@@ -1,7 +1,5 @@
 --TEST--
 GH-19780 (InvalidUrlException should check $errors argument)
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/fragment_error_reserved.phpt b/ext/uri/tests/rfc3986/modification/fragment_error_reserved.phpt
index 1afde4151ac..2296a797e66 100644
--- a/ext/uri/tests/rfc3986/modification/fragment_error_reserved.phpt
+++ b/ext/uri/tests/rfc3986/modification/fragment_error_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - fragment - reserved characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/fragment_error_unicode.phpt b/ext/uri/tests/rfc3986/modification/fragment_error_unicode.phpt
index 5d6cf1198c9..5caea7996c5 100644
--- a/ext/uri/tests/rfc3986/modification/fragment_error_unicode.phpt
+++ b/ext/uri/tests/rfc3986/modification/fragment_error_unicode.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - fragment - unicode characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/fragment_success_empty.phpt b/ext/uri/tests/rfc3986/modification/fragment_success_empty.phpt
index f0a05d5bb5b..2c6285656a7 100644
--- a/ext/uri/tests/rfc3986/modification/fragment_success_empty.phpt
+++ b/ext/uri/tests/rfc3986/modification/fragment_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - fragment - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/fragment_success_encoded.phpt b/ext/uri/tests/rfc3986/modification/fragment_success_encoded.phpt
index b1b1081ff81..905ed65f666 100644
--- a/ext/uri/tests/rfc3986/modification/fragment_success_encoded.phpt
+++ b/ext/uri/tests/rfc3986/modification/fragment_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - fragment - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/fragment_success_existing.phpt b/ext/uri/tests/rfc3986/modification/fragment_success_existing.phpt
index fe534e84650..4b5936880ff 100644
--- a/ext/uri/tests/rfc3986/modification/fragment_success_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/fragment_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - fragment - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/fragment_success_unset_existing.phpt b/ext/uri/tests/rfc3986/modification/fragment_success_unset_existing.phpt
index 7532c35e0fe..9020a8f3669 100644
--- a/ext/uri/tests/rfc3986/modification/fragment_success_unset_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/fragment_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - fragment - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/fragment_success_unset_non_existent.phpt b/ext/uri/tests/rfc3986/modification/fragment_success_unset_non_existent.phpt
index 1c6fa898dde..080b2ea9e1b 100644
--- a/ext/uri/tests/rfc3986/modification/fragment_success_unset_non_existent.phpt
+++ b/ext/uri/tests/rfc3986/modification/fragment_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - fragment - unsetting not-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_error_reserved.phpt b/ext/uri/tests/rfc3986/modification/host_error_reserved.phpt
index ca87c1a3ce2..be724549926 100644
--- a/ext/uri/tests/rfc3986/modification/host_error_reserved.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_error_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - reserved characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_empty.phpt b/ext/uri/tests/rfc3986/modification/host_success_empty.phpt
index b337674841c..98187ddee60 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_empty.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_encoded.phpt b/ext/uri/tests/rfc3986/modification/host_success_encoded.phpt
index d9db6003b15..05bb410f44e 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_encoded.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_existing.phpt b/ext/uri/tests/rfc3986/modification/host_success_existing.phpt
index f9d3da987ab..385c29f985d 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_ip_future.phpt b/ext/uri/tests/rfc3986/modification/host_success_ip_future.phpt
index 004210000cf..7969559d73a 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_ip_future.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_ip_future.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - IP future address
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_ipv4.phpt b/ext/uri/tests/rfc3986/modification/host_success_ipv4.phpt
index 850a32281ab..7a2ef3702bc 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_ipv4.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_ipv4.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - IPv4 address
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_ipv6.phpt b/ext/uri/tests/rfc3986/modification/host_success_ipv6.phpt
index 47508884015..521e5645fe6 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_ipv6.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_ipv6.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - IPv6 address
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_new.phpt b/ext/uri/tests/rfc3986/modification/host_success_new.phpt
index 32661614007..f9d13de087f 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_new.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_new.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - adding a new one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_unset_existing.phpt b/ext/uri/tests/rfc3986/modification/host_success_unset_existing.phpt
index 8f79d723be5..f1887209d49 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_unset_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/host_success_unset_non_existent.phpt b/ext/uri/tests/rfc3986/modification/host_success_unset_non_existent.phpt
index b1793a31413..8eb5faeac72 100644
--- a/ext/uri/tests/rfc3986/modification/host_success_unset_non_existent.phpt
+++ b/ext/uri/tests/rfc3986/modification/host_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - host - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_error_null_byte.phpt b/ext/uri/tests/rfc3986/modification/path_error_null_byte.phpt
index d02e3e8575f..b629ec8fdd5 100644
--- a/ext/uri/tests/rfc3986/modification/path_error_null_byte.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_error_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_error_reserved.phpt b/ext/uri/tests/rfc3986/modification/path_error_reserved.phpt
index e883a7daed1..24863251f94 100644
--- a/ext/uri/tests/rfc3986/modification/path_error_reserved.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_error_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - reserved characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_error_unicode.phpt b/ext/uri/tests/rfc3986/modification/path_error_unicode.phpt
index 5fc836533ca..1762470ee2a 100644
--- a/ext/uri/tests/rfc3986/modification/path_error_unicode.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_error_unicode.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - unicode characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_error_without_leading_slash.phpt b/ext/uri/tests/rfc3986/modification/path_error_without_leading_slash.phpt
index b6f66bdb5e4..5ab98a5d449 100644
--- a/ext/uri/tests/rfc3986/modification/path_error_without_leading_slash.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_error_without_leading_slash.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - without leading slash
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_success_email.phpt b/ext/uri/tests/rfc3986/modification/path_success_email.phpt
index 58f5ab4baa6..0ff5a2dd141 100644
--- a/ext/uri/tests/rfc3986/modification/path_success_email.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_success_email.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - using an email format
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_success_empty.phpt b/ext/uri/tests/rfc3986/modification/path_success_empty.phpt
index a67eeae44ee..0f0b3216d3b 100644
--- a/ext/uri/tests/rfc3986/modification/path_success_empty.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_success_encoded.phpt b/ext/uri/tests/rfc3986/modification/path_success_encoded.phpt
index 05b62cafe25..536df32ee86 100644
--- a/ext/uri/tests/rfc3986/modification/path_success_encoded.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/path_success_existing.phpt b/ext/uri/tests/rfc3986/modification/path_success_existing.phpt
index 6dafbc0a3ff..13ec3b5d07c 100644
--- a/ext/uri/tests/rfc3986/modification/path_success_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/path_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - path - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/port_error_negative.phpt b/ext/uri/tests/rfc3986/modification/port_error_negative.phpt
index fe07df97632..250e01105b5 100644
--- a/ext/uri/tests/rfc3986/modification/port_error_negative.phpt
+++ b/ext/uri/tests/rfc3986/modification/port_error_negative.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - port - too small number
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/port_success_existing.phpt b/ext/uri/tests/rfc3986/modification/port_success_existing.phpt
index 8451f1bcf46..d3a3d1c7a01 100644
--- a/ext/uri/tests/rfc3986/modification/port_success_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/port_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - port - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/port_success_new.phpt b/ext/uri/tests/rfc3986/modification/port_success_new.phpt
index 36ccea04a94..ce1ebfdca5d 100644
--- a/ext/uri/tests/rfc3986/modification/port_success_new.phpt
+++ b/ext/uri/tests/rfc3986/modification/port_success_new.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - port - adding a new one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/port_success_unset_existing.phpt b/ext/uri/tests/rfc3986/modification/port_success_unset_existing.phpt
index 574af3f6e3e..6610e75ebc4 100644
--- a/ext/uri/tests/rfc3986/modification/port_success_unset_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/port_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - port - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/port_success_unset_non_existent.phpt b/ext/uri/tests/rfc3986/modification/port_success_unset_non_existent.phpt
index a3fbdc5e874..2c7f14aae78 100644
--- a/ext/uri/tests/rfc3986/modification/port_success_unset_non_existent.phpt
+++ b/ext/uri/tests/rfc3986/modification/port_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - port - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_error_reserved.phpt b/ext/uri/tests/rfc3986/modification/query_error_reserved.phpt
index d7f9745e9ef..24c7b36c437 100644
--- a/ext/uri/tests/rfc3986/modification/query_error_reserved.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_error_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - reserved characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_error_unicode.phpt b/ext/uri/tests/rfc3986/modification/query_error_unicode.phpt
index 964e6b36d72..5474792e39d 100644
--- a/ext/uri/tests/rfc3986/modification/query_error_unicode.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_error_unicode.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - unicode characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_success_context_sensitive_reserved.phpt b/ext/uri/tests/rfc3986/modification/query_success_context_sensitive_reserved.phpt
index d40a7f7e09e..437c00d7278 100644
--- a/ext/uri/tests/rfc3986/modification/query_success_context_sensitive_reserved.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_success_context_sensitive_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - context-sensitive reserved character
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_success_empty.phpt b/ext/uri/tests/rfc3986/modification/query_success_empty.phpt
index e668b44df9b..44f7ebc42d8 100644
--- a/ext/uri/tests/rfc3986/modification/query_success_empty.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_success_encoded.phpt b/ext/uri/tests/rfc3986/modification/query_success_encoded.phpt
index 7fd9707220d..1fc9049388c 100644
--- a/ext/uri/tests/rfc3986/modification/query_success_encoded.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_success_existing.phpt b/ext/uri/tests/rfc3986/modification/query_success_existing.phpt
index b5af7feee25..de1d67f04d2 100644
--- a/ext/uri/tests/rfc3986/modification/query_success_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_success_unset_existing.phpt b/ext/uri/tests/rfc3986/modification/query_success_unset_existing.phpt
index 89d130eedc2..0b3b62a29f7 100644
--- a/ext/uri/tests/rfc3986/modification/query_success_unset_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/query_success_unset_non_existent.phpt b/ext/uri/tests/rfc3986/modification/query_success_unset_non_existent.phpt
index d9dfcd20831..129e4ca680c 100644
--- a/ext/uri/tests/rfc3986/modification/query_success_unset_non_existent.phpt
+++ b/ext/uri/tests/rfc3986/modification/query_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - query - unsetting not-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/roundtrip_special_case1.phpt b/ext/uri/tests/rfc3986/modification/roundtrip_special_case1.phpt
index 4349764d4dd..5ef56841577 100644
--- a/ext/uri/tests/rfc3986/modification/roundtrip_special_case1.phpt
+++ b/ext/uri/tests/rfc3986/modification/roundtrip_special_case1.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification when roundtripping is not guaranteed - case 1
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/roundtrip_special_case2.phpt b/ext/uri/tests/rfc3986/modification/roundtrip_special_case2.phpt
index 624abf2fc49..9e5551ee439 100644
--- a/ext/uri/tests/rfc3986/modification/roundtrip_special_case2.phpt
+++ b/ext/uri/tests/rfc3986/modification/roundtrip_special_case2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification when roundtripping is not guaranteed - case 2
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/roundtrip_special_case3.phpt b/ext/uri/tests/rfc3986/modification/roundtrip_special_case3.phpt
index 7d6e1e4d048..89ae3c0b608 100644
--- a/ext/uri/tests/rfc3986/modification/roundtrip_special_case3.phpt
+++ b/ext/uri/tests/rfc3986/modification/roundtrip_special_case3.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification when roundtripping is not guaranteed - case 3
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/scheme_error_empty.phpt b/ext/uri/tests/rfc3986/modification/scheme_error_empty.phpt
index 94888c446f6..b737f94bec7 100644
--- a/ext/uri/tests/rfc3986/modification/scheme_error_empty.phpt
+++ b/ext/uri/tests/rfc3986/modification/scheme_error_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - scheme - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/scheme_error_encoded.phpt b/ext/uri/tests/rfc3986/modification/scheme_error_encoded.phpt
index e44e8df85ed..7b6d179fdc9 100644
--- a/ext/uri/tests/rfc3986/modification/scheme_error_encoded.phpt
+++ b/ext/uri/tests/rfc3986/modification/scheme_error_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - scheme - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/scheme_error_reserved.phpt b/ext/uri/tests/rfc3986/modification/scheme_error_reserved.phpt
index 7d235e56d11..beb94baf955 100644
--- a/ext/uri/tests/rfc3986/modification/scheme_error_reserved.phpt
+++ b/ext/uri/tests/rfc3986/modification/scheme_error_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - scheme - reserved characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/scheme_success_basic.phpt b/ext/uri/tests/rfc3986/modification/scheme_success_basic.phpt
index 695cb9c7f1e..d50b76e085d 100644
--- a/ext/uri/tests/rfc3986/modification/scheme_success_basic.phpt
+++ b/ext/uri/tests/rfc3986/modification/scheme_success_basic.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - scheme - basic case
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/scheme_success_unset_existing.phpt b/ext/uri/tests/rfc3986/modification/scheme_success_unset_existing.phpt
index 67d447e8810..7cf806f7b2b 100644
--- a/ext/uri/tests/rfc3986/modification/scheme_success_unset_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/scheme_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - scheme - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/scheme_success_unset_non_existent.phpt b/ext/uri/tests/rfc3986/modification/scheme_success_unset_non_existent.phpt
index 4aa9b2d9dd2..b2817a61f2a 100644
--- a/ext/uri/tests/rfc3986/modification/scheme_success_unset_non_existent.phpt
+++ b/ext/uri/tests/rfc3986/modification/scheme_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - scheme - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/userinfo_error_reserved.phpt b/ext/uri/tests/rfc3986/modification/userinfo_error_reserved.phpt
index c416ea43eb7..2db4f37c2e0 100644
--- a/ext/uri/tests/rfc3986/modification/userinfo_error_reserved.phpt
+++ b/ext/uri/tests/rfc3986/modification/userinfo_error_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - userinfo - reserved characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/userinfo_success_empty.phpt b/ext/uri/tests/rfc3986/modification/userinfo_success_empty.phpt
index ab753e6de50..0d494c6a60a 100644
--- a/ext/uri/tests/rfc3986/modification/userinfo_success_empty.phpt
+++ b/ext/uri/tests/rfc3986/modification/userinfo_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - userinfo - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/userinfo_success_encoded.phpt b/ext/uri/tests/rfc3986/modification/userinfo_success_encoded.phpt
index a4b7409d670..61f6ee9d41b 100644
--- a/ext/uri/tests/rfc3986/modification/userinfo_success_encoded.phpt
+++ b/ext/uri/tests/rfc3986/modification/userinfo_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - userinfo - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/userinfo_success_existing.phpt b/ext/uri/tests/rfc3986/modification/userinfo_success_existing.phpt
index a13e091075c..cc4d4998aca 100644
--- a/ext/uri/tests/rfc3986/modification/userinfo_success_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/userinfo_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - userinfo - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/userinfo_success_new.phpt b/ext/uri/tests/rfc3986/modification/userinfo_success_new.phpt
index dc49c10d752..1937c4eba01 100644
--- a/ext/uri/tests/rfc3986/modification/userinfo_success_new.phpt
+++ b/ext/uri/tests/rfc3986/modification/userinfo_success_new.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - userinfo - adding a new one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/userinfo_success_unset_existing.phpt b/ext/uri/tests/rfc3986/modification/userinfo_success_unset_existing.phpt
index 0f4e7219cbd..1f625d93f76 100644
--- a/ext/uri/tests/rfc3986/modification/userinfo_success_unset_existing.phpt
+++ b/ext/uri/tests/rfc3986/modification/userinfo_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - userinfo - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/modification/userinfo_success_unset_non_existent.phpt b/ext/uri/tests/rfc3986/modification/userinfo_success_unset_non_existent.phpt
index 9aa2a5999ac..13f65e51451 100644
--- a/ext/uri/tests/rfc3986/modification/userinfo_success_unset_non_existent.phpt
+++ b/ext/uri/tests/rfc3986/modification/userinfo_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri component modification - userinfo - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/parsing/userinfo_success_empty.phpt b/ext/uri/tests/rfc3986/parsing/userinfo_success_empty.phpt
index 8b7df6c55ca..f5b2f55a0eb 100644
--- a/ext/uri/tests/rfc3986/parsing/userinfo_success_empty.phpt
+++ b/ext/uri/tests/rfc3986/parsing/userinfo_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri parsing - userinfo - empty
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/parsing/userinfo_success_only_password.phpt b/ext/uri/tests/rfc3986/parsing/userinfo_success_only_password.phpt
index eb5053c1049..4a603ab4639 100644
--- a/ext/uri/tests/rfc3986/parsing/userinfo_success_only_password.phpt
+++ b/ext/uri/tests/rfc3986/parsing/userinfo_success_only_password.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri parsing - userinfo - only password
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/parsing/userinfo_success_only_username.phpt b/ext/uri/tests/rfc3986/parsing/userinfo_success_only_username.phpt
index 1081a0e0485..81e38334f1b 100644
--- a/ext/uri/tests/rfc3986/parsing/userinfo_success_only_username.phpt
+++ b/ext/uri/tests/rfc3986/parsing/userinfo_success_only_username.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri parsing - userinfo - only username
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/rfc3986/reference_resolution/resolve_error_null_byte.phpt b/ext/uri/tests/rfc3986/reference_resolution/resolve_error_null_byte.phpt
index 16b2f61dce7..26f55896c1b 100644
--- a/ext/uri/tests/rfc3986/reference_resolution/resolve_error_null_byte.phpt
+++ b/ext/uri/tests/rfc3986/reference_resolution/resolve_error_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\Rfc3986\Uri reference resolution - resolve() - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/getters/gh20771.phpt b/ext/uri/tests/whatwg/getters/gh20771.phpt
index 19f1d1fb0f5..1b69d0a9904 100644
--- a/ext/uri/tests/whatwg/getters/gh20771.phpt
+++ b/ext/uri/tests/whatwg/getters/gh20771.phpt
@@ -1,7 +1,5 @@
 --TEST--
 GH-20771 (Assertion failure when getUnicodeHost() returns empty string)
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_auto_encode.phpt b/ext/uri/tests/whatwg/modification/fragment_success_auto_encode.phpt
index ac74b8668cd..7d178691fc0 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_auto_encode.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_auto_encode.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - characters from the percent encode set
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_empty.phpt b/ext/uri/tests/whatwg/modification/fragment_success_empty.phpt
index 5b3aa942623..5131a257400 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_empty.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_encoded.phpt b/ext/uri/tests/whatwg/modification/fragment_success_encoded.phpt
index 9473ea9535f..ff6e9097772 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_existing.phpt b/ext/uri/tests/whatwg/modification/fragment_success_existing.phpt
index 0a7d253434d..038fd70ea88 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_hashmark.phpt b/ext/uri/tests/whatwg/modification/fragment_success_hashmark.phpt
index 4639d993df0..6e6424f8ef1 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_hashmark.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_hashmark.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - only a hashmark character
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_null_byte.phpt b/ext/uri/tests/whatwg/modification/fragment_success_null_byte.phpt
index faaf41796c7..30353dc2e9f 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_null_byte.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_unicode.phpt b/ext/uri/tests/whatwg/modification/fragment_success_unicode.phpt
index c609b5df042..b43631a3415 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_unicode.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_unicode.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - unicode characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_unset_existing.phpt b/ext/uri/tests/whatwg/modification/fragment_success_unset_existing.phpt
index 585707e497e..cee1adc61c5 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_unset_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_unset_non_existent.phpt b/ext/uri/tests/whatwg/modification/fragment_success_unset_non_existent.phpt
index 21e295db23e..aab507be992 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_unset_non_existent.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - unsetting not-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/fragment_success_with_leading_hashmark.phpt b/ext/uri/tests/whatwg/modification/fragment_success_with_leading_hashmark.phpt
index 4523388223b..d4af5c74872 100644
--- a/ext/uri/tests/whatwg/modification/fragment_success_with_leading_hashmark.phpt
+++ b/ext/uri/tests/whatwg/modification/fragment_success_with_leading_hashmark.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - fragment - with leading hashmark
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_empty.phpt b/ext/uri/tests/whatwg/modification/host_error_empty.phpt
index 7ce0fa9dff2..c280140381d 100644
--- a/ext/uri/tests/whatwg/modification/host_error_empty.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque1.phpt b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque1.phpt
index a6ef7e6a5d5..deca314462b 100644
--- a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque1.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque1.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - forbidden host code point
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque2.phpt b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque2.phpt
index 6d8b0c8b656..3e986f0b48b 100644
--- a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque2.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - forbidden host code point
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque3.phpt b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque3.phpt
index 7d32dcba2c6..7b4a2fad908 100644
--- a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque3.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_opaque3.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - forbidden host codepoint
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special1.phpt b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special1.phpt
index d06234d949b..235960f19b5 100644
--- a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special1.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special1.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - forbidden domain code point
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special2.phpt b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special2.phpt
index 4413802fdb9..f465bb85f22 100644
--- a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special2.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - forbidden domain code point
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special3.phpt b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special3.phpt
index 4413802fdb9..f465bb85f22 100644
--- a/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special3.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_forbidden_host_codepoint_special3.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - forbidden domain code point
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_null_byte.phpt b/ext/uri/tests/whatwg/modification/host_error_null_byte.phpt
index 84a6bc1ebdb..b6f501a201a 100644
--- a/ext/uri/tests/whatwg/modification/host_error_null_byte.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_error_unset_existing.phpt b/ext/uri/tests/whatwg/modification/host_error_unset_existing.phpt
index 627fe8d3e58..719a3756a10 100644
--- a/ext/uri/tests/whatwg/modification/host_error_unset_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/host_error_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_success_encoded.phpt b/ext/uri/tests/whatwg/modification/host_success_encoded.phpt
index 9604476554f..e5e30570ba9 100644
--- a/ext/uri/tests/whatwg/modification/host_success_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/host_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_success_existing.phpt b/ext/uri/tests/whatwg/modification/host_success_existing.phpt
index 57394c851c7..45535cb88a8 100644
--- a/ext/uri/tests/whatwg/modification/host_success_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/host_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_success_idna.phpt b/ext/uri/tests/whatwg/modification/host_success_idna.phpt
index 919e22934df..98c794ad786 100644
--- a/ext/uri/tests/whatwg/modification/host_success_idna.phpt
+++ b/ext/uri/tests/whatwg/modification/host_success_idna.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - IDNA characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_success_ipv4.phpt b/ext/uri/tests/whatwg/modification/host_success_ipv4.phpt
index fef9e0fc637..143465481f6 100644
--- a/ext/uri/tests/whatwg/modification/host_success_ipv4.phpt
+++ b/ext/uri/tests/whatwg/modification/host_success_ipv4.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - IPv4 address
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/host_success_ipv6.phpt b/ext/uri/tests/whatwg/modification/host_success_ipv6.phpt
index 2124b70ef56..f6665f6594a 100644
--- a/ext/uri/tests/whatwg/modification/host_success_ipv6.phpt
+++ b/ext/uri/tests/whatwg/modification/host_success_ipv6.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - IPv6 address
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_auto_encoded.phpt b/ext/uri/tests/whatwg/modification/password_success_auto_encoded.phpt
index 5db68cb90a6..242c1743010 100644
--- a/ext/uri/tests/whatwg/modification/password_success_auto_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_auto_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - characters from the percent encode set
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_empty.phpt b/ext/uri/tests/whatwg/modification/password_success_empty.phpt
index 40c350cc1b3..72bb5256cdd 100644
--- a/ext/uri/tests/whatwg/modification/password_success_empty.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_encoded.phpt b/ext/uri/tests/whatwg/modification/password_success_encoded.phpt
index 82b172d914a..b7f2f548524 100644
--- a/ext/uri/tests/whatwg/modification/password_success_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_existing.phpt b/ext/uri/tests/whatwg/modification/password_success_existing.phpt
index 61b0ce3909b..f3aedc393b2 100644
--- a/ext/uri/tests/whatwg/modification/password_success_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_new.phpt b/ext/uri/tests/whatwg/modification/password_success_new.phpt
index 8357b997210..5c074a16a9e 100644
--- a/ext/uri/tests/whatwg/modification/password_success_new.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_new.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - adding a new one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_null_byte.phpt b/ext/uri/tests/whatwg/modification/password_success_null_byte.phpt
index 2216fa4e8e8..3ee703024d7 100644
--- a/ext/uri/tests/whatwg/modification/password_success_null_byte.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_unset_existing.phpt b/ext/uri/tests/whatwg/modification/password_success_unset_existing.phpt
index 203b831411a..1f53b4c3b31 100644
--- a/ext/uri/tests/whatwg/modification/password_success_unset_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_unset_existing2.phpt b/ext/uri/tests/whatwg/modification/password_success_unset_existing2.phpt
index 06bade29468..70d405415eb 100644
--- a/ext/uri/tests/whatwg/modification/password_success_unset_existing2.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_unset_existing2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_unset_non_existent1.phpt b/ext/uri/tests/whatwg/modification/password_success_unset_non_existent1.phpt
index 357b33b78c0..62127d73918 100644
--- a/ext/uri/tests/whatwg/modification/password_success_unset_non_existent1.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_unset_non_existent1.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - password - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/password_success_unset_non_existent2.phpt b/ext/uri/tests/whatwg/modification/password_success_unset_non_existent2.phpt
index a795f3197a6..ea4bac4b06a 100644
--- a/ext/uri/tests/whatwg/modification/password_success_unset_non_existent2.phpt
+++ b/ext/uri/tests/whatwg/modification/password_success_unset_non_existent2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/path_success_auto_encoded.phpt b/ext/uri/tests/whatwg/modification/path_success_auto_encoded.phpt
index 59f539124c6..8f34b6db9de 100644
--- a/ext/uri/tests/whatwg/modification/path_success_auto_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/path_success_auto_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - path - characters from the percent encode set
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/path_success_empty.phpt b/ext/uri/tests/whatwg/modification/path_success_empty.phpt
index 9e8d3495445..e17856f26db 100644
--- a/ext/uri/tests/whatwg/modification/path_success_empty.phpt
+++ b/ext/uri/tests/whatwg/modification/path_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - path - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/path_success_encoded.phpt b/ext/uri/tests/whatwg/modification/path_success_encoded.phpt
index b698c4691b0..5ee661454f4 100644
--- a/ext/uri/tests/whatwg/modification/path_success_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/path_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - path - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/path_success_existing.phpt b/ext/uri/tests/whatwg/modification/path_success_existing.phpt
index 113c8c88d48..ec7918a5a4f 100644
--- a/ext/uri/tests/whatwg/modification/path_success_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/path_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - path - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/path_success_null_byte.phpt b/ext/uri/tests/whatwg/modification/path_success_null_byte.phpt
index c09a3aa2810..e753771aa9b 100644
--- a/ext/uri/tests/whatwg/modification/path_success_null_byte.phpt
+++ b/ext/uri/tests/whatwg/modification/path_success_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - path - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/path_success_unicode.phpt b/ext/uri/tests/whatwg/modification/path_success_unicode.phpt
index d195a6dadbc..1a54a0882a4 100644
--- a/ext/uri/tests/whatwg/modification/path_success_unicode.phpt
+++ b/ext/uri/tests/whatwg/modification/path_success_unicode.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - path - unicode characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/path_success_without_leading_slash.phpt b/ext/uri/tests/whatwg/modification/path_success_without_leading_slash.phpt
index 1149287dc53..c0991afb096 100644
--- a/ext/uri/tests/whatwg/modification/path_success_without_leading_slash.phpt
+++ b/ext/uri/tests/whatwg/modification/path_success_without_leading_slash.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - path - without leading slash
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_error_negative.phpt b/ext/uri/tests/whatwg/modification/port_error_negative.phpt
index 27e29995ce3..1c6f447acd1 100644
--- a/ext/uri/tests/whatwg/modification/port_error_negative.phpt
+++ b/ext/uri/tests/whatwg/modification/port_error_negative.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - port - negative number
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_error_too_large.phpt b/ext/uri/tests/whatwg/modification/port_error_too_large.phpt
index f530b367216..204b3caccc9 100644
--- a/ext/uri/tests/whatwg/modification/port_error_too_large.phpt
+++ b/ext/uri/tests/whatwg/modification/port_error_too_large.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - host - larger than a 16-bit unsigned integer
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_success_existing.phpt b/ext/uri/tests/whatwg/modification/port_success_existing.phpt
index e5ea806bd1a..f84e0a9c2de 100644
--- a/ext/uri/tests/whatwg/modification/port_success_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/port_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - port - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_success_new.phpt b/ext/uri/tests/whatwg/modification/port_success_new.phpt
index 85098b21b7b..de23a1934ac 100644
--- a/ext/uri/tests/whatwg/modification/port_success_new.phpt
+++ b/ext/uri/tests/whatwg/modification/port_success_new.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - port - adding a new one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_success_special1.phpt b/ext/uri/tests/whatwg/modification/port_success_special1.phpt
index ba85449e435..979a41a3a8e 100644
--- a/ext/uri/tests/whatwg/modification/port_success_special1.phpt
+++ b/ext/uri/tests/whatwg/modification/port_success_special1.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - port - adding a new one for a special URL
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_success_special2.phpt b/ext/uri/tests/whatwg/modification/port_success_special2.phpt
index d9f0074f053..7570768cd27 100644
--- a/ext/uri/tests/whatwg/modification/port_success_special2.phpt
+++ b/ext/uri/tests/whatwg/modification/port_success_special2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - port - adding a new one for a special URL
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_success_unset_existing.phpt b/ext/uri/tests/whatwg/modification/port_success_unset_existing.phpt
index c280c181b19..2aa7f3c07cf 100644
--- a/ext/uri/tests/whatwg/modification/port_success_unset_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/port_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - port - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/port_success_unset_non_existent.phpt b/ext/uri/tests/whatwg/modification/port_success_unset_non_existent.phpt
index d364c72d700..07ea45d9d8e 100644
--- a/ext/uri/tests/whatwg/modification/port_success_unset_non_existent.phpt
+++ b/ext/uri/tests/whatwg/modification/port_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - port - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_auto_encoded.phpt b/ext/uri/tests/whatwg/modification/query_success_auto_encoded.phpt
index fc487f33797..88c164039a5 100644
--- a/ext/uri/tests/whatwg/modification/query_success_auto_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_auto_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - characters from the percent encode set
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_context_sensitive_reserved.phpt b/ext/uri/tests/whatwg/modification/query_success_context_sensitive_reserved.phpt
index cb220a0a33e..95a857d0f4d 100644
--- a/ext/uri/tests/whatwg/modification/query_success_context_sensitive_reserved.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_context_sensitive_reserved.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - context-sensitive reserved character
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_empty.phpt b/ext/uri/tests/whatwg/modification/query_success_empty.phpt
index dcb98bc3768..f8b94f43529 100644
--- a/ext/uri/tests/whatwg/modification/query_success_empty.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_encoded.phpt b/ext/uri/tests/whatwg/modification/query_success_encoded.phpt
index f9935015f7b..ef319c04708 100644
--- a/ext/uri/tests/whatwg/modification/query_success_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_existing.phpt b/ext/uri/tests/whatwg/modification/query_success_existing.phpt
index b3429b58b86..317c4fa4687 100644
--- a/ext/uri/tests/whatwg/modification/query_success_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - changing an existing one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_null_byte.phpt b/ext/uri/tests/whatwg/modification/query_success_null_byte.phpt
index 81232d8b2aa..873e17d787f 100644
--- a/ext/uri/tests/whatwg/modification/query_success_null_byte.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_question_mark.phpt b/ext/uri/tests/whatwg/modification/query_success_question_mark.phpt
index 3e1bf5ab9dc..a993ca28b94 100644
--- a/ext/uri/tests/whatwg/modification/query_success_question_mark.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_question_mark.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - only a question mark character
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_unicode.phpt b/ext/uri/tests/whatwg/modification/query_success_unicode.phpt
index 526138f8954..f30a49b868c 100644
--- a/ext/uri/tests/whatwg/modification/query_success_unicode.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_unicode.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - unicode characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_unset_existing.phpt b/ext/uri/tests/whatwg/modification/query_success_unset_existing.phpt
index cb5a2a701e2..e898da5a39a 100644
--- a/ext/uri/tests/whatwg/modification/query_success_unset_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_unset_non_existent.phpt b/ext/uri/tests/whatwg/modification/query_success_unset_non_existent.phpt
index 6456dcacac7..1be34723655 100644
--- a/ext/uri/tests/whatwg/modification/query_success_unset_non_existent.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_unset_non_existent.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - unsetting not-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/query_success_with_leading_question_mark.phpt b/ext/uri/tests/whatwg/modification/query_success_with_leading_question_mark.phpt
index ce67dcb6bb3..d43e5e22dbb 100644
--- a/ext/uri/tests/whatwg/modification/query_success_with_leading_question_mark.phpt
+++ b/ext/uri/tests/whatwg/modification/query_success_with_leading_question_mark.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - query - with leading question mark
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/scheme_error_empty.phpt b/ext/uri/tests/whatwg/modification/scheme_error_empty.phpt
index 5e3525de7d9..0113d4ff836 100644
--- a/ext/uri/tests/whatwg/modification/scheme_error_empty.phpt
+++ b/ext/uri/tests/whatwg/modification/scheme_error_empty.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - scheme - empty string
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/scheme_error_encoded.phpt b/ext/uri/tests/whatwg/modification/scheme_error_encoded.phpt
index bda1ac497e2..906a99585ad 100644
--- a/ext/uri/tests/whatwg/modification/scheme_error_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/scheme_error_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - scheme - URL encoded characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/scheme_error_invalid.phpt b/ext/uri/tests/whatwg/modification/scheme_error_invalid.phpt
index ad98af24e4a..90256bbab1c 100644
--- a/ext/uri/tests/whatwg/modification/scheme_error_invalid.phpt
+++ b/ext/uri/tests/whatwg/modification/scheme_error_invalid.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - scheme - invalid characters
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/scheme_error_null_byte.phpt b/ext/uri/tests/whatwg/modification/scheme_error_null_byte.phpt
index ab2845ae649..649d318b897 100644
--- a/ext/uri/tests/whatwg/modification/scheme_error_null_byte.phpt
+++ b/ext/uri/tests/whatwg/modification/scheme_error_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - scheme - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/scheme_success_basic.phpt b/ext/uri/tests/whatwg/modification/scheme_success_basic.phpt
index 6f66b30b2b7..838769ec30f 100644
--- a/ext/uri/tests/whatwg/modification/scheme_success_basic.phpt
+++ b/ext/uri/tests/whatwg/modification/scheme_success_basic.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - scheme - basic case
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/scheme_success_colon.phpt b/ext/uri/tests/whatwg/modification/scheme_success_colon.phpt
index 052eca6e247..88432552274 100644
--- a/ext/uri/tests/whatwg/modification/scheme_success_colon.phpt
+++ b/ext/uri/tests/whatwg/modification/scheme_success_colon.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - scheme - trailing colon
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/scheme_success_full.phpt b/ext/uri/tests/whatwg/modification/scheme_success_full.phpt
index 957a1fab7af..103c77e1eb7 100644
--- a/ext/uri/tests/whatwg/modification/scheme_success_full.phpt
+++ b/ext/uri/tests/whatwg/modification/scheme_success_full.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - scheme - trailing colon and double slash
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_auto_encoded.phpt b/ext/uri/tests/whatwg/modification/username_success_auto_encoded.phpt
index bc0beab4964..9763c9c5194 100644
--- a/ext/uri/tests/whatwg/modification/username_success_auto_encoded.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_auto_encoded.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - characters from the percent encode set
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_existing.phpt b/ext/uri/tests/whatwg/modification/username_success_existing.phpt
index 2506acf85d7..a0a1e5ffad9 100644
--- a/ext/uri/tests/whatwg/modification/username_success_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - changing existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_new.phpt b/ext/uri/tests/whatwg/modification/username_success_new.phpt
index 56666a68ea7..f8672916ad5 100644
--- a/ext/uri/tests/whatwg/modification/username_success_new.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_new.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - adding a new one
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_null_byte.phpt b/ext/uri/tests/whatwg/modification/username_success_null_byte.phpt
index 86f6a62e0f2..7428dfe9602 100644
--- a/ext/uri/tests/whatwg/modification/username_success_null_byte.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_unset_existing.phpt b/ext/uri/tests/whatwg/modification/username_success_unset_existing.phpt
index 8340b4ca1db..59d3a42a1fd 100644
--- a/ext/uri/tests/whatwg/modification/username_success_unset_existing.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_unset_existing.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_unset_existing2.phpt b/ext/uri/tests/whatwg/modification/username_success_unset_existing2.phpt
index ccfeac222e4..2e6ba48a1dd 100644
--- a/ext/uri/tests/whatwg/modification/username_success_unset_existing2.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_unset_existing2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - unsetting existing
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_unset_non_existent1.phpt b/ext/uri/tests/whatwg/modification/username_success_unset_non_existent1.phpt
index 44a64861042..b462100a7e2 100644
--- a/ext/uri/tests/whatwg/modification/username_success_unset_non_existent1.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_unset_non_existent1.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/modification/username_success_unset_non_existent2.phpt b/ext/uri/tests/whatwg/modification/username_success_unset_non_existent2.phpt
index 7886b35fd9b..938202b5c7d 100644
--- a/ext/uri/tests/whatwg/modification/username_success_unset_non_existent2.phpt
+++ b/ext/uri/tests/whatwg/modification/username_success_unset_non_existent2.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url component modification - username - unsetting non-existent
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/reference_resolution/resolve_error_host_null_byte.phpt b/ext/uri/tests/whatwg/reference_resolution/resolve_error_host_null_byte.phpt
index ed31e0e5dae..15b2a141f2f 100644
--- a/ext/uri/tests/whatwg/reference_resolution/resolve_error_host_null_byte.phpt
+++ b/ext/uri/tests/whatwg/reference_resolution/resolve_error_host_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url reference resolution - resolve() - null byte
---EXTENSIONS--
-uri
 --FILE--
 <?php

diff --git a/ext/uri/tests/whatwg/reference_resolution/resolve_success_path_null_byte.phpt b/ext/uri/tests/whatwg/reference_resolution/resolve_success_path_null_byte.phpt
index abdcec98e84..f26b2eb5fa5 100644
--- a/ext/uri/tests/whatwg/reference_resolution/resolve_success_path_null_byte.phpt
+++ b/ext/uri/tests/whatwg/reference_resolution/resolve_success_path_null_byte.phpt
@@ -1,7 +1,5 @@
 --TEST--
 Test Uri\WhatWg\Url reference resolution - resolve() - null byte in path
---EXTENSIONS--
-uri
 --FILE--
 <?php