]> granicus.if.org Git - php/commitdiff
bool not boolean
authorRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:37:28 +0000 (04:37 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:37:28 +0000 (04:37 +0000)
ext/mbstring/mbstring.c
ext/rpc/xmlrpc/xmlrpc-epi-php.c
ext/xmlrpc/xmlrpc-epi-php.c
main/output.c

index 3edc56cbf30463c53ab6050fd0bd7d435ce7b279..197ad3bc57ba8b6c35fabd947ef4092f0e75cd76 100644 (file)
@@ -1120,7 +1120,7 @@ PHP_FUNCTION(mb_http_output)
 /* }}} */
 
 
-/* {{{ proto boolean|array mb_detect_order([mixed encoding-list])
+/* {{{ proto bool|array mb_detect_order([mixed encoding-list])
    Sets the current detect_order or Return the current detect_order as a array */
 PHP_FUNCTION(mb_detect_order)
 {
index 8df12e8aa72ac7a2a73e7acd285b837a4d7f2fa9..460ca9bd970060a86f72c8b65bb88b131a31af2c 100644 (file)
@@ -953,7 +953,7 @@ static void php_xmlrpc_introspection_callback(XMLRPC_SERVER server, void* data)
    zend_hash_clean(Z_ARRVAL_P(pData->server->introspection_map));
 }
 
-/* {{{ proto boolean xmlrpc_server_register_method(handle server, string method_name, string function)
+/* {{{ proto bool xmlrpc_server_register_method(handle server, string method_name, string function)
    Register a PHP function to handle method matching method_name */
 PHP_FUNCTION(xmlrpc_server_register_method)
 {
@@ -988,7 +988,7 @@ PHP_FUNCTION(xmlrpc_server_register_method)
 }
 
 
-/* {{{ proto boolean xmlrpc_server_register_introspection_callback(handle server, string function)
+/* {{{ proto bool xmlrpc_server_register_introspection_callback(handle server, string function)
    Register a PHP function to generate documentation */
 PHP_FUNCTION(xmlrpc_server_register_introspection_callback)
 {
index 8df12e8aa72ac7a2a73e7acd285b837a4d7f2fa9..460ca9bd970060a86f72c8b65bb88b131a31af2c 100644 (file)
@@ -953,7 +953,7 @@ static void php_xmlrpc_introspection_callback(XMLRPC_SERVER server, void* data)
    zend_hash_clean(Z_ARRVAL_P(pData->server->introspection_map));
 }
 
-/* {{{ proto boolean xmlrpc_server_register_method(handle server, string method_name, string function)
+/* {{{ proto bool xmlrpc_server_register_method(handle server, string method_name, string function)
    Register a PHP function to handle method matching method_name */
 PHP_FUNCTION(xmlrpc_server_register_method)
 {
@@ -988,7 +988,7 @@ PHP_FUNCTION(xmlrpc_server_register_method)
 }
 
 
-/* {{{ proto boolean xmlrpc_server_register_introspection_callback(handle server, string function)
+/* {{{ proto bool xmlrpc_server_register_introspection_callback(handle server, string function)
    Register a PHP function to generate documentation */
 PHP_FUNCTION(xmlrpc_server_register_introspection_callback)
 {
index 8d9e34addc7c0a2e369b08e3cd43c9f85ade6d42..df280339796ac29c7b1c00b379b888f3ccdcac3e 100644 (file)
@@ -690,7 +690,7 @@ static int php_ub_body_write(const char *str, uint str_length TSRMLS_DC)
  * HEAD support
  */
 
-/* {{{ proto boolean ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
+/* {{{ proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
    Turn on Output Buffering (specifying an optional output handler). */
 PHP_FUNCTION(ob_start)
 {