From: Sara Golemon Date: Mon, 9 Oct 2006 02:55:38 +0000 (+0000) Subject: Oi X-Git-Tag: RELEASE_1_0_0RC1~1340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4bc8d4894f9c805267e77d7617fd9563c2a10e;p=php Oi --- diff --git a/ext/standard/type.c b/ext/standard/type.c index 35e0737e70..cdc1647175 100644 --- a/ext/standard/type.c +++ b/ext/standard/type.c @@ -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) {