mirror of
https://github.com/php/php-src.git
synced 2026-04-12 02:23:18 +02:00
7 lines
111 B
PHP
7 lines
111 B
PHP
<?php
|
|
|
|
class DOMProcessingInstruction
|
|
{
|
|
public function __construct(string $name, string $value = "") {}
|
|
}
|