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", "array" => "array",
"object" => "object", "object" => "object",
"resource" => "resource", "resource" => "resource",
"mixed" => "mixes", "mixed" => "mixed",
"callback" => "callback",
); );
if(isset($types[$name])) { if(isset($types[$name])) {