File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type)
788
788
}
789
789
790
790
if (pv_num < 1 ) {
791
- zend_argument_value_error (2 , "must be greater than or equal to 1 " );
791
+ zend_argument_value_error (2 , "must be greater than 0 " );
792
792
RETURN_THROWS ();
793
793
}
794
794
@@ -2486,7 +2486,7 @@ PHP_FUNCTION(odbc_field_name)
2486
2486
}
2487
2487
2488
2488
if (pv_num < 1 ) {
2489
- zend_argument_value_error (2 , "must be greater than or equal to 1 " );
2489
+ zend_argument_value_error (2 , "must be greater than 0 " );
2490
2490
RETURN_THROWS ();
2491
2491
}
2492
2492
@@ -2522,7 +2522,7 @@ PHP_FUNCTION(odbc_field_type)
2522
2522
}
2523
2523
2524
2524
if (pv_num < 1 ) {
2525
- zend_argument_value_error (2 , "must be greater than or equal to 1 " );
2525
+ zend_argument_value_error (2 , "must be greater than 0 " );
2526
2526
RETURN_THROWS ();
2527
2527
}
2528
2528
You can’t perform that action at this time.
0 commit comments