summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2002-09-03 14:14:44 +0000
committerThies C. Arntzen <thies@php.net>2002-09-03 14:14:44 +0000
commitca0a7c43235602f37b8a82ab8d03289ce0121122 (patch)
tree3ceedd61a13a068e8e30d577dd15ff38475dec3e /Zend/zend_builtin_functions.c
parentdb92641e32f5bb754fc9182a44c62696b7e103ce (diff)
downloadphp-git-ca0a7c43235602f37b8a82ab8d03289ce0121122.tar.gz
nuke warning
Diffstat (limited to 'Zend/zend_builtin_functions.c')
-rw-r--r--Zend/zend_builtin_functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c
index e01e50d61b..5a49e761f4 100644
--- a/Zend/zend_builtin_functions.c
+++ b/Zend/zend_builtin_functions.c
@@ -1337,6 +1337,7 @@ ZEND_FUNCTION(debug_backtrace)
call_type = "::";
} else {
class_name = NULL;
+ call_type = NULL;
}
if (class_name) {