Searched refs:zend_ffi_expr_int_math (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/ffi/ |
H A D | ffi.c | 6803 #define zend_ffi_expr_int_math(val, op2, OP) do { \ macro 6970 zend_ffi_expr_int_math(val, op2, |); 6976 zend_ffi_expr_int_math(val, op2, ^); 6982 zend_ffi_expr_int_math(val, op2, &); 7024 zend_ffi_expr_int_math(val, op2, <<); 7030 zend_ffi_expr_int_math(val, op2, >>); 7060 zend_ffi_expr_int_math(val, op2, %); // ???
|
Completed in 31 milliseconds