xref
: /
PHP-8.2
/
Zend
/
tests
/
attributes
/
030_strict_types.inc
(revision 5686c16d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
declare(strict_types=1);
3
4
#[MyAttribute("42")]
5
class TestStrict {}
6