Allow duplicate items in encoded urls
[hiphop-php.git] / hphp / test / slow / object / 665.php
blob17b746e707fef3d4217457070b15f405c9843135
1 <?php
3 function test() {
4 $abc = 'abc';
5 var_dump($abc instanceof Nothing);
7 test();