constant KINT_PHP53 in Devel 8
Same name and namespace in other branches
- 8.2 kint/kint/Kint.class.php \KINT_PHP53
8 uses of KINT_PHP53
- 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 * *
File
- kint/
kint/ Kint.class.php, line 13
Code
define('KINT_PHP53', version_compare(PHP_VERSION, '5.3.0') >= 0);