Skip to content

Commit 8a6510b

Browse files
committed
Update tests to run successfully
1 parent beadd92 commit 8a6510b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/basic/ini_parse_quantity_basic.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,21 @@ foreach (array(
1212
'1g',
1313
'1gb',
1414
'14.2mb',
15+
'14.2bm',
1516
'boat'
1617
) as $input) {
1718
echo ini_parse_quantity( $input ) . PHP_EOL;
1819
}
1920
?>
2021
--EXPECT--
21-
0
22+
-1
2223
0
2324
1
2425
1
2526
1024
2627
1048576
2728
1073741824
29+
1
2830
14
31+
14680064
2932
0

0 commit comments

Comments
 (0)