Skip to content

Commit

Permalink
Fix tests broken by 'Fix bug #52355'
Browse files Browse the repository at this point in the history
a4648de broke some tests
  • Loading branch information
hikari-no-yume committed Dec 17, 2015
1 parent a4648de commit 4e01269
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Binary file modified ext/standard/tests/general_functions/debug_zval_dump_b.phpt
Binary file not shown.
12 changes: 6 additions & 6 deletions ext/standard/tests/general_functions/print_r.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,9 @@ Array
*** Testing print_r() on float variables ***

-- Iteration 1 --
0
0
0
-0
-0
-0
-- Iteration 2 --
0
0
Expand Down Expand Up @@ -1605,7 +1605,7 @@ Array
-- Iteration 4 --
Array
(
[0] => 0
[0] => -0
[1] => Where am I?
[2] => Array
(
Expand All @@ -1621,7 +1621,7 @@ Array

Array
(
[0] => 0
[0] => -0
[1] => Where am I?
[2] => Array
(
Expand All @@ -1637,7 +1637,7 @@ Array

Array
(
[0] => 0
[0] => -0
[1] => Where am I?
[2] => Array
(
Expand Down
8 changes: 4 additions & 4 deletions ext/standard/tests/general_functions/var_dump.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ float(-2147483648)

*** Testing var_dump() on float variables ***
-- Iteration 1 --
float(0)
float(-0)
-- Iteration 2 --
float(0)
-- Iteration 3 --
Expand Down Expand Up @@ -893,7 +893,7 @@ array(4) {
-- Iteration 4 --
array(6) {
[0]=>
float(0)
float(-0)
[1]=>
string(11) "Where am I?"
[2]=>
Expand Down Expand Up @@ -1022,7 +1022,7 @@ array(15) {
}
array(32) {
[0]=>
float(0)
float(-0)
[1]=>
float(0)
[2]=>
Expand Down Expand Up @@ -1519,7 +1519,7 @@ array(6) {
[3]=>
array(6) {
[0]=>
float(0)
float(-0)
[1]=>
string(11) "Where am I?"
[2]=>
Expand Down
2 changes: 1 addition & 1 deletion ext/standard/tests/general_functions/var_dump_64bit.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ array(15) {
}
array(32) {
[0]=>
float(0)
float(-0)
[1]=>
float(0)
[2]=>
Expand Down

0 comments on commit 4e01269

Please sign in to comment.