diff options
Diffstat (limited to 'scripts/ext_skel_ng/php_element.php')
| -rw-r--r-- | scripts/ext_skel_ng/php_element.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ext_skel_ng/php_element.php b/scripts/ext_skel_ng/php_element.php index 4e17d297f7..3f1bd1c6b5 100644 --- a/scripts/ext_skel_ng/php_element.php +++ b/scripts/ext_skel_ng/php_element.php @@ -17,6 +17,7 @@ class php_element { "resource" => "resource", "mixed" => "mixed", "callback" => "callback", + "stream" => "stream" ); if (isset($types[$name])) { |
