Searched refs:zattr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/simplexml/ |
H A D | simplexml.c | 1064 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.4/ext/soap/ |
H A D | php_encoding.c | 2009 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 25 milliseconds