fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $h1 = '03:00';
  6. $h2 = substr($h1, 0, 2);
  7. $h2++;
  8.  
  9. echo $h2;
Success #stdin #stdout 0.02s 24496KB
stdin
Standard input is empty
stdout
4