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 058756b commit 16cf1b9Copy full SHA for 16cf1b9
Zend/zend_operators.h
@@ -405,7 +405,7 @@ static zend_always_inline bool i_zend_is_true(zval *op)
405
406
ZEND_API int ZEND_FASTCALL zend_compare(zval *op1, zval *op2);
407
408
-ZEND_API int ZEND_FASTCALL compare_function(zval *result, zval *op1, zval *op2);
+ZEND_API zend_result ZEND_FASTCALL compare_function(zval *result, zval *op1, zval *op2);
409
410
ZEND_API int ZEND_FASTCALL numeric_compare_function(zval *op1, zval *op2);
411
ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, zend_bool case_insensitive);
0 commit comments