]> granicus.if.org Git - php/commitdiff
new proto data type: stream
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 9 May 2003 12:01:21 +0000 (12:01 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 9 May 2003 12:01:21 +0000 (12:01 +0000)
scripts/ext_skel_ng/php_element.php

index 4e17d297f7db12edbf5d691a0cbb6c929a800a53..3f1bd1c6b5e0147b20a7fa81b29a3b7348a83bf2 100644 (file)
@@ -17,6 +17,7 @@ class php_element {
                                                                         "resource" => "resource",
                                                                         "mixed"    => "mixed",
                                                                         "callback" => "callback",
+                                                                        "stream"   => "stream"
                                                                         );
                
                if (isset($types[$name])) {