3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Aaa { private $zohoId; public function setZohoId(int $zohoId) { $this->zohoId = $zohoId; } } $aaa = new Aaa(); $aaa->setZohoId(1231066000009656139); // $bbb = new Aaa(); // $bbb->setZohoId(9223372036854775807); // $ccc = new Aaa(); // $ccc->setZohoId(9223372036854775808); var_dump(9223372036854775807);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XaB0B
function name:  (null)
number of ops:  10
compiled vars:  !0 = $aaa
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   NEW                                              $1      'Aaa'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   14     3        INIT_METHOD_CALL                                         !0, 'setZohoId'
          4        SEND_VAL_EX                                              1231066000009656139
          5        DO_FCALL                                      0          
   22     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAL                                                 9223372036854775807
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Class Aaa:
Function setzohoid:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XaB0B
function name:  setZohoId
number of ops:  4
compiled vars:  !0 = $zohoId
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
    9     1        ASSIGN_OBJ                                               'zohoId'
          2        OP_DATA                                                  !0
   10     3      > RETURN                                                   null

End of function setzohoid

End of class Aaa.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.92 ms | 1394 KiB | 15 Q