error (line 42)
Print error message and exit
void
error
($msg $msg)
-
$msg
$msg: Message to write to console.
get_all_php_files (line 140)
Retrive a list of all PHP files in the given directory
Array
get_all_php_files
($dir $dir, $recursive $recursive)
-
$dir
$dir: Directory to scan
-
$recursive
$recursive: True is directory is scanned recursively
help (line 20)
Print help message and exit
void
help
()
instrument (line 66)
Instrument the PHP file.
void
instrument
($file $file)
uninstrument (line 97)
Uninstrument the PHP file
void
uninstrument
($file $file)
writeMsg (line 53)
Write a information message
void
writeMsg
($msg $msg)
-
$msg
$msg: Message to write to console.