3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo sprintf("%'─7s", "ABC").PHP_EOL; echo sprintf("%'-7s", "ABC"); // GOOD
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JsAv6
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'sprintf'
          1        SEND_VAL                                                     '%25%27%E2%94%807s'
          2        SEND_VAL                                                     'ABC'
          3        DO_ICALL                                             $0      
          4        CONCAT                                               ~1      $0, '%0A'
          5        ECHO                                                         ~1
    4     6        INIT_FCALL                                                   'sprintf'
          7        SEND_VAL                                                     '%25%27-7s'
          8        SEND_VAL                                                     'ABC'
          9        DO_ICALL                                             $2      
         10        ECHO                                                         $2
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.62 ms | 2590 KiB | 14 Q