Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c603 #define PRINTER(value, format, stype, utype) \ in mprint() argument
614 CAST(stype, v)); \ in mprint()
626 CAST(stype, v)) == -1) \ in mprint()
/PHP-8.3/ext/soap/
H A Dsoap.c633 zend_string *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local
635 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "z!l!|S!S!S!S!", &data, &type, &type_is_null, &stype, &… in PHP_METHOD()
655 if (stype && ZSTR_LEN(stype) != 0) { in PHP_METHOD()
656 ZVAL_STR_COPY(Z_VAR_ENC_STYPE_P(this_ptr), stype); in PHP_METHOD()

Completed in 20 milliseconds