fork download
  1. <?php
  2.  
  3. $value = array (
  4. 'foo' => 'bar',
  5. );
  6.  
  7.  
  8. if ( $value ) {
  9. echo 'yup';
  10. }
Success #stdin #stdout 0.03s 23832KB
stdin
Standard input is empty
stdout
yup