diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-15 09:38:14 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-15 09:38:14 +0100 |
commit | c4e942953e32789edb2d2d978b1dc663a45ca1ce (patch) | |
tree | 8a2d7f4afc1163e587ac37c49ff4d856ce6af147 /REFLECTION | |
parent | 23f2f19feff8cbe58faef9f7bdf1e54dce53ed74 (diff) |
update to 0.0.4
drop patch merged upstream
open https://github.com/ph4r05/php_aho_corasick/pull/17 fix version
open https://github.com/ph4r05/php_aho_corasick/pull/16 travis
run upstream test suite added in
https://github.com/ph4r05/php_aho_corasick/pull/13
open https://github.com/ph4r05/php_aho_corasick/pull/18 arginfo
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -1,17 +1,44 @@ -Extension [ <persistent> extension #73 ahocorasick version 2.0 ] { +Extension [ <persistent> extension #73 ahocorasick version 0.0.4 ] { - Functions { Function [ <internal:ahocorasick> function ahocorasick_match ] { + + - Parameters [3] { + Parameter #0 [ <required> $needle ] + Parameter #1 [ <required> $id ] + Parameter #2 [ <optional> $findAll ] + } } Function [ <internal:ahocorasick> function ahocorasick_init ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } } Function [ <internal:ahocorasick> function ahocorasick_deinit ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } } Function [ <internal:ahocorasick> function ahocorasick_isValid ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } } Function [ <internal:ahocorasick> function ahocorasick_finalize ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } } Function [ <internal:ahocorasick> function ahocorasick_add_patterns ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $patterns ] + } } } |