mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use bool instead of boolean in proto
This commit is contained in:
parent
0709eb80f3
commit
affc20f891
17 changed files with 69 additions and 69 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue