Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dsoap.c4200 zval *zstyle, *zuse; local
4247 if ((zstyle = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "style", sizeof("style")-1)) != NULL &&
4248 Z_TYPE_P(zstyle) == IS_LONG) {
4249 style = Z_LVAL_P(zstyle);

Completed in 18 milliseconds