import zend libxml tests
[hiphop-php.git] / hphp / test / zend / bad / ext-libxml / bug63389.php
blob0652e124ee97f11cad19807bd4ab9887bfdff650
1 <?php
2 $fp = fopen("php://input", "r");
3 libxml_set_streams_context($fp);
4 libxml_set_streams_context("a");
5 echo "okey";
6 ?>