mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Add missing EXTENSION section to tests
This commit is contained in:
commit
a27ae67c0f
6 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Do not inherit LC_CTYPE from environment
|
Do not inherit LC_CTYPE from environment
|
||||||
|
--EXTENSIONS--
|
||||||
|
ctype
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
|
if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
|
DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
|
||||||
|
--EXTENSIONS--
|
||||||
|
dom
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
filter.default is deprecated
|
filter.default is deprecated
|
||||||
|
--EXTENSIONS--
|
||||||
|
filter
|
||||||
--INI--
|
--INI--
|
||||||
filter.default=special_chars
|
filter.default=special_chars
|
||||||
--FILE--
|
--FILE--
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
openssl_dh_compute_key()
|
openssl_dh_compute_key()
|
||||||
|
--EXTENSIONS--
|
||||||
|
openssl
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Bug #81342: New ampersand token parsing depends on new line after it
|
Bug #81342: New ampersand token parsing depends on new line after it
|
||||||
|
--EXTENSIONS--
|
||||||
|
tokenizer
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Bug #81521: XMLReader::getParserProperty may throw with a valid property
|
Bug #81521: XMLReader::getParserProperty may throw with a valid property
|
||||||
|
--EXTENSIONS--
|
||||||
|
xmlreader
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$reader = new XMLReader();
|
$reader = new XMLReader();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue