fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $x = ['a' => 1, 'b' => 2];
  5. var_dump(empty($x['c']));
Success #stdin #stdout 0.03s 25516KB
stdin
Standard input is empty
stdout
bool(true)