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:
@@ -17,6 +17,7 @@ class php_element {
|
||||
"resource" => "resource",
|
||||
"mixed" => "mixed",
|
||||
"callback" => "callback",
|
||||
"stream" => "stream"
|
||||
);
|
||||
|
||||
if (isset($types[$name])) {
|
||||
|
||||
Reference in New Issue
Block a user