php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74409 Reflection information for ini_get_all() is incomplete
Submitted: 2017-04-11 06:14 UTC Modified: -
From: sebastian@php.net Assigned:
Status: Closed Package: Reflection related
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sebastian@php.net
New email:
PHP Version: OS:

 

 [2017-04-11 06:14 UTC] sebastian@php.net
Description:
------------
$ php --rf ini_get_all
Function [ <internal:standard> function ini_get_all ] {

  - Parameters [1] {
    Parameter #0 [ <optional> $extension ]
  }
}

http://php.net/manual/en/function.ini-get-all.php:
array ini_get_all ([ string $extension [, bool $details = true ]] )


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-11 06:29 UTC] sebastian@php.net
Automatic comment on behalf of sebastian
Revision: http://git.php.net/?p=php-src.git;a=commit;h=7cdf520319b4c2dab1409215b680ee1410bf39c2
Log: Fix bug #74409
 [2017-04-11 06:29 UTC] sebastian@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 07:01:27 2024 UTC