fork download
  1. <?php
  2. $svc['nivel'] = 1;
  3. $permt = $svc['nivel'] . "";
  4.  
  5. if ($permt == 1) {
  6. echo $permt;
  7. }
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
1