fork download
  1. <?php
  2.  
  3. $pituh = (object) ["id" => 45, "iq" => 120];
  4. var_dump($pituh->id / $pituh->iq);
Success #stdin #stdout 0.02s 24232KB
stdin
Standard input is empty
stdout
float(0.375)