Searched refs:zstype (Results 1 – 1 of 1) sorted by relevance
391 zval *zstype = Z_VAR_ENC_STYPE_P(data); in master_to_xml_int() local392 if (Z_TYPE_P(zstype) == IS_STRING) { in master_to_xml_int()398 enc = get_encoder_ex(SOAP_GLOBAL(sdl), Z_STRVAL_P(zstype), Z_STRLEN_P(zstype)); in master_to_xml_int()407 smart_str_append(&nscat, Z_STR_P(zstype)); in master_to_xml_int()423 zval *zstype = Z_VAR_ENC_STYPE_P(data); in master_to_xml_int() local424 if (Z_TYPE_P(zstype) == IS_STRING) { in master_to_xml_int()427 set_ns_and_type_ex(node, Z_STRVAL_P(zns), Z_STRVAL_P(zstype)); in master_to_xml_int()429 set_ns_and_type_ex(node, NULL, Z_STRVAL_P(zstype)); in master_to_xml_int()3574 zval *zstype = Z_VAR_ENC_STYPE_P(tmp); in get_array_type() local3575 if (Z_TYPE_P(zstype) == IS_STRING) { in get_array_type()[all …]
Completed in 12 milliseconds