1.2.1622. ext/xdebug¶
Xdebug extension.
The Xdebug is a extension PHP which provides debugging and profiling capabilities.
<?php
class Strings
{
static function fix_string($a)
{
echo
xdebug_call_class().
"::".
xdebug_call_function().
" is called at ".
xdebug_call_file().
":".
xdebug_call_line();
}
}
$ret = Strings::fix_string( 'Derick' );
?>
See also Xdebug.
1.2.1622.1. Specs¶
Short name |
Extensions/Extxdebug |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |