Searched refs:zns (Results 1 – 1 of 1) sorted by relevance
393 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local394 if (Z_TYPE_P(zns) == IS_STRING) { in master_to_xml_int()397 zns = NULL; in master_to_xml_int()403 if (zns != NULL) { in master_to_xml_int()404 smart_str_append(&nscat, Z_STR_P(zns)); in master_to_xml_int()425 zval *zns = Z_VAR_ENC_NS_P(data); in master_to_xml_int() local426 if (Z_TYPE_P(zns) == 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()3581 zval *zns = Z_VAR_ENC_NS_P(tmp); in get_array_type() local3582 if (Z_TYPE_P(zns) == IS_STRING) { in get_array_type()[all …]
Completed in 12 milliseconds