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