summaryrefslogtreecommitdiff
path: root/ext/rpc
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-07-05 18:16:31 +0000
committerfoobar <sniper@php.net>2002-07-05 18:16:31 +0000
commit466208eafbb54317ebda41ea800cd54fff6a8e20 (patch)
treed926482e6341d40d8f731bc14ce26e519b9fb834 /ext/rpc
parentead78e91251d7d6fdbab78446105daaf43299494 (diff)
downloadphp-git-466208eafbb54317ebda41ea800cd54fff6a8e20.tar.gz
Fix typo.
Diffstat (limited to 'ext/rpc')
-rw-r--r--ext/rpc/xmlrpc/xmlrpc-epi-php.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/xmlrpc/xmlrpc-epi-php.c b/ext/rpc/xmlrpc/xmlrpc-epi-php.c
index ae172ecc5e..cc4c483b37 100644
--- a/ext/rpc/xmlrpc/xmlrpc-epi-php.c
+++ b/ext/rpc/xmlrpc/xmlrpc-epi-php.c
@@ -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