Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dsoap.c954 char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local
957 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z!z|ssss", &data, &type, &stype, &stype_len,… in PHP_METHOD()
976 if (stype && stype_len > 0) { in PHP_METHOD()
977 add_property_stringl(this_ptr, "enc_stype", stype, stype_len, 1); in PHP_METHOD()

Completed in 13 milliseconds