Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c606 #define PRINTER(value, format, stype, utype) \ in mprint() argument
617 CAST(stype, v)); \ in mprint()
629 CAST(stype, v)) == -1) \ in mprint()
/php-src/ext/soap/
H A Dsoap.c757 zend_string *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local
759 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "z!l!|S!S!S!S!", &data, &type, &type_is_null, &stype, &… in PHP_METHOD()
779 if (stype && ZSTR_LEN(stype) != 0) { in PHP_METHOD()
780 ZVAL_STR_COPY(Z_VAR_ENC_STYPE_P(this_ptr), stype); in PHP_METHOD()

Completed in 21 milliseconds