Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_encoding.c398 zval *zstype = Z_VAR_ENC_STYPE_P(data); in master_to_xml_int() local
399 if (Z_TYPE_P(zstype) == IS_STRING) { in master_to_xml_int()
405 enc = get_encoder_ex(SOAP_GLOBAL(sdl), Z_STRVAL_P(zstype), Z_STRLEN_P(zstype)); in master_to_xml_int()
414 smart_str_append(&nscat, Z_STR_P(zstype)); in master_to_xml_int()
430 zval *zstype = Z_VAR_ENC_STYPE_P(data); in master_to_xml_int() local
431 if (Z_TYPE_P(zstype) == 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()
436 set_ns_and_type_ex(node, NULL, Z_STRVAL_P(zstype)); in master_to_xml_int()
3533 zval *zstype = Z_VAR_ENC_STYPE_P(tmp); in get_array_type() local
3534 if (Z_TYPE_P(zstype) == IS_STRING) { in get_array_type()
[all …]

Completed in 13 milliseconds