From ec89f5d4e71e9eab6126224b9c9a3578098a2f52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jun 2017 17:06:34 +0200 Subject: upstream patch for 7.2 --- REFLECTION-PHP7 | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 69196ce..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,56 +0,0 @@ -Extension [ extension #15 uopz version 5.0.1 ] { - - - 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