3v4l.org

run code in 300+ PHP versions simultaneously
<?php //PHPの関数 //様々な関数 $a =''; //empty関数 /*以下の場合にTRUE ・空白の数値 ・NULLやFALSE ・変数が定義されただけの状態 ・文字列の半角の0 ・文字列、配列、数値の0 */ echo empty($a).PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rhKHD
function name:  (null)
number of ops:  5
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, ''
   16     1        ISSET_ISEMPTY_CV                                 ~2      !0
          2        CONCAT                                           ~3      ~2, '%0A'
          3        ECHO                                                     ~3
   17     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.11 ms | 1383 KiB | 13 Q