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