Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/soap/
H A Dphp_encoding.c1612 char *str_val = NULL; in to_zval_object_ex() local
1615 str_val = (char*)val->children->content; in to_zval_object_ex()
1616 if ((*attr)->fixed && strcmp((*attr)->fixed, str_val) != 0) { in to_zval_object_ex()
1617 …te '%s' has fixed value '%s' (value '%s' is not allowed)", (*attr)->name, (*attr)->fixed, str_val); in to_zval_object_ex()
1620 str_val = (*attr)->fixed; in to_zval_object_ex()
1622 str_val = (*attr)->def; in to_zval_object_ex()
1624 if (str_val) { in to_zval_object_ex()
1629 text = xmlNewText(BAD_CAST(str_val)); in to_zval_object_ex()

Completed in 18 milliseconds