diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-04 05:44:28 -0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-02-04 17:00:24 +0100 |
commit | affc20f8912d53fb9eb75c48968414d129a2a04b (patch) | |
tree | 77065c0f5a41785f321a885df776b7c637670ed5 /sapi/cli/php_cli_process_title.c | |
parent | 0709eb80f3f20d37680503bd711c86c5834a6528 (diff) | |
download | php-git-affc20f8912d53fb9eb75c48968414d129a2a04b.tar.gz |
Use bool instead of boolean in proto
Diffstat (limited to 'sapi/cli/php_cli_process_title.c')
-rw-r--r-- | sapi/cli/php_cli_process_title.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli_process_title.c b/sapi/cli/php_cli_process_title.c index a24fbbb69e..c1074ebf19 100644 --- a/sapi/cli/php_cli_process_title.c +++ b/sapi/cli/php_cli_process_title.c @@ -26,7 +26,7 @@ #include "php_cli_process_title.h" #include "ps_title.h" -/* {{{ proto boolean cli_set_process_title(string arg) +/* {{{ proto bool cli_set_process_title(string arg) Return a boolean to confirm if the process title was successfully changed or not */ PHP_FUNCTION(cli_set_process_title) { |