Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1125 zval zattr; in sxe_get_prop_hash() local
1160 ZVAL_UNDEF(&zattr); in sxe_get_prop_hash()
1166 if (Z_ISUNDEF(zattr)) { in sxe_get_prop_hash()
1167 array_init(&zattr); in sxe_get_prop_hash()
1168 sxe_properties_add(rv, "@attributes", sizeof("@attributes") - 1, &zattr); in sxe_get_prop_hash()
1170 add_assoc_zval_ex(&zattr, (char*)attr->name, namelen, &value); in sxe_get_prop_hash()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1893 zval *zattr, rv; in to_xml_object() local
1897 zattr = get_zval_property(data, attr->name, &rv); in to_xml_object()
1898 if (zattr) { in to_xml_object()
1901 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()

Completed in 21 milliseconds