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 13:19 UTC

Return to Bug #54971 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2011-08-30 13:19 UTC | 2011-08-30 04:16 UTC

Developer: datibbaw@php.net



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