Home
last modified time | relevance | path

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

/PHP-8.4/ext/reflection/
H A Dphp_reflection.c251 type_reference *type_ref = intern->ptr; in reflection_free_objects_storage() local
252 if (ZEND_TYPE_HAS_NAME(type_ref->type)) { in reflection_free_objects_storage()
253 zend_string_release(ZEND_TYPE_NAME(type_ref->type)); in reflection_free_objects_storage()
255 efree(type_ref); in reflection_free_objects_storage()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c1701 ir_ref type_ref = ir_CONST_U32(type); in jit_ZVAL_COPY_2() local
1705 jit_set_Z_TYPE_INFO_ex(jit, dst, type_ref); in jit_ZVAL_COPY_2()
1708 jit_set_Z_TYPE_INFO_ex(jit, dst2, type_ref); in jit_ZVAL_COPY_2()
9882 ir_ref type_ref = ir_LOAD_U8(ir_ADD_OFFSET(func_ref, offsetof(zend_function, type))); local
9883 if_user = ir_IF(ir_EQ(type_ref, ir_CONST_U8(ZEND_USER_FUNCTION)));
11774 ir_ref type_ref = jit_Z_TYPE_ref(jit, ref); local
11779 ir_GUARD(type_ref, ir_CONST_ADDR(exit_addr));
11781 ir_GUARD(type_ref, ir_CONST_ADDR(not_found_exit_addr));
11783 ir_ref if_def = ir_IF(type_ref);

Completed in 64 milliseconds