global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / builtin_extension_DOMDocumentType.php
blobeb7c6c276b70acd1fb91da76d3fe49585457fa6b
1 <?hh
3 include __DIR__."/builtin_extensions.inc";
5 class A_DOMDocumentType extends DOMDocumentType {
6 public $___x;
8 test("DOMDocumentType");