mirror of
https://github.com/php/php-src.git
synced 2026-04-11 01:53:36 +02:00
7 lines
83 B
PHP
7 lines
83 B
PHP
<?php
|
|
|
|
class DOMComment
|
|
{
|
|
public function __construct(string $value = "") {}
|
|
}
|