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

index 3d881a2298c9065867773f2f2efd1ec95efe7d91..b525ed1a3bb6f8925d749b9bf70ac27c4914bee9 100644 (file)
@@ -1,4 +1,4 @@
-/*
+       /*
    +----------------------------------------------------------------------+
    | PHP Version 5                                                        |
    +----------------------------------------------------------------------+
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 );