Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_encoding.c393 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local
394 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
397 zns = NULL; in master_to_xml_int()
403 if (zns != NULL) { in master_to_xml_int()
404 smart_str_append(&nscat, Z_STR_P(zns)); in master_to_xml_int()
425 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local
426 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
427 set_ns_and_type_ex(node, Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int()
3552 zval *zns = Z_VAR_ENC_NS_P(tmp); in get_array_type() local
3553 if (Z_TYPE_P(zns) == IS_STRING) { in get_array_type()
[all …]

Completed in 12 milliseconds