diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-23 11:29:25 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-23 11:29:25 +0200 |
| commit | 1078857f21284a0699e1789bd9ab2ac03e0f098c (patch) | |
| tree | ebe739892dbdc94ea8d8bbc30611ec664843a867 /REFLECTION | |
| parent | d1ee383f33e503e3110a4e43848d694de74d82c3 (diff) | |
update to 1.0.11
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #97 phpy version 1.0.10 ] { +Extension [ <persistent> extension #98 phpy version 1.0.11 ] { - Classes [13] { Class [ <internal:phpy> class PyCore ] { @@ -9,7 +9,7 @@ Extension [ <persistent> extension #97 phpy version 1.0.10 ] { - Static properties [0] { } - - Static methods [12] { + - Static methods [13] { Method [ <internal:phpy> static public method import ] { - Parameters [1] { @@ -99,6 +99,15 @@ Extension [ <persistent> extension #97 phpy version 1.0.10 ] { - Return [ void ] } + Method [ <internal:phpy> static public method raise ] { + + - Parameters [2] { + Parameter #0 [ <required> PyObject $type ] + Parameter #1 [ <optional> mixed $value = null ] + } + - Return [ void ] + } + Method [ <internal:phpy> static public method __callStatic ] { - Parameters [2] { |
