Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dphp_encoding.c401 zval *ztype, *zdata, *zns, *zstype, *zname, *znamens; in master_to_xml_int() local
412 if ((zns = soap_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int()
413 Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
414 enc = get_encoder(SOAP_GLOBAL(sdl), Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int()
416 zns = NULL; in master_to_xml_int()
422 if (zns != NULL) { in master_to_xml_int()
423 smart_str_appendl(&nscat, Z_STRVAL_P(zns), Z_STRLEN_P(zns)); in master_to_xml_int()
445 if ((zns = soap_hash_str_find_deref(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL && in master_to_xml_int()
446 Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()
447 set_ns_and_type_ex(node, Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int()

Completed in 12 milliseconds