Home
last modified time | relevance | path

Searched refs:zend_hash_str_find_deref (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/soap/
H A Dphp_encoding.c393 if ((ztype = zend_hash_str_find_deref(ht, "enc_type", sizeof("enc_type")-1)) == NULL || in master_to_xml_int()
398 if ((zstype = zend_hash_str_find_deref(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL && in master_to_xml_int()
400 if ((zns = zend_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int()
427 zdata = zend_hash_str_find_deref(ht, "enc_value", sizeof("enc_value")-1); in master_to_xml_int()
431 if ((zstype = zend_hash_str_find_deref(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL && in master_to_xml_int()
433 if ((zns = zend_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int()
442 if ((zname = zend_hash_str_find_deref(ht, "enc_name", sizeof("enc_name")-1)) != NULL && in master_to_xml_int()
446 if ((znamens = zend_hash_str_find_deref(ht, "enc_namens", sizeof("enc_namens")-1)) != NULL && in master_to_xml_int()
1205 return zend_hash_str_find_deref(Z_ARRVAL_P(object), name, strlen(name)); in get_zval_property()
3527 …if ((ztype = zend_hash_str_find_deref(Z_OBJPROP_P(tmp), "enc_type", sizeof("enc_type")-1)) == NULL… in get_array_type()
[all …]
/PHP-7.2/Zend/
H A Dzend_hash.h793 static zend_always_inline zval *zend_hash_str_find_deref(HashTable *ht, const char *str, size_t len) in zend_hash_str_find_deref() function

Completed in 20 milliseconds