1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00
Files
archived-php-src/ext/dom/processinginstruction.stub.php
Máté Kocsis 305b17e85f Do not include the same stub multiple times
Closes GH-5322
2020-04-03 14:23:54 +02:00

7 lines
111 B
PHP

<?php
class DOMProcessingInstruction
{
public function __construct(string $name, string $value = "") {}
}