File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ static zend_always_inline zend_result bcmath_number_mod_internal(
1039
1039
return SUCCESS ;
1040
1040
}
1041
1041
1042
- static zend_always_inline zend_result bcmath_number_pow_internal (
1042
+ static zend_result bcmath_number_pow_internal (
1043
1043
bc_num n1 , bc_num n2 , bc_num * ret ,
1044
1044
size_t n1_full_scale , size_t * scale , bool auto_scale , bool is_op
1045
1045
) {
@@ -1702,7 +1702,7 @@ PHP_METHOD(BcMath_Number, __unserialize)
1702
1702
Z_PARAM_ARRAY_HT (props )
1703
1703
ZEND_PARSE_PARAMETERS_END ();
1704
1704
1705
- zval * zv = zend_hash_str_find (props , ZEND_STRL ( "value" ));
1705
+ zval * zv = zend_hash_str_find (props , ZSTR_KNOWN ( ZEND_STR_VALUE ));
1706
1706
if (!zv || Z_TYPE_P (zv ) != IS_STRING || Z_STRLEN_P (zv ) == 0 ) {
1707
1707
goto fail ;
1708
1708
}
You can’t perform that action at this time.
0 commit comments