mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Use bool instead of boolean in proto
This commit is contained in:
committed by
Nikita Popov
parent
0709eb80f3
commit
affc20f891
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user