From 10f80b5084772ca502050a76fbd60bc1eac6d2c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Dec 2024 08:43:37 +0100 Subject: initial package, version 1.0.0dev open https://github.com/eklausme/php-md4c/issues/12 version inconsistency open https://github.com/eklausme/php-md4c/issues/13 PHP version compatibility --- REFLECTION | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..979121b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,18 @@ +Extension [ extension #87 md4c version 1.0 ] { + + - Constants [2] { + Constant [ int MD4C_DIALECT_GITHUB ] { 3852 } + Constant [ int MD4C_FLAG_NOINDENTEDCODEBLOCKS ] { 16 } + } + + - Functions { + Function [ function md4c_toHtml ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $flag ] + } + } + } +} + -- cgit