import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_key_exists_variation3.php.expectf
blobe410499a1a50cb09d08ef7a72675812936c84cb6
1 *** Testing array_key_exists() : usage variations ***
3 -- Iteration 1 --
4 Pass float as $key:
5 HipHop Warning: %a
6 bool(false)
7 Cast float to int:
8 bool(true)
10 -- Iteration 1 --
11 Pass float as $key:
12 HipHop Warning: %a
13 bool(false)
14 Cast float to int:
15 bool(true)
17 -- Iteration 1 --
18 Pass float as $key:
19 HipHop Warning: %a
20 bool(false)
21 Cast float to int:
22 bool(true)
23 Done