1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

php: add function "hdata_compare"

This commit is contained in:
Sébastien Helleu
2017-09-03 12:50:48 +02:00
parent 6a45c5e243
commit baa1d5fbc9
3 changed files with 29 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@ const zend_function_entry weechat_functions[] = {
PHP_FE(weechat_gettext, NULL)
PHP_FE(weechat_hdata_char, NULL)
PHP_FE(weechat_hdata_check_pointer, NULL)
PHP_FE(weechat_hdata_compare, NULL)
PHP_FE(weechat_hdata_get_list, NULL)
PHP_FE(weechat_hdata_get, NULL)
PHP_FE(weechat_hdata_get_string, NULL)