From: Dmitry Stogov Date: Tue, 11 Sep 2007 11:35:46 +0000 (+0000) Subject: typo X-Git-Tag: RELEASE_2_0_0a1~1838 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=894f79596e79994c052b3776342935013bff994b;p=php typo --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 714313e1ed..d5f764c5c0 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -689,7 +689,7 @@ static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, zend_bool only_subclass) /* convert_to_text_ex(class_name); - if (zend_u_lookup_class_ex(Z_TYPE_PP(class_name), Z_UNIVAL_PP(class_name), Z_UNILEN_PP(class_name), ZSTR_NULL, 1, &ce TSRMLS_CC) == FAILURE) { + if (zend_u_lookup_class_ex(Z_TYPE_PP(class_name), Z_UNIVAL_PP(class_name), Z_UNILEN_PP(class_name), NULL_ZSTR, 1, &ce TSRMLS_CC) == FAILURE) { retval = 0; } else { if (only_subclass) {