![]() |
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 04:16 UTC Return to Bug #54971 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: datibbaw@php.netIndex: 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 |
![]() All rights reserved. |
Last updated: Fri Mar 14 09:01:29 2025 UTC |