Home
last modified time | relevance | path

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

/PHP-8.4/ext/soap/
H A Dphp_encoding.c399 zval *zstype = Z_VAR_ENC_STYPE_P(data); in master_to_xml_int() local
400 if (Z_TYPE_P(zstype) == IS_STRING) { in master_to_xml_int()
406 enc = get_encoder_ex(SOAP_GLOBAL(sdl), Z_STRVAL_P(zstype), Z_STRLEN_P(zstype)); in master_to_xml_int()
415 smart_str_append(&nscat, Z_STR_P(zstype)); in master_to_xml_int()
431 zval *zstype = Z_VAR_ENC_STYPE_P(data); in master_to_xml_int() local
432 if (Z_TYPE_P(zstype) == IS_STRING) { in master_to_xml_int()
435 set_ns_and_type_ex(node, Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int()
437 set_ns_and_type_ex(node, NULL, Z_STRVAL_P(zstype)); in master_to_xml_int()
3600 zval *zstype = Z_VAR_ENC_STYPE_P(tmp); in get_array_type() local
3601 if (Z_TYPE_P(zstype) == IS_STRING) { in get_array_type()
[all …]

Completed in 12 milliseconds