Searched refs:is_operator (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/gmp/ |
H A D | gmp.c | 178 static void gmp_cmp(zval *return_value, zval *a_arg, zval *b_arg, bool is_operator); 197 …*b_arg, gmp_binary_op_t gmp_op, gmp_binary_ui_op_t gmp_ui_op, bool check_b_zero, bool is_operator); 680 static void gmp_cmp(zval *return_value, zval *a_arg, zval *b_arg, bool is_operator) /* {{{ */ in gmp_cmp() argument 687 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a, is_operator ? 0 : 1); in gmp_cmp() 693 FETCH_GMP_ZVAL_DEP(gmpnum_b, b_arg, temp_b, temp_a, is_operator ? 0 : 2); in gmp_cmp() 712 … *b_arg, gmp_binary_op_t gmp_op, gmp_binary_ui_op_t gmp_ui_op, bool check_b_zero, bool is_operator) in gmp_zval_binary_ui_op() argument 717 FETCH_GMP_ZVAL(gmpnum_a, a_arg, temp_a, is_operator ? 0 : 1); in gmp_zval_binary_ui_op() 723 FETCH_GMP_ZVAL_DEP(gmpnum_b, b_arg, temp_b, temp_a, is_operator ? 0 : 2); in gmp_zval_binary_ui_op()
|
Completed in 9 milliseconds