Skip to content

Commit a27ae67

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Add missing EXTENSION section to tests
2 parents 1d6b32f + a4acba9 commit a27ae67

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

ext/ctype/tests/lc_ctype_inheritance.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Do not inherit LC_CTYPE from environment
3+
--EXTENSIONS--
4+
ctype
35
--SKIPIF--
46
<?php
57
if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }

ext/dom/tests/xpath_domnamespacenode.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
3+
--EXTENSIONS--
4+
dom
35
--FILE--
46
<?php
57

ext/filter/tests/filter_default_deprecation.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
filter.default is deprecated
3+
--EXTENSIONS--
4+
filter
35
--INI--
46
filter.default=special_chars
57
--FILE--

ext/openssl/tests/openssl_dh_compute_key.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
openssl_dh_compute_key()
3+
--EXTENSIONS--
4+
openssl
35
--FILE--
46
<?php
57

ext/tokenizer/tests/bug81342.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #81342: New ampersand token parsing depends on new line after it
3+
--EXTENSIONS--
4+
tokenizer
35
--FILE--
46
<?php
57

ext/xmlreader/tests/bug81521.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #81521: XMLReader::getParserProperty may throw with a valid property
3+
--EXTENSIONS--
4+
xmlreader
35
--FILE--
46
<?php
57
$reader = new XMLReader();

0 commit comments

Comments
 (0)