]> granicus.if.org Git - php/commitdiff
Oi
authorSara Golemon <pollita@php.net>
Mon, 9 Oct 2006 02:55:38 +0000 (02:55 +0000)
committerSara Golemon <pollita@php.net>
Mon, 9 Oct 2006 02:55:38 +0000 (02:55 +0000)
ext/standard/type.c

index 35e0737e70c5e3478c1780a2ade32a05aeb3ccb9..cdc1647175567c78c0a28778af03c14de7f00fce 100644 (file)
@@ -246,7 +246,7 @@ static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type)
                                        RETURN_FALSE;
                                }
 #else /* WIN32 -- U_STRING_DECL breaks under Win32 with string macros */
-                               char *ascii_name = zend_unicode_to_ascii(ce->name.u, ce->name_length TSRSMLS_CC);
+                               char *ascii_name = zend_unicode_to_ascii(ce->name.u, ce->name_length TSRMLS_CC);
 
                                if (ascii_name) {
                                        if (memcmp(INCOMPLETE_CLASS, ascii_name, sizeof(INCOMPLETE_CLASS) - 1) == 0) {