Skip to content

Commit

Permalink
Test...
Browse files Browse the repository at this point in the history
  • Loading branch information
tpunt committed Jan 1, 2016
1 parent 61f5aab commit 9f820c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Zend/tests/digit_separator_001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Valid use of digit separator
var_dump(1_000_000 === 1000000);
var_dump(3.141_592 === 3.141592);
var_dump(0x02_56_12 === 0x025612);
var_dump(0b0010_1101 === 0b00101101);
var_dump(0267_3432 === 02673432);
var_dump(1_123.456_7e2 === 1123.4567e2);
--EXPECT--
Expand Down

0 comments on commit 9f820c6

Please sign in to comment.