diff options
author | Christian Weber | 2008-11-27 15:52:32 +0000 |
---|---|---|
committer | Christian Weber | 2008-11-27 15:52:32 +0000 |
commit | 6df16a01b771cfae6f38e518fa6e8078703f7ad4 (patch) | |
tree | b9f98fd7a1a3f3cf4e80d433db722d51323ef4ea /README | |
parent | 83a825a668fb248d4c2050ca2829f80d469c3711 (diff) | |
download | itools-6df16a01b771cfae6f38e518fa6e8078703f7ad4.tar.gz itools-6df16a01b771cfae6f38e518fa6e8078703f7ad4.tar.bz2 itools-6df16a01b771cfae6f38e518fa6e8078703f7ad4.zip |
correct typos
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |