]> granicus.if.org Git - php/commitdiff
fix protos
authorStanislav Malyshev <stas@php.net>
Thu, 25 Mar 2010 22:30:26 +0000 (22:30 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 25 Mar 2010 22:30:26 +0000 (22:30 +0000)
ext/intl/resourcebundle/resourcebundle_class.c

index 1c9a689b2de409fd0ecc35580a19b0c260a06709..bebd0e8282f1ddbb288e357edf7855045bffe219 100644 (file)
@@ -126,7 +126,7 @@ ZEND_BEGIN_ARG_INFO_EX( arginfo_resourcebundle___construct, 0, 0, 2 )
 ZEND_END_ARG_INFO()
 /* }}} */
 
-/* {{{ proto void ResourceBundle::__construct( string $bundlename [, string $locale [, bool $fallback = true ]] )
+/* {{{ proto void ResourceBundle::__construct( string $locale [, string $bundlename [, bool $fallback = true ]] )
  * ResourceBundle object constructor
  */
 PHP_METHOD( ResourceBundle, __construct )
@@ -136,8 +136,9 @@ PHP_METHOD( ResourceBundle, __construct )
 }
 /* }}} */
 
-/* {{{ proto ResourceBundle ResourceBundle::create( string $bundlename [, string $locale [, bool $fallback = true ]] )
-proto ResourceBundle resourcebundle_create( string $bundlename [, string $locale [, bool $fallback = true ]] ) */
+/* {{{ proto ResourceBundle ResourceBundle::create( string $locale [, string $bundlename [, bool $fallback = true ]] )
+proto ResourceBundle resourcebundle_create( string $locale [, string $bundlename [, bool $fallback = true ]] )
+*/
 PHP_FUNCTION( resourcebundle_create ) 
 {
        object_init_ex( return_value, ResourceBundle_ce_ptr );