php-src/ext/dom/entityreference.stub.php
2020-04-03 14:23:54 +02:00

6 lines
85 B
PHP

<?php
class DOMEntityReference
{
public function __construct(string $name) {}
}