Skip to content

Instantly share code, notes, and snippets.

@pavelmaca
Created July 6, 2011 13:10
Show Gist options
  • Save pavelmaca/1067181 to your computer and use it in GitHub Desktop.
Save pavelmaca/1067181 to your computer and use it in GitHub Desktop.
<?php
class XYZ{
public function foo(){
wc();
}
}
$f = function ($t) {
dump($t);
};
stdClass(2) {
function => "_lb387b52b007_data" (18)
args => array(2) [
0 => stdClass(4) {
templates => array(1) { ... }
blocks => array(13) { ... }
extends => FALSE
its => array(0)
}
1 => array(13) {
_l => stdClass(4) { ... }
_args => array(11) { ... }
control => AdminModule\SestavyGrid(20) { ... }
presenter => AdminModule\SestavyPresenter(29) { ... }
user => Nette\Http\User(7) { ... }
netteHttpResponse => Nette\Http\Response(5) { ... }
netteCacheStorage => Nette\Caching\Storages\FileStorage(3) { ... }
baseUrl => "http://jobs.loc/konfigurator_regalu/www" (39)
baseUri => "http://jobs.loc/konfigurator_regalu/www" (39)
basePath => "/konfigurator_regalu/www" (24)
flashes => array(0)
template => Nette\Templating\FileTemplate(9) { ... }
_g => stdClass(0)
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment