Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c1723 static zend_object* zend_ffi_add(zend_ffi_cdata *base_cdata, zend_ffi_type *base_type, zend_long of… in zend_ffi_add() function
1792 ZVAL_OBJ(result, zend_ffi_add(cdata1, type1, offset)); in zend_ffi_cdata_do_operation()
1828 ZVAL_OBJ(result, zend_ffi_add(cdata1, type1, -offset)); in zend_ffi_cdata_do_operation()
1842 ZVAL_OBJ(result, zend_ffi_add(cdata2, type2, offset)); in zend_ffi_cdata_do_operation()

Completed in 22 milliseconds