]> granicus.if.org Git - php/commitdiff
C89 compat
authorAnatol Belski <ab@php.net>
Wed, 1 Apr 2015 10:16:14 +0000 (12:16 +0200)
committerAnatol Belski <ab@php.net>
Wed, 1 Apr 2015 11:18:51 +0000 (13:18 +0200)
ext/intl/spoofchecker/spoofchecker_create.c

index abe1d8e9ccdce8af3cebecb13e170fdc4644d775..d206bc81cb1d55de5d48e5bccdbb5a7cb8e69d9e 100644 (file)
@@ -29,8 +29,8 @@
 PHP_METHOD(Spoofchecker, __construct)
 {
        int checks;
-       SPOOFCHECKER_METHOD_INIT_VARS;
        zend_error_handling error_handling;
+       SPOOFCHECKER_METHOD_INIT_VARS;
 
        zend_replace_error_handling(EH_THROW, IntlException_ce_ptr, &error_handling);