PHP Classes

File: tests/Stubs/BadStringFlag.php

Recommend this page to a friend!
  Packages of Reinder Reinders   PHP Binary Flags   tests/Stubs/BadStringFlag.php   Download  
File: tests/Stubs/BadStringFlag.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Binary Flags
Manage a group of boolean flags using integers
Author: By
Last change:
Date: 1 month ago
Size: 106 bytes
 

Contents

Class file image Download
<?php

namespace Reinder83\BinaryFlags\Tests\Stubs;

enum BadStringFlag: string
{
    case
Foo = 'foo';
}