Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c6964 uint8_t type_code = zend_lookup_builtin_type_by_name(class_name); in zend_compile_single_typename() local
6966 if (type_code != 0) { in zend_compile_single_typename()
6974 if (type_code == IS_ITERABLE) { in zend_compile_single_typename()
6981 return (zend_type) ZEND_TYPE_INIT_CODE(type_code, 0, 0); in zend_compile_single_typename()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c10466 uint32_t type_code = concrete_type(type_mask); local
10467 ir_ref if_ok = jit_if_Z_TYPE_ref(jit, ref, ir_CONST_U8(type_code));
10631 uint32_t type_code = concrete_type(type_mask); local
10632 ir_ref if_ok = jit_if_Z_TYPE(jit, op1_addr, type_code);

Completed in 76 milliseconds