Home
last modified time | relevance | path

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

/PHP-8.0/ext/simplexml/
H A Dsimplexml.c1086 zval zattr; in sxe_get_prop_hash() local
1121 ZVAL_UNDEF(&zattr); in sxe_get_prop_hash()
1127 if (Z_ISUNDEF(zattr)) { in sxe_get_prop_hash()
1128 array_init(&zattr); in sxe_get_prop_hash()
1129 sxe_properties_add(rv, "@attributes", sizeof("@attributes") - 1, &zattr); in sxe_get_prop_hash()
1131 add_assoc_zval_ex(&zattr, (char*)attr->name, namelen, &value); in sxe_get_prop_hash()
/PHP-8.0/ext/soap/
H A Dphp_encoding.c1891 zval *zattr, rv; in to_xml_object() local
1895 zattr = get_zval_property(data, attr->name, &rv); in to_xml_object()
1896 if (zattr) { in to_xml_object()
1899 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()

Completed in 20 milliseconds