Searched refs:zattr (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.c | 1067 zval zattr; in sxe_get_prop_hash() local 1102 ZVAL_UNDEF(&zattr); in sxe_get_prop_hash() 1108 if (Z_ISUNDEF(zattr)) { in sxe_get_prop_hash() 1109 array_init(&zattr); in sxe_get_prop_hash() 1110 sxe_properties_add(rv, "@attributes", sizeof("@attributes") - 1, &zattr); in sxe_get_prop_hash() 1112 add_assoc_zval_ex(&zattr, (char*)attr->name, namelen, &value); in sxe_get_prop_hash()
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 1937 zval *zattr, rv; in to_xml_object() local 1941 zattr = get_zval_property(data, attr->name, &rv); in to_xml_object() 1942 if (zattr) { in to_xml_object() 1945 dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam); in to_xml_object()
|
Completed in 18 milliseconds