php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52210 simplexml_load_file should give type hint to SimpleXMLElement in phpdoc
Submitted: 2010-06-30 13:59 UTC Modified: 2015-01-29 20:50 UTC
From: ch@php.net Assigned: requinix (profile)
Status: Closed Package: SimpleXML related
PHP Version: 5.3.2 OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ch@php.net
New email:
PHP Version: OS:

 

 [2010-06-30 13:59 UTC] ch@php.net
Description:
------------
The current phpdoc of simplexml_load_file() on 
  http://de3.php.net/manual/en/function.simplexml-load-file.php 
says:
  object simplexml_load_file  (  string $filename  [,  string $class_name = "SimpleXMLElement"  [,  int $options = 0  [,  string $ns  [,  bool $is_prefix = false  ]]]] )

To aide auto-completion in IDEs it would be helpful if the documentation would
be changed to
  SimpleXMLElement simplexml_load_file(...)

At least NetBeans seems to auto generate stub .php files from the online documentation.





Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC