]> granicus.if.org Git - php/commitdiff
Fix protos.
authorAndrei Zmievski <andrei@php.net>
Fri, 6 Oct 2006 17:14:14 +0000 (17:14 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 6 Oct 2006 17:14:14 +0000 (17:14 +0000)
ext/unicode/collator.c
ext/unicode/property.c

index 1b4720366a729d44ce44123f72853debc1bc0d21..03f0e34a166560883edfbd19035eff593c4bc23f 100644 (file)
@@ -247,7 +247,7 @@ PHP_FUNCTION(collator_sort)
 }
 /* }}} */
 
-/* {{{ proto void Collator::set_strength(int strength) U
+/* {{{ proto void Collator::setStrength(int strength) U
    Set the collation strength */
 /* {{{ proto void collator_set_strength(Collator coll, int strength) U
    Set the collation strength */
@@ -265,7 +265,7 @@ PHP_FUNCTION(collator_set_strength)
 }
 /* }}} */
 
-/* {{{ proto int Collator::get_strength() U
+/* {{{ proto int Collator::getStrength() U
    Returns the current collation strength */
 /* {{{ proto int collator_get_strength(Collator coll) U
    Returns the current collation strength */
@@ -282,7 +282,7 @@ PHP_FUNCTION(collator_get_strength)
 }
 /* }}} */
 
-/* {{{ proto bool Collator::set_attribute(int attribute, int value) U
+/* {{{ proto bool Collator::setAttribute(int attribute, int value) U
    Set a collation attribute */
 /* {{{ proto bool collator_set_attribute(Collator coll, int attribute, int value) U
    Set a collation attribute */
@@ -304,7 +304,7 @@ PHP_FUNCTION(collator_set_attribute)
 /* }}} */
 
 
-/* {{{ proto int Collator::get_attribute(int attribute) U
+/* {{{ proto int Collator::getAttribute(int attribute) U
    Returns a collation attribute */
 /* {{{ proto int collator_get_attribute(Collator coll, int attribute) U
    Returns a collation attribute */
index 8c2ebe4d205af413ffe1e6c606ccba8c2fcaca0d..376dd7009a85cf37fba0bdfd0a55c1335d34452b 100644 (file)
@@ -253,7 +253,7 @@ PHP_FUNCTION(char_is_titlecase)
 
 /* {{{ Single character properties */
 
-/* {{{ poto float char_get_numeric_value(char text) U
+/* {{{ proto float char_get_numeric_value(char text) U
    Get the numeric value for the character, as defined in the Unicode Character Database */
 PHP_FUNCTION(char_get_numeric_value)
 {