ru_php/ext/opcache/tests/gh17422/early-bind-warning-error.inc

7 lines
122 B
PHP

<?php
class C extends DateTime {
public function getTimezone() {}
public function getTimestamp(C $arg): int {}
}