3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo "97, ".chr(97).", ".ctype_lower(97)."\n"; // 8.1以降ならば↓の非推奨警告がでます。 // Deprecated: ctype_lower(): Argument of type int will be interpreted as string in the future in /in/4C8hc on line 7 // 97, a, true // 8.0以前ならば下の様に何事もなく動きます。 // 97, a, true
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dnRSd
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'ctype_lower'
          1        SEND_VAL                                                     97
          2        DO_ICALL                                             $0      
          3        CONCAT                                               ~1      '97%2C+a%2C+', $0
          4        CONCAT                                               ~2      ~1, '%0A'
          5        ECHO                                                         ~2
    9     6      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
204.81 ms | 1865 KiB | 14 Q