3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MySQL{ public $debugMode = 0; private $sqlHandle; private $hostname; private $username; private $password; private $dbName; private $queryHandle; function __construct() { } static function escapeContent($value) { //$value = get_magic_quotes_gpc()?stripslashes($value):$value; //return mysql_real_escape_string($value, $this->sqlHandle); return true; } } array_map(array('MySQL', 'escapeContent'), array(1,2,3)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eUQnk
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   27     0  E >   INIT_FCALL                                               'array_map'
          1        SEND_VAL                                                 <array>
          2        SEND_VAL                                                 <array>
          3        DO_ICALL                                                 
   28     4      > RETURN                                                   1

Class MySQL:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eUQnk
function name:  __construct
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E > > RETURN                                                   null

End of function __construct

Function escapecontent:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eUQnk
function name:  escapeContent
number of ops:  3
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E >   RECV                                             !0      
   22     1      > RETURN                                                   <true>
   24     2*     > RETURN                                                   null

End of function escapecontent

End of class MySQL.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.96 ms | 1394 KiB | 15 Q