added "callback" type (and fixed a stupid typo)

This commit is contained in:
Hartmut Holzgraefe 2003-02-28 06:28:53 +00:00
parent b042f45465
commit 06e43b97a8

View File

@ -14,7 +14,8 @@ class php_element {
"array" => "array",
"object" => "object",
"resource" => "resource",
"mixed" => "mixes",
"mixed" => "mixed",
"callback" => "callback",
);
if(isset($types[$name])) {