File: anonymousclass2.php

package info (click to toggle)
phpab 1.27.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 828 kB
  • sloc: php: 3,428; xml: 162; makefile: 28
file content (6 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
<?php

interface foo {}

$x = new class implements foo {};