Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_encoding.c400 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local
401 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
404 zns = NULL; in master_to_xml_int()
410 if (zns != NULL) { in master_to_xml_int()
411 smart_str_append(&nscat, Z_STR_P(zns)); in master_to_xml_int()
432 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local
433 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
434 set_ns_and_type_ex(node, Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int()
3540 zval *zns = Z_VAR_ENC_NS_P(tmp); in get_array_type() local
3541 if (Z_TYPE_P(zns) == IS_STRING) { in get_array_type()
[all …]

Completed in 13 milliseconds