Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c240 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument
252 if ((ptype == u->type || ptypex == u->type) && pvalue == u->value) in get_ucpname()
277 (void)pvalue; in get_ucpname()
769 unsigned int pvalue = *ccode++; in pcre2_printint() local
791 s = get_ucpname(ptype, pvalue); in pcre2_printint()
H A Dpcre2_compile.c979 uint32_t pvalue = *pptr++ & 0xffff; in show_parsed() local
981 ptype, pvalue); in show_parsed()
3705 int pvalue = posix_substitutes[2*posix_class + 1]; in parse_regex() local
3710 *parsed_pattern++ = (ptype << 16) | pvalue; in parse_regex()
3714 if (pvalue != 0) in parse_regex()
/php-src/Zend/
H A Dzend_exceptions.c339pvalue = zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(…
340 if (Z_TYPE_P(pvalue) != IS_NULL && Z_TYPE_P(pvalue) != type) { \
348 zval value, *pvalue; in ZEND_METHOD() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c245 #define pvalue(o)check_exp(ttislightuserdata(o),(o)->value.p) macro
644 return pvalue(t1)==pvalue(t2); in luaO_rawequalObj()
1365 return hashpointer(t,pvalue(key));
4866 case 2:return pvalue(t1)==pvalue(t2);
5516 case 2:return pvalue(o);

Completed in 62 milliseconds