3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Level77_Paypalfix_Model_Resource_Quote_Payment extends Mage_Sales_Model_Resource_Quote_Payment { protected function _serializeField(\Varien_Object $object, $field, $defaultValue = null, $unsetEmpty = false) { Mage::helper('paypalfix')->log($object, $field); return parent::_serializeField($object, $field, $defaultValue, $unsetEmpty); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/URv99
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CLASS                                            'level77_paypalfix_model_resource_quote_payment', 'mage_sales_model_resource_quote_payment'
   10     1      > RETURN                                                   1

Class Level77_Paypalfix_Model_Resource_Quote_Payment:
Function _serializefield:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/URv99
function name:  _serializeField
number of ops:  19
compiled vars:  !0 = $object, !1 = $field, !2 = $defaultValue, !3 = $unsetEmpty
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV_INIT                                        !2      null
          3        RECV_INIT                                        !3      <false>
    7     4        INIT_STATIC_METHOD_CALL                                  'Mage', 'helper'
          5        SEND_VAL_EX                                              'paypalfix'
          6        DO_FCALL                                      0  $4      
          7        INIT_METHOD_CALL                                         $4, 'log'
          8        SEND_VAR_EX                                              !0
          9        SEND_VAR_EX                                              !1
         10        DO_FCALL                                      0          
    8    11        INIT_STATIC_METHOD_CALL                                  '_serializeField'
         12        SEND_VAR_EX                                              !0
         13        SEND_VAR_EX                                              !1
         14        SEND_VAR_EX                                              !2
         15        SEND_VAR_EX                                              !3
         16        DO_FCALL                                      0  $6      
         17      > RETURN                                                   $6
    9    18*     > RETURN                                                   null

End of function _serializefield

End of class Level77_Paypalfix_Model_Resource_Quote_Payment.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.38 ms | 1394 KiB | 13 Q