]> granicus.if.org Git - php/commit
Deprecate Reflection export() methods
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 11 Jul 2019 11:41:10 +0000 (13:41 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 22 Jul 2019 09:39:52 +0000 (11:39 +0200)
commit3121b7174f4cb077b1165bf4feed1ec889472f1e
tree1b3ba56803e7840d3f62110d8105a3e94d628de0
parent0ba7c3eadf2683e4581079ea04b5b3019a5b6cce
Deprecate Reflection export() methods

And remove the Reflector::export() interface method.
34 files changed:
Zend/tests/bug43200.phpt
Zend/tests/return_types/reflection001.phpt
ext/reflection/php_reflection.c
ext/reflection/tests/009.phpt
ext/reflection/tests/025.phpt
ext/reflection/tests/ReflectionClassConstant_basic1.phpt
ext/reflection/tests/ReflectionClass_export_array_bug72222.phpt
ext/reflection/tests/ReflectionClass_export_basic1.phpt
ext/reflection/tests/ReflectionClass_export_basic2.phpt
ext/reflection/tests/ReflectionClass_toString_001.phpt
ext/reflection/tests/ReflectionExtension_export_basic.phpt
ext/reflection/tests/ReflectionMethod_basic2.phpt
ext/reflection/tests/ReflectionObject_export_basic1.phpt
ext/reflection/tests/ReflectionObject_export_basic2.phpt
ext/reflection/tests/ReflectionObject_export_basic3.phpt
ext/reflection/tests/ReflectionParameter_export_basic.phpt
ext/reflection/tests/ReflectionParameter_export_error2.phpt
ext/reflection/tests/ReflectionParameter_export_error3.phpt
ext/reflection/tests/ReflectionProperty_basic1.phpt
ext/reflection/tests/ReflectionProperty_export_basic.phpt
ext/reflection/tests/ReflectionProperty_export_error.phpt
ext/reflection/tests/ReflectionZendExtension.phpt
ext/reflection/tests/bug29986.phpt
ext/reflection/tests/bug33389.phpt
ext/reflection/tests/bug37964.phpt
ext/reflection/tests/bug38942.phpt
ext/reflection/tests/bug41061.phpt
ext/reflection/tests/bug45571.phpt
ext/reflection/tests/bug45765.phpt
ext/reflection/tests/bug46205.phpt
ext/reflection/tests/traits002.phpt
ext/simplexml/tests/bug37565.phpt
ext/spl/tests/countable_class_basic1.phpt
ext/standard/tests/strings/bug61116.phpt