From 4e0c1190b7820361765d687e1fa70c9f9aaa3aaa Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 6 Oct 2006 17:14:14 +0000 Subject: [PATCH] Fix protos. --- ext/unicode/collator.c | 8 ++++---- ext/unicode/property.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/unicode/collator.c b/ext/unicode/collator.c index 1b4720366a..03f0e34a16 100644 --- a/ext/unicode/collator.c +++ b/ext/unicode/collator.c @@ -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 */ diff --git a/ext/unicode/property.c b/ext/unicode/property.c index 8c2ebe4d20..376dd7009a 100644 --- a/ext/unicode/property.c +++ b/ext/unicode/property.c @@ -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) { -- 2.40.0