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