Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c1793 static zend_object* zend_ffi_add(zend_ffi_cdata *base_cdata, zend_ffi_type *base_type, zend_long of… in zend_ffi_add() function
1862 ZVAL_OBJ(result, zend_ffi_add(cdata1, type1, offset)); in zend_ffi_cdata_do_operation()
1898 ZVAL_OBJ(result, zend_ffi_add(cdata1, type1, -offset)); in zend_ffi_cdata_do_operation()
1912 ZVAL_OBJ(result, zend_ffi_add(cdata2, type2, offset)); in zend_ffi_cdata_do_operation()

Completed in 41 milliseconds