Searched refs:must_understand (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/soap/ |
| H A D | soap.c | 807 zend_bool must_understand = 0; local 809 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|zbz", &ns, &ns_len, &name, &name_len, &data, &must_understand, &actor) == FAILURE) { 826 add_property_bool(this_ptr, "mustUnderstand", must_understand);
|
Completed in 10 milliseconds