From 6df16a01b771cfae6f38e518fa6e8078703f7ad4 Mon Sep 17 00:00:00 2001 From: Christian Weber Date: Thu, 27 Nov 2008 15:52:32 +0000 Subject: correct typos --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 8235c3c..b3594a0 100644 --- a/README +++ b/README @@ -118,14 +118,14 @@ Functions: it_debug - Debug support ------------------------ -it_debug is used for debugging. The function ED($foo, $bar) outputs echoes the +it_debug is used for debugging. The function ED($foo, $bar) echoes the values of $foo and $bar AND prepends it with the names of the variables. EDX() -does the same and exists. EDC('verbose', $foo) only echoes if +does the same and exits. EDC('verbose', $foo) only echoes if $GLOBALS['debug_verbose'] is set. it_debug::backtrace() outputs a compact stackdump. Example: - ED($foo, $bar); # outputs name and value of $foo and $bar + ED($foo, $bar); # echoes name and value of $foo and $bar EDC('verbose', $foo); Functions: -- cgit v1.2.3