Searched refs:zend_ffi_expr_math (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/ffi/ |
H A D | ffi.c | 7161 #define zend_ffi_expr_math(val, op2, OP) do { \ macro 7460 zend_ffi_expr_math(val, op2, +); 7466 zend_ffi_expr_math(val, op2, -); 7472 zend_ffi_expr_math(val, op2, *); 7478 zend_ffi_expr_math(val, op2, /);
|
Completed in 21 milliseconds