Title / Description
Code <?php namespace Hux; class Test { private $_instance = null; public function __construct() { $this->foo(); } private function foo($var) { if (null !== $var) { echo '<pre>' . print_r($var, true) . '</pre>'; } } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code