1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Fix typo.

This commit is contained in:
foobar
2002-07-05 18:16:31 +00:00
parent ead78e9125
commit 466208eafb
2 changed files with 2 additions and 2 deletions

View 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

View 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