File: HackEnum.php

package info (click to toggle)
php-composer-class-map-generator 1.0.0-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,584 kB
  • sloc: php: 4,130; makefile: 22
file content (6 lines) | stat: -rw-r--r-- 52 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
<?hh

enum FooEnum: int {
  HERP = 1;
  DERP = 2;
}