View | Details | Raw Unified | Return to bug 88481
Collapse All | Expand All

(-)ext/standard/basic_functions.c Fri Nov 4 19:42:56 2005 (-2 / +2 lines)
Lines 802-809 Link Here
802
       PHP_FE(prev,                                    first_arg_force_ref)
802
       PHP_FE(prev,                                    first_arg_force_ref)
803
       PHP_FE(next,                                    first_arg_force_ref)
803
       PHP_FE(next,                                    first_arg_force_ref)
804
       PHP_FE(reset,                                   first_arg_force_ref)
804
       PHP_FE(reset,                                   first_arg_force_ref)
805
       PHP_FE(current,                                 NULL)
805
       PHP_FE(current,                                 first_arg_force_ref)
806
       PHP_FE(key,                                     NULL)
806
       PHP_FE(key,                                     first_arg_force_ref)
807
       PHP_FE(min,                                                            NULL)
807
       PHP_FE(min,                                                            NULL)
808
       PHP_FE(max,                                                            NULL)
808
       PHP_FE(max,                                                            NULL)
809
       PHP_FE(in_array,                                                       NULL)
809
       PHP_FE(in_array,                                                       NULL)

Return to bug 88481