Searched refs:soap_hash_str_find_deref (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/soap/ |
H A D | php_encoding.c | 286 static zval *soap_hash_str_find_deref(HashTable *ht, const char *str, size_t len) { in soap_hash_str_find_deref() function 405 if ((ztype = soap_hash_str_find_deref(ht, "enc_type", sizeof("enc_type")-1)) == NULL || in master_to_xml_int() 410 if ((zstype = soap_hash_str_find_deref(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL && in master_to_xml_int() 412 if ((zns = soap_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int() 439 zdata = soap_hash_str_find_deref(ht, "enc_value", sizeof("enc_value")-1); in master_to_xml_int() 443 if ((zstype = soap_hash_str_find_deref(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL && in master_to_xml_int() 445 if ((zns = soap_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int() 454 if ((zname = soap_hash_str_find_deref(ht, "enc_name", sizeof("enc_name")-1)) != NULL && in master_to_xml_int() 458 if ((znamens = soap_hash_str_find_deref(ht, "enc_namens", sizeof("enc_namens")-1)) != NULL && in master_to_xml_int() 1222 return soap_hash_str_find_deref(Z_ARRVAL_P(object), name, strlen(name)); in get_zval_property() [all …]
|
Completed in 13 milliseconds