From 1078857f21284a0699e1789bd9ab2ac03e0f098c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Apr 2026 11:29:25 +0200 Subject: update to 1.0.11 --- REFLECTION | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7b91db5..685431b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #97 phpy version 1.0.10 ] { +Extension [ extension #98 phpy version 1.0.11 ] { - Classes [13] { Class [ class PyCore ] { @@ -9,7 +9,7 @@ Extension [ extension #97 phpy version 1.0.10 ] { - Static properties [0] { } - - Static methods [12] { + - Static methods [13] { Method [ static public method import ] { - Parameters [1] { @@ -99,6 +99,15 @@ Extension [ extension #97 phpy version 1.0.10 ] { - Return [ void ] } + Method [ static public method raise ] { + + - Parameters [2] { + Parameter #0 [ PyObject $type ] + Parameter #1 [ mixed $value = null ] + } + - Return [ void ] + } + Method [ static public method __callStatic ] { - Parameters [2] { -- cgit