summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php/src/IcePHP/Profile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/src/IcePHP/Profile.cpp b/php/src/IcePHP/Profile.cpp
index da2c8cd6092..fafd06ab72a 100644
--- a/php/src/IcePHP/Profile.cpp
+++ b/php/src/IcePHP/Profile.cpp
@@ -1461,6 +1461,7 @@ IcePHP::CodeVisitor::getDefaultValue(const Slice::TypePtr& type)
case Slice::Builtin::KindObject:
case Slice::Builtin::KindObjectProxy:
+ case Slice::Builtin::KindLocalObject:
return "null";
}
}