8 uses of KINT_PHP53 in Devel 8
- Kint::dump in kint/
kint/ Kint.class.php - * Dump information about variables, accepts any number of parameters, supports modifiers: * * clean up any output before kint and place the dump at the top of page: * - Kint::dump() * ***** * expand all nodes on display: * !…
- Kint_Objects_SplFileInfo::parse in kint/
kint/ parsers/ objects/ splfileinfo.php - * returns false or associative array - each key represents a tab in default view, values may be anything * *
- Kint_Parsers_ClassMethods::_parse in kint/
kint/ parsers/ custom/ classmethods.php - * main and usually single method a custom parser must implement * *
- Kint_Parsers_ClassStatics::_parse in kint/
kint/ parsers/ custom/ classstatics.php - * main and usually single method a custom parser must implement * *
- Kint_Parsers_FsPath::_parse in kint/
kint/ parsers/ custom/ fspath.php - * main and usually single method a custom parser must implement * *
- Kint_Parsers_Json::_parse in kint/
kint/ parsers/ custom/ json.php - * main and usually single method a custom parser must implement * *
- Kint_Parsers_Microtime::_parse in kint/
kint/ parsers/ custom/ microtime.php - * main and usually single method a custom parser must implement * *
- Kint_Parsers_objectIterateable::_parse in kint/
kint/ parsers/ custom/ objectiterateable.php - * main and usually single method a custom parser must implement * *