Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7509 int prop_type, prop_value; in compile_branch() local
7519 prop_type = previous[1]; in compile_branch()
7526 prop_type = prop_value = -1; in compile_branch()
7602 if (prop_type >= 0) in compile_branch()
7604 *code++ = prop_type; in compile_branch()
7639 if (prop_type >= 0) in compile_branch()
7641 *code++ = prop_type; in compile_branch()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc12141 uint8_t prop_type,
12437 if (prop_type != IS_UNKNOWN
12438 && prop_type != IS_UNDEF
12439 && prop_type != IS_REFERENCE
12634 uint8_t prop_type)
12735 use_prop_guard = (prop_type != IS_UNKNOWN
12736 && prop_type != IS_UNDEF
12737 && prop_type != IS_REFERENCE
13169 use_prop_guard = (prop_type != IS_UNKNOWN
13170 && prop_type != IS_UNDEF
[all …]
H A Dzend_jit_x86.dasc13219 if (prop_type != IS_UNKNOWN
13220 && prop_type != IS_UNDEF
13221 && prop_type != IS_REFERENCE
13515 use_prop_guard = (prop_type != IS_UNKNOWN
13516 && prop_type != IS_UNDEF
13517 && prop_type != IS_REFERENCE
13623 | IF_NOT_ZVAL_TYPE var_addr, prop_type, &exit_addr
13988 use_prop_guard = (prop_type != IS_UNKNOWN
13989 && prop_type != IS_UNDEF
13990 && prop_type != IS_REFERENCE
[all …]

Completed in 71 milliseconds