We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2826550 + dd89aca commit 14319c2Copy full SHA for 14319c2
ext/soap/soap.c
@@ -601,7 +601,7 @@ PHP_METHOD(SoapHeader, __construct)
601
if (ZSTR_LEN(actor_str) > 2) {
602
ZVAL_STR_COPY(Z_HEADER_ACTOR_P(this_ptr), actor_str);
603
} else {
604
- zend_argument_value_error(2, "must be longer than 2 characters");
+ zend_argument_value_error(5, "must be longer than 2 characters");
605
RETURN_THROWS();
606
}
607
} else if (!actor_is_null) {
0 commit comments