|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchespatch.c (last revision 2014-06-27 04:32 UTC by zaets28rus at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-03-10 12:12 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-03-10 12:12 UTC] cmb@php.net
[2021-03-21 04:22 UTC] pecl-dev at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 02:00:02 2025 UTC |
Description: ------------ For current time this package don`t support for getting information about method paramaters Test script: --------------- <?php $class = new ReflectionClass('Memcache') var_dump($class->getMethod('connect')->getParameters()); Expected result: ---------------- Parameters and number of parameters Actual result: -------------- none