Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/general_functions/
H A Dstrval.phpt11 echo "*** Testing str_val() with scalar values***\n";
159 *** Testing str_val() with scalar values***
/PHP-7.2/ext/soap/
H A Dphp_encoding.c1533 char *str_val = NULL; in to_zval_object_ex() local
1536 str_val = (char*)val->children->content; in to_zval_object_ex()
1537 if (attr->fixed && strcmp(attr->fixed, str_val) != 0) { in to_zval_object_ex()
1538 …ttribute '%s' has fixed value '%s' (value '%s' is not allowed)", attr->name, attr->fixed, str_val); in to_zval_object_ex()
1541 str_val = attr->fixed; in to_zval_object_ex()
1543 str_val = attr->def; in to_zval_object_ex()
1545 if (str_val) { in to_zval_object_ex()
1550 text = xmlNewText(BAD_CAST(str_val)); in to_zval_object_ex()
/PHP-7.2/ext/standard/
H A Darray.c4522 zend_string *str_val = zval_get_string(val); local
4523 retval = zend_hash_add_empty_element(&seen, str_val);
4524 zend_string_release(str_val);

Completed in 41 milliseconds