We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b589d49 commit bdd887fCopy full SHA for bdd887f
ext/reflection/tests/016.phpt
@@ -9,9 +9,11 @@ $deps = $ext->getDependencies();
9
var_dump($deps);
10
?>
11
--EXPECT--
12
-array(2) {
+array(3) {
13
["libxml"]=>
14
string(8) "Required"
15
+ ["lexbor"]=>
16
+ string(8) "Required"
17
["domxml"]=>
18
string(9) "Conflicts"
19
}
ext/reflection/tests/ReflectionExtension_getDependencies_basic.phpt
@@ -9,10 +9,12 @@ dom
$dom = new ReflectionExtension('dom');
var_dump($dom->getDependencies());
---EXPECTF--
+--EXPECT--
- %s(8) "Required"
- %s(9) "Conflicts"
+ string(9) "Conflicts"
20
0 commit comments