mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
305b17e85f
Closes GH-5322
7 lines
83 B
PHP
7 lines
83 B
PHP
<?php
|
|
|
|
class DOMComment
|
|
{
|
|
public function __construct(string $value = "") {}
|
|
}
|