php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #54971
Patch bug54971.phpt.patch revision 2011-08-30 13:19 UTC by datibbaw@php.net
revision 2011-08-30 04:16 UTC by datibbaw@php.net

Patch bug54971.phpt.patch for DOM XML related Bug #54971

Patch version 2011-08-30 04:16 UTC

Return to Bug #54971 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions:

Developer: datibbaw@php.net

Index: ext/spl/tests/bug54971.phpt
===================================================================
--- ext/spl/tests/bug54971.phpt	(revision 315755)
+++ 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 (!class_exists('DOMDocument')) die("skip this test needs --enable-dom");
+?>
 --FILE--
 <?php
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC