import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / array_search_variation3.php.expectf
blob6999d29d5272e21b796f7a760194eaac3d781fd0
1 *** Testing sub-arrays with array_search() ***
2 int(4)
3 string(5) "three"
4 int(5)
6 *** Testing objects with array_search() ***
7 HipHop Warning: %a
8 NULL
9 HipHop Warning: %a
10 NULL
11 int(1)
12 Done