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
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: 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

Pull Requests

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 Nov 21 11:01:29 2024 UTC