From 41508f3df7c32ae2b00993087a0374795030f003 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2015 14:41:55 +0100 Subject: php-pecl-propro: 2.0.0RC1 --- REFLECTION-PHP7 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..a8c9c45 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,31 @@ +Extension [ extension #83 propro version 2.0.0RC1 ] { + + - Classes [1] { + Class [ final class php\PropertyProxy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ &$object ] + Parameter #1 [ $member ] + Parameter #2 [ php\PropertyProxy or NULL $parent ] + } + } + } + } + } +} + -- cgit