From 79c8589304417dc6841dce54d0d9692ca2177bab Mon Sep 17 00:00:00 2001 From: Derek Ford Date: Wed, 21 Jan 2004 03:47:01 +0000 Subject: [PATCH] Fixing bug #26985 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149358 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/functions/debug-backtrace.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/errorfunc/functions/debug-backtrace.xml b/reference/errorfunc/functions/debug-backtrace.xml index 9f43f882a4..8a7ce17876 100755 --- a/reference/errorfunc/functions/debug-backtrace.xml +++ b/reference/errorfunc/functions/debug-backtrace.xml @@ -1,5 +1,5 @@ - + debug_backtrace @@ -66,7 +66,7 @@ type string - The current class type. + The current call type. If a method call, "->" is returned. If a static method call, "::" is returned. If a function call, nothing is returned.