]> granicus.if.org Git - php/commitdiff
Flag unicode safe functions
authorSara Golemon <pollita@php.net>
Thu, 24 Jan 2008 09:44:28 +0000 (09:44 +0000)
committerSara Golemon <pollita@php.net>
Thu, 24 Jan 2008 09:44:28 +0000 (09:44 +0000)
Zend/zend_builtin_functions.c

index 1f8d547e760df9dd7d4c12b2d2565bec5a477c2b..ad8148d2b60745128d3878d274129977ba16a308 100644 (file)
@@ -2244,7 +2244,7 @@ ZEND_FUNCTION(get_extension_funcs)
 }
 /* }}} */
 
-/* {{{ proto int gc_collect_cycles(void)
+/* {{{ proto int gc_collect_cycles(void) U
    Forces collection of any existing garbage cycles.
    Returns number of freed zvals */
 ZEND_FUNCTION(gc_collect_cycles)
@@ -2253,7 +2253,7 @@ ZEND_FUNCTION(gc_collect_cycles)
 }
 /* }}} */
 
-/* {{{ proto void gc_enabled(void)
+/* {{{ proto void gc_enabled(void) U
    Returns status of the circular reference collector */
 ZEND_FUNCTION(gc_enabled)
 {
@@ -2261,7 +2261,7 @@ ZEND_FUNCTION(gc_enabled)
 }
 /* }}} */
 
-/* {{{ proto void gc_enable(void)
+/* {{{ proto void gc_enable(void) U
    Activates the circular reference collector */
 ZEND_FUNCTION(gc_enable)
 {
@@ -2269,7 +2269,7 @@ ZEND_FUNCTION(gc_enable)
 }
 /* }}} */
 
-/* {{{ proto void gc_disable(void)
+/* {{{ proto void gc_disable(void) U
    Deactivates the circular reference collector */
 ZEND_FUNCTION(gc_disable)
 {