On 2011-11-21, "Gustavo Lopes" <glo...@nebm.ist.utl.pt> wrote:
>  
> -static void php_intl_idn_to(INTERNAL_FUNCTION_PARAMETERS, int mode)
> +/* like INTL_CHECK_STATUS, but as a function and varying the name of the 
> func */
> +static int php_intl_idn_check_status(UErrorCode err, const char *msg, int 
> mode TSRMLS_DC)
>  {
> -     unsigned char* domain;
> -     int domain_len;
> -     long option = 0;
> +     intl_error_set_code( NULL, err TSRMLS_CC );
> +    if(U_FAILURE(err)) {
 
This looks like a mixture of tabs and whitespaces.


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to