1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

new proto data type: stream

This commit is contained in:
Hartmut Holzgraefe
2003-05-09 12:01:21 +00:00
parent 4aa1414623
commit 78eeccb798

View File

@@ -17,6 +17,7 @@ class php_element {
"resource" => "resource",
"mixed" => "mixed",
"callback" => "callback",
"stream" => "stream"
);
if (isset($types[$name])) {