--TEST-- odbc_field_scale(): Getting the scale of the field --EXTENSIONS-- odbc --SKIPIF-- --FILE-- getMessage() . "\n"; } var_dump(odbc_field_scale($res, 1)); var_dump(odbc_field_scale($res, 2)); var_dump(odbc_field_scale($res, 3)); var_dump(odbc_field_scale($res, 4)); ?> --CLEAN-- --EXPECTF-- odbc_field_scale(): Argument #2 ($field) must be greater than 0 int(0) int(0) int(0) Warning: odbc_field_scale(): Field index larger than number of fields in %s on line %d bool(false)