Searched refs:zend_ffi_expr_math (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/ffi/ |
H A D | ffi.c | 6737 #define zend_ffi_expr_math(val, op2, OP) do { \ macro 7036 zend_ffi_expr_math(val, op2, +); 7042 zend_ffi_expr_math(val, op2, -); 7048 zend_ffi_expr_math(val, op2, *); 7054 zend_ffi_expr_math(val, op2, /);
|
Completed in 23 milliseconds