Arquivos
hhvm/hphp/test/quick/builtin_extension_SQLite3.php
T
Paul Tarjan 6ef9d37225 fix builtin extension tests
In D804289 I scrwed up and needed a ##/g## in my script...
2013-05-21 11:12:06 -07:00

9 linhas
120 B
PHP

<?php
include __DIR__."/builtin_extensions.inc";
class A_SQLite3 extends SQLite3 {
public $___x;
}
test("SQLite3");