summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
blob: 7b9203a0b7784e380335d0780758a3a2c04c09da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
Extension Upgrade Tracking
==========================

ext/standard
------------
  Status: In Progress

  array.c
  -------
    Need to fix string_compare_function() to compare Unicode strings
    directly in code point order

    array_multisort()
        Add SORT_LOCALE_STRING, test

    natsort(), natcasesort()
        Params API
        Either port strnatcmp() to support Unicode or maybe use ICU's numeric collation


  Completed
  =========
  
  array.c
  -------
    array_change_key_case()
    array_chunk() 
    array_combine()
    array_count_values()
    array_fill()
    array_filter()
    array_flip()
    array_key_exists()
    array_keys()
    array_map()
    array_merge()
    array_merge_recursive()
    array_product()
    array_push(), array_pop(), array_shift(), array_unshift()
    array_pad()
    array_rand()
    array_reduce()
    array_reverse()
    array_search()
    array_slice()
    array_splice()
    array_sum()
    array_values()
    array_unique()
    array_walk()
    array_walk_recursive()
    compact()
    count()
    extract()
    in_array()
    min()
    max()
    range()
    shuffle()

    end(), prev(), next(), reset(), current(), key()

    sort(), rsort()
    asort(), arsort()
    ksort(), krsort() 
    usort(), uasort(), uksort()

    array_diff(), array_udiff()
    array_diff_assoc(), array_diff_uassoc(),
    array_udiff_assoc(), array_udiff_uassoc()
    array_diff_key(), array_diff_ukey()

    array_intersect(), array_uintersect()
    array_intersect_assoc(), array_uintersect_assoc()
    array_intersect_uassoc(), array_uintersect_uassoc()
    array_intersect_key(), array_intersect_ukey()


  string.c
  --------
    addslashes()
    bin2hex()
    chr()
    explode()
    implode()
    levenshtein()
    ord()
    range()
    similar_text()
    str_pad()
    str_repeat()
    strcspn()
    strip_tags()
    stripslashes()
    strpbrk()
    strpos()
    strrchr()
    strrev()
    strrpos()
    strspn()
    strstr()
    strtok()
    substr()
    substr_count()
    substr_replace()
    trim()
    ucfirst()
    ucwords()


Zend Engine
-----------
  Status: In Progress

  TBD:
        debug_backtrace()
  Completed:
        class_exists()
        create_function()
        debug_print_backtrace()
        define()
        defined()
        each()
        error_reporting()
        extension_loaded()
        func_get_arg()
        func_get_args()
        func_num_args()
        function_exists()
        get_class()
        get_class_methods()
        get_class_vars()
        get_declared_classes()
        get_declared_interfaces()
        get_defined_constants()
        get_defined_functions()
        get_defined_vars()
        get_extension_funcs()
        get_included_files()
        get_loaded_extensions()
        get_object_vars()
        get_parent_class()
        get_resource_type()
        interface_exists()
        is_a()
        is_subclass_of()
        method_exists()
        property_exists()
        restore_error_handler()
        restore_exception_handler()
        set_error_handler()
        set_exception_handler()
        strcasecmp()
        strcmp()
        strlen()
        strncasecmp()
        strncmp()
        trigger_error()
        zend_thread_id()
        zend_version()

vim: set et ts=4 sts: