mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
added "callback" type (and fixed a stupid typo)
This commit is contained in:
parent
b042f45465
commit
06e43b97a8
1 changed files with 2 additions and 1 deletions
|
@ -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])) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue