Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dsoap.c693 char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local
696 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "z!l!|s!s!s!s!", &data, &type, &type_is_null, &stype, &… in PHP_METHOD()
716 if (stype && stype_len > 0) { in PHP_METHOD()
717 add_property_stringl(this_ptr, "enc_stype", stype, stype_len); in PHP_METHOD()

Completed in 22 milliseconds