Searched refs:zstype (Results 1 – 1 of 1) sorted by relevance
399 zval *zstype = Z_VAR_ENC_STYPE_P(data); in master_to_xml_int() local400 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() local432 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() local3601 if (Z_TYPE_P(zstype) == IS_STRING) { in get_array_type()[all …]
Completed in 12 milliseconds