mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
Oi
This commit is contained in:
parent
25af62e3f4
commit
9b4bc8d489
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user