Searched refs:zattr (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/simplexml/ |
H A D | simplexml.c | 1059 zval zattr; in sxe_get_prop_hash() local 1091 ZVAL_UNDEF(&zattr); in sxe_get_prop_hash() 1097 if (Z_ISUNDEF(zattr)) { in sxe_get_prop_hash() 1098 array_init(&zattr); in sxe_get_prop_hash() 1099 sxe_properties_add(rv, "@attributes", sizeof("@attributes") - 1, &zattr); in sxe_get_prop_hash() 1101 add_assoc_zval_ex(&zattr, (char*)attr->name, namelen, &value); in sxe_get_prop_hash()
|
/PHP-8.4/ext/soap/ |
H A D | php_encoding.c | 1950 zval *zattr, rv; in to_xml_object() local 1954 zattr = get_zval_property(data, attr->name, &rv); in to_xml_object() 1955 if (zattr) { in to_xml_object() 1958 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()
|
Completed in 19 milliseconds