Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_encoding.c403 zval **ztype, **zdata, **zns, **zstype, **zname, **znamens; in master_to_xml_int() local
412 if (zend_hash_find(ht, "enc_stype", sizeof("enc_stype"), (void **)&zstype) == SUCCESS && in master_to_xml_int()
413 Z_TYPE_PP(zstype) == IS_STRING) { in master_to_xml_int()
416 enc = get_encoder(SOAP_GLOBAL(sdl), Z_STRVAL_PP(zns), Z_STRVAL_PP(zstype)); in master_to_xml_int()
419 enc = get_encoder_ex(SOAP_GLOBAL(sdl), Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype)); in master_to_xml_int()
429 smart_str_appendl(&nscat, Z_STRVAL_PP(zstype), Z_STRLEN_PP(zstype)); in master_to_xml_int()
451 if (zend_hash_find(ht, "enc_stype", sizeof("enc_stype"), (void **)&zstype) == SUCCESS && in master_to_xml_int()
452 Z_TYPE_PP(zstype) == IS_STRING) { in master_to_xml_int()
455 set_ns_and_type_ex(node, Z_STRVAL_PP(zns), Z_STRVAL_PP(zstype)); in master_to_xml_int()
457 set_ns_and_type_ex(node, NULL, Z_STRVAL_PP(zstype)); in master_to_xml_int()

Completed in 14 milliseconds