]> granicus.if.org Git - php/commitdiff
Fix typo.
authorfoobar <sniper@php.net>
Fri, 5 Jul 2002 18:16:31 +0000 (18:16 +0000)
committerfoobar <sniper@php.net>
Fri, 5 Jul 2002 18:16:31 +0000 (18:16 +0000)
ext/rpc/xmlrpc/xmlrpc-epi-php.c
ext/xmlrpc/xmlrpc-epi-php.c

index ae172ecc5e983f7149355fb51b59c7baefc5d172..cc4c483b3738bb0d7be2665bc8f579e6457ae54d 100644 (file)
@@ -1488,7 +1488,7 @@ PHP_FUNCTION(xmlrpc_is_fault)
    }
 
        if (Z_TYPE_P(arg) != IS_ARRAY) {
-               php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_CC));
+               php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_C));
        }
    else {
       /* The "correct" way to do this would be to call the xmlrpc
index ae172ecc5e983f7149355fb51b59c7baefc5d172..cc4c483b3738bb0d7be2665bc8f579e6457ae54d 100644 (file)
@@ -1488,7 +1488,7 @@ PHP_FUNCTION(xmlrpc_is_fault)
    }
 
        if (Z_TYPE_P(arg) != IS_ARRAY) {
-               php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_CC));
+               php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_C));
        }
    else {
       /* The "correct" way to do this would be to call the xmlrpc