mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixed bug #50258 (typos in error strings)
This commit is contained in:
parent
0639396ac1
commit
f1d5433959
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ static xmlNodePtr master_to_xml_int(encodePtr encode, zval *data, int style, xml
|
||||||
HashTable *ht = Z_OBJPROP_P(data);
|
HashTable *ht = Z_OBJPROP_P(data);
|
||||||
|
|
||||||
if (zend_hash_find(ht, "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE) {
|
if (zend_hash_find(ht, "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE) {
|
||||||
soap_error0(E_ERROR, "Encoding: SoapVar hasn't 'enc_type' propery");
|
soap_error0(E_ERROR, "Encoding: SoapVar hasn't 'enc_type' property");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (zend_hash_find(ht, "enc_stype", sizeof("enc_stype"), (void **)&zstype) == SUCCESS) {
|
if (zend_hash_find(ht, "enc_stype", sizeof("enc_stype"), (void **)&zstype) == SUCCESS) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue