Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.c1050 zval zattr; in sxe_get_prop_hash() local
1082 ZVAL_UNDEF(&zattr); in sxe_get_prop_hash()
1088 if (Z_ISUNDEF(zattr)) { in sxe_get_prop_hash()
1089 array_init(&zattr); in sxe_get_prop_hash()
1090 sxe_properties_add(rv, "@attributes", sizeof("@attributes") - 1, &zattr); in sxe_get_prop_hash()
1092 add_assoc_zval_ex(&zattr, (char*)attr->name, namelen, &value); in sxe_get_prop_hash()
/php-src/ext/soap/
H A Dphp_encoding.c1904 zval *zattr, rv; in to_xml_object() local
1908 zattr = get_zval_property(data, attr->name, &rv); in to_xml_object()
1909 if (zattr) { in to_xml_object()
1912 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()

Completed in 23 milliseconds