From de58fe55f871154a304d2efb24e76fccac4420ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Apr 2016 12:41:56 +0200 Subject: php-pecl-uopz: 5.0.0 (php 7) --- REFLECTION-PHP7 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..e47ee50 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,56 @@ +Extension [ extension #15 uopz version 5.0.0 ] { + + - Constants [7] { + Constant [ integer ZEND_ACC_PUBLIC ] { 256 } + Constant [ integer ZEND_ACC_PRIVATE ] { 1024 } + Constant [ integer ZEND_ACC_PROTECTED ] { 512 } + Constant [ integer ZEND_ACC_PPP_MASK ] { 1792 } + Constant [ integer ZEND_ACC_STATIC ] { 1 } + Constant [ integer ZEND_ACC_FINAL ] { 4 } + Constant [ integer ZEND_ACC_ABSTRACT ] { 2 } + } + + - Functions { + Function [ function uopz_set_return ] { + } + Function [ function uopz_get_return ] { + } + Function [ function uopz_unset_return ] { + } + Function [ function uopz_set_mock ] { + } + Function [ function uopz_get_mock ] { + } + Function [ function uopz_unset_mock ] { + } + Function [ function uopz_get_static ] { + } + Function [ function uopz_set_static ] { + } + Function [ function uopz_set_hook ] { + } + Function [ function uopz_get_hook ] { + } + Function [ function uopz_unset_hook ] { + } + Function [ function uopz_add_function ] { + } + Function [ function uopz_del_function ] { + } + Function [ function uopz_extend ] { + } + Function [ function uopz_implement ] { + } + Function [ function uopz_flags ] { + } + Function [ function uopz_redefine ] { + } + Function [ function uopz_undefine ] { + } + Function [ function uopz_set_property ] { + } + Function [ function uopz_get_property ] { + } + } +} + -- cgit