1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

php: rename print functions

Rename:
- printf to print
- printf_date_tags to print_date_tags
- printf_y to print_y
- log_printf to log_print
This commit is contained in:
Sébastien Helleu
2017-09-07 21:50:20 +02:00
parent 8bd874a281
commit 1851f6472f
3 changed files with 36 additions and 36 deletions
+4 -4
View File
@@ -107,10 +107,10 @@ PHP_FUNCTION(weechat_key_bind);
PHP_FUNCTION(weechat_key_unbind);
PHP_FUNCTION(weechat_prefix);
PHP_FUNCTION(weechat_color);
PHP_FUNCTION(weechat_printf);
PHP_FUNCTION(weechat_printf_date_tags);
PHP_FUNCTION(weechat_printf_y);
PHP_FUNCTION(weechat_log_printf);
PHP_FUNCTION(weechat_print);
PHP_FUNCTION(weechat_print_date_tags);
PHP_FUNCTION(weechat_print_y);
PHP_FUNCTION(weechat_log_print);
PHP_FUNCTION(weechat_hook_command);
PHP_FUNCTION(weechat_hook_completion);
PHP_FUNCTION(weechat_hook_completion_get_string);