mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Add missing EXTENSION section to tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
DOMXPath::query() can return DOMNodeList with DOMNameSpaceNode items
|
||||
--EXTENSIONS--
|
||||
dom
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
filter.default is deprecated
|
||||
--EXTENSIONS--
|
||||
filter
|
||||
--INI--
|
||||
filter.default=special_chars
|
||||
--FILE--
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
openssl_dh_compute_key()
|
||||
--EXTENSIONS--
|
||||
openssl
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #81342: New ampersand token parsing depends on new line after it
|
||||
--EXTENSIONS--
|
||||
tokenizer
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #81521: XMLReader::getParserProperty may throw with a valid property
|
||||
--EXTENSIONS--
|
||||
xmlreader
|
||||
--FILE--
|
||||
<?php
|
||||
$reader = new XMLReader();
|
||||
|
||||
Reference in New Issue
Block a user