| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2003-09-12 06:32 UTC] helly@php.net
  [2003-09-12 11:45 UTC] mfladischer at gmx dot net
  [2003-09-12 15:20 UTC] sniper@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 12:00:01 2025 UTC | 
Description: ------------ I get a bool(false) when trying to open a xml-file with a relative path. It works as expected with FQ paths. Reproduce code: --------------- <?php // example.xml is in the same directory as this script var_dump(domxml_open_file("example.xml")); ?> Expected result: ---------------- A DOM-document object: object(domdocument).... Actual result: -------------- bool(false)