Skip to content

Commit

Permalink
Fix the test, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
colder committed Jul 25, 2012
1 parent 0d2231f commit 522e36b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/weakmap_004.phpt
Expand Up @@ -27,4 +27,19 @@ foreach($wm as $k => $v) {
?>
==END==
--EXPECTF--
int(1)
object(stdClass)#2 (0) {
}
int(3)
object(stdClass)#2 (0) {
}
int(4)
object(stdClass)#2 (0) {
}
int(3)
object(stdClass)#2 (0) {
}
int(4)
object(stdClass)#2 (0) {
}
==END==

0 comments on commit 522e36b

Please sign in to comment.