Searched refs:str_val (Results 1 – 3 of 3) sorted by relevance
7 echo "*** Testing str_val() with scalar values***\n";148 *** Testing str_val() with scalar values***
1540 char *str_val = NULL; in to_zval_object_ex() local1543 str_val = (char*)val->children->content; in to_zval_object_ex()1544 if (attr->fixed && strcmp(attr->fixed, str_val) != 0) { in to_zval_object_ex()1545 …ttribute '%s' has fixed value '%s' (value '%s' is not allowed)", attr->name, attr->fixed, str_val); in to_zval_object_ex()1548 str_val = attr->fixed; in to_zval_object_ex()1550 str_val = attr->def; in to_zval_object_ex()1552 if (str_val) { in to_zval_object_ex()1557 text = xmlNewText(BAD_CAST(str_val)); in to_zval_object_ex()
4828 zend_string *str_val = zval_get_tmp_string(val, &tmp_str_val); local4829 retval = zend_hash_add_empty_element(&seen, str_val);
Completed in 27 milliseconds