fork download
  1. <?php
  2. interface a { const X = 1; }
  3. interface b { const X = 1; }
  4. class c implements a,b { }
  5.  
Runtime error #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
Standard output is empty