Home
last modified time | relevance | path

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

/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1064 zval *zattr; in sxe_get_prop_hash() local
1102 zattr = NULL; in sxe_get_prop_hash()
1109 if (!zattr) { in sxe_get_prop_hash()
1110 MAKE_STD_ZVAL(zattr); in sxe_get_prop_hash()
1111 array_init(zattr); in sxe_get_prop_hash()
1112 sxe_properties_add(rv, "@attributes", sizeof("@attributes"), zattr TSRMLS_CC); in sxe_get_prop_hash()
1114 add_assoc_zval_ex(zattr, (char*)attr->name, namelen, value); in sxe_get_prop_hash()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2009 zval *zattr; in to_xml_object() local
2015 zattr = get_zval_property(data, (*attr)->name TSRMLS_CC); in to_xml_object()
2016 if (zattr) { in to_xml_object()
2019 dummy = master_to_xml((*attr)->encode, zattr, SOAP_LITERAL, xmlParam TSRMLS_CC); in to_xml_object()

Completed in 32 milliseconds