summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
blob: 26e89bff33aa359096225ec5eeaaf8755bbf1678 (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
Extension Upgrade Tracking
==========================

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

  Completed:
        addslashes()
        bin2hex()
        chr()
        explode()
        implode()
        levenshtein()
        ord()
        range()
        similar_text()
        str_pad()
        str_repeat()
        strip_tags()
        strcspn()
        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: