Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_compile.c6597 uint8_t type_code = zend_lookup_builtin_type_by_name(class_name); in zend_compile_single_typename() local
6599 if (type_code != 0) { in zend_compile_single_typename()
6607 if (type_code == IS_ITERABLE) { in zend_compile_single_typename()
6614 return (zend_type) ZEND_TYPE_INIT_CODE(type_code, 0, 0); in zend_compile_single_typename()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_ir.c10261 uint32_t type_code = concrete_type(type_mask); local
10262 ir_ref if_ok = jit_if_Z_TYPE_ref(jit, ref, ir_CONST_U8(type_code));
10426 uint32_t type_code = concrete_type(type_mask); local
10427 ir_ref if_ok = jit_if_Z_TYPE(jit, op1_addr, type_code);

Completed in 74 milliseconds