Searched refs:stype (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 596 #define PRINTER(value, format, stype, utype) \ in mprint() argument 607 CAST(stype, v)); \ in mprint() 619 CAST(stype, v)) == -1) \ in mprint() 624 t = ms->offset + sizeof(stype); \ in mprint()
|
/PHP-8.1/ext/soap/ |
H A D | soap.c | 690 zend_string *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local 692 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "z!l!|S!S!S!S!", &data, &type, &type_is_null, &stype, &… in PHP_METHOD() 712 if (stype && ZSTR_LEN(stype) != 0) { in PHP_METHOD() 713 ZVAL_STR_COPY(Z_VAR_ENC_STYPE_P(this_ptr), stype); in PHP_METHOD()
|
Completed in 23 milliseconds