6ef9d37225
In D804289 I scrwed up and needed a ##/g## in my script...
9 linhas
120 B
PHP
9 linhas
120 B
PHP
<?php
|
|
|
|
include __DIR__."/builtin_extensions.inc";
|
|
|
|
class A_SQLite3 extends SQLite3 {
|
|
public $___x;
|
|
}
|
|
test("SQLite3");
|