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