#48736 [Opn->Bgs]: ReflectionMethod::getParemeters() does not return parameters of memcache::set()

[email protected]
Newsgroups php.bugs
Message-ID <[email protected]>
 ID:               48736
 Updated by:       [email protected]
 Reported By:      fhardy at noparking dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Reflection related
 Operating System: freeBSD 7.1
 PHP Version:      5.2.10
 New Comment:

memcache does not expose these argument information.

Please refile this as a bug against the extension on pecl.php.net


Previous Comments:
------------------------------------------------------------------------

[2009-06-30 12:25:32] fhardy at noparking dot net

Description:
------------
ReflectionMethod::getParemeters() does not return parameters of
memcache::set().

Reproduce code:
---------------
$method = new reflectionMethod('memcache', 'set');
echo (sizeof($method->getParameters()) ? 'OK' : 'KO');

Expected result:
----------------
'OK'

Actual result:
--------------
'KO'


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48736&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.