From 0ec4055954fcc12904a28e463ddec7b00965819b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Mar 2023 15:00:25 +0100 Subject: update refl --- REFLECTION | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a0f2315..e3efdf0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 memcached version 3.2.0 ] { +Extension [ extension #72 memcached version 3.2.0 ] { - Dependencies { Dependency [ session (Required) ] @@ -95,7 +95,7 @@ Extension [ extension #113 memcached version 3.2.0 ] { Class [ class Memcached ] { - Constants [146] { - Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781313 } + Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781314 } Constant [ public int OPT_COMPRESSION ] { -1001 } Constant [ public int OPT_COMPRESSION_TYPE ] { -1004 } Constant [ public int OPT_PREFIX_KEY ] { -1002 } @@ -833,8 +833,8 @@ Extension [ extension #113 memcached version 3.2.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -851,6 +851,7 @@ Extension [ extension #113 memcached version 3.2.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit