We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaa6a8 commit 9fd19a9Copy full SHA for 9fd19a9
ext/gmp/gmp.c
@@ -129,6 +129,9 @@ static bool gmp_zend_parse_arg_into_mpz_ex(
129
return true;
130
}
131
132
+ /* This function is also used by the do_operation object hook,
133
+ * but operator overloading with objects should behave as if a
134
+ * method was called, thus strict types should apply. */
135
if (!ZEND_ARG_USES_STRICT_TYPES()) {
136
zend_long lval = 0;
137
if (is_operator && Z_TYPE_P(arg) == IS_NULL) {
0 commit comments