var_dump function code example Example: php var dump die $variable = "hello"; var_dump($variable); die();