]> granicus.if.org Git - php/commitdiff
bool not boolean
authorRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:44:45 +0000 (04:44 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 13 Aug 2002 04:44:45 +0000 (04:44 +0000)
ext/ldap/ldap.c
ext/standard/basic_functions.c

index 255705d371c190196b69a4ad33baa399927f16ab..54172eadc41b961b4de236023861b4bb973505c3 100644 (file)
@@ -1928,7 +1928,7 @@ PHP_FUNCTION(ldap_parse_reference)
 /* }}} */
 #endif
 
-/* {{{ proto bool ldap_rename(resource link, string dn, string newrdn, string newparent, boolean deleteoldrdn);
+/* {{{ proto bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn);
    Modify the name of an entry */
 PHP_FUNCTION(ldap_rename)
 {
index 823a2ab20c288602a3b84397e07d5665054bde32..13c970b967823bf68e83eec3d65daada236c9f9e 100644 (file)
@@ -2132,7 +2132,7 @@ PHP_FUNCTION(connection_status)
 }
 /* }}} */
 
-/* {{{ proto int ignore_user_abort(boolean value)
+/* {{{ proto int ignore_user_abort(bool value)
    Set whether we want to ignore a user abort event or not */
 PHP_FUNCTION(ignore_user_abort)
 {
@@ -2466,7 +2466,7 @@ static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, int callback
 }
 
 
-/* {{{ proto array parse_ini_file(string filename [, boolean process_sections])
+/* {{{ proto array parse_ini_file(string filename [, bool process_sections])
    Parse configuration file */
 PHP_FUNCTION(parse_ini_file)
 {