Searched refs:stype (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/soap/ |
H A D | soap.c | 995 char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local 998 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "z!z|ssss", &data, &type, &stype, &stype_len, &ns, &ns_… in PHP_METHOD() 1018 if (stype && stype_len > 0) { in PHP_METHOD() 1019 add_property_stringl(this_ptr, "enc_stype", stype, stype_len); in PHP_METHOD()
|
Completed in 17 milliseconds