Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c137 BOOL isprop = t == XCL_PROP; in PRIV() local
142 if (isprop) return !negated; in PRIV()
147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
156 if ((data[1] == prop->chartype) == isprop) return !negated; in PRIV()
160 if ((data[1] == prop->script) == isprop) return !negated; in PRIV()
179 if (isprop) return !negated; in PRIV()
192 == isprop) in PRIV()
200 c == CHAR_GRAVE_ACCENT) == isprop) in PRIV()
205 if ((c < 0xd800 || c > 0xdfff) == isprop) in PRIV()
227 )) == isprop) in PRIV()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c521 int isprop; in php_com_process_typeinfo() local
526 isprop = (func->invkind & DISPATCH_PROPERTYGET || func->invkind & DISPATCH_PROPERTYPUT); in php_com_process_typeinfo()
528 if (!isprop || lastid != func->memid) { in php_com_process_typeinfo()
558 if (isprop) { in php_com_process_typeinfo()

Completed in 11 milliseconds