Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c2292 zend_uchar old_type = opline->result_type; in try_remove_definition() local
2303 opline->result_type = old_type; in try_remove_definition()
H A Dzend_inference.c2033 …array *op_array, zend_ssa *ssa, zend_bitset worklist, int var, uint32_t old_type, uint32_t new_typ… in handle_type_narrowing() argument
/PHP-7.4/ext/ffi/
H A Dffi.c3781 zend_ffi_type *old_type, *type, *type_ptr; in ZEND_METHOD() local
3907 old_type = ZEND_FFI_TYPE(old_cdata->type); in ZEND_METHOD()
3916 if (old_type->kind == ZEND_FFI_TYPE_POINTER in ZEND_METHOD()
3918 && ZEND_FFI_TYPE(old_type->pointer.type)->kind == ZEND_FFI_TYPE_VOID) { in ZEND_METHOD()
3921 } else if (old_type->kind == ZEND_FFI_TYPE_ARRAY in ZEND_METHOD()
3925 } else if (type->size > old_type->size) { in ZEND_METHOD()

Completed in 44 milliseconds