|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug54971.phpt.patch for DOM XML related Bug #54971Patch version 2011-08-30 13:19 UTC Return to Bug #54971 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: datibbaw@php.net
Index: ext/spl/tests/bug54971.phpt
===================================================================
--- ext/spl/tests/bug54971.phpt (revision 315778)
+++ ext/spl/tests/bug54971.phpt (working copy)
@@ -1,5 +1,9 @@
--TEST--
Bug #54971 (Wrong result when using iterator_to_array with use_keys on true)
+--SKIPIF--
+<?php
+if (!extension_loaded('dom')) die("skip this test needs --enable-dom");
+?>
--FILE--
<?php
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 14:00:02 2025 UTC |