Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_encoding.c392 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local
393 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
396 zns = NULL; in master_to_xml_int()
402 if (zns != NULL) { in master_to_xml_int()
403 smart_str_append(&nscat, Z_STR_P(zns)); in master_to_xml_int()
424 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local
425 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
426 set_ns_and_type_ex(node, Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int()
3507 zval *zns = Z_VAR_ENC_NS_P(tmp); in get_array_type() local
3508 if (Z_TYPE_P(zns) == IS_STRING) { in get_array_type()
[all …]

Completed in 37 milliseconds