hholzgra                Fri Feb 28 01:28:54 2003 EDT

  Modified files:              
    /php4/scripts/ext_skel_ng   php_element.php 
  Log:
  added "callback" type (and fixed a stupid typo)
  
  
Index: php4/scripts/ext_skel_ng/php_element.php
diff -u php4/scripts/ext_skel_ng/php_element.php:1.1 
php4/scripts/ext_skel_ng/php_element.php:1.2
--- php4/scripts/ext_skel_ng/php_element.php:1.1        Wed Feb 19 05:07:22 2003
+++ php4/scripts/ext_skel_ng/php_element.php    Fri Feb 28 01:28:53 2003
@@ -14,7 +14,8 @@
                                                                         "array"    => 
"array",
                                                                         "object"   => 
"object",
                                                                         "resource" => 
"resource",
-                                                                        "mixed"    => 
"mixes",
+                                                                        "mixed"    => 
"mixed",
+                                                                        "callback" => 
"callback",
                                                                         );
                
                if(isset($types[$name])) {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to