diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-13 12:41:56 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-13 12:41:56 +0200 |
commit | de58fe55f871154a304d2efb24e76fccac4420ce (patch) | |
tree | c56f470ab8b9a76220b21c83c6c2c0a0ac54d59a /REFLECTION-PHP7 | |
parent | 02e5398a41e1170c40459a81e969e84a2641589c (diff) |
php-pecl-uopz: 5.0.0 (php 7)
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 56 |
1 files changed, 56 insertions, 0 deletions
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 [ <persistent> 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 [ <internal:uopz> function uopz_set_return ] { + } + Function [ <internal:uopz> function uopz_get_return ] { + } + Function [ <internal:uopz> function uopz_unset_return ] { + } + Function [ <internal:uopz> function uopz_set_mock ] { + } + Function [ <internal:uopz> function uopz_get_mock ] { + } + Function [ <internal:uopz> function uopz_unset_mock ] { + } + Function [ <internal:uopz> function uopz_get_static ] { + } + Function [ <internal:uopz> function uopz_set_static ] { + } + Function [ <internal:uopz> function uopz_set_hook ] { + } + Function [ <internal:uopz> function uopz_get_hook ] { + } + Function [ <internal:uopz> function uopz_unset_hook ] { + } + Function [ <internal:uopz> function uopz_add_function ] { + } + Function [ <internal:uopz> function uopz_del_function ] { + } + Function [ <internal:uopz> function uopz_extend ] { + } + Function [ <internal:uopz> function uopz_implement ] { + } + Function [ <internal:uopz> function uopz_flags ] { + } + Function [ <internal:uopz> function uopz_redefine ] { + } + Function [ <internal:uopz> function uopz_undefine ] { + } + Function [ <internal:uopz> function uopz_set_property ] { + } + Function [ <internal:uopz> function uopz_get_property ] { + } + } +} + |