mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fix typo.
This commit is contained in:
parent
ead78e9125
commit
466208eafb
2 changed files with 2 additions and 2 deletions
|
@ -1488,7 +1488,7 @@ PHP_FUNCTION(xmlrpc_is_fault)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Z_TYPE_P(arg) != IS_ARRAY) {
|
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 {
|
else {
|
||||||
/* The "correct" way to do this would be to call the xmlrpc
|
/* The "correct" way to do this would be to call the xmlrpc
|
||||||
|
|
|
@ -1488,7 +1488,7 @@ PHP_FUNCTION(xmlrpc_is_fault)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Z_TYPE_P(arg) != IS_ARRAY) {
|
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 {
|
else {
|
||||||
/* The "correct" way to do this would be to call the xmlrpc
|
/* The "correct" way to do this would be to call the xmlrpc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue