summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-08-22 12:22:16 +0000
committerDmitry Stogov <dmitry@php.net>2005-08-22 12:22:16 +0000
commit6b622046dc25b161706dbb25f6416a4f3ddf55ec (patch)
tree134be93d8d80ed516f2587cab1224115083676db /unicode-progress.txt
parent6fad26469c9b0f539c51514d9a125ec34fc67ad8 (diff)
downloadphp-git-6b622046dc25b161706dbb25f6416a4f3ddf55ec.tar.gz
zend_is_callable() and zend_make_callable() were changed to return readable function name as zval (instead of string).
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r--unicode-progress.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/unicode-progress.txt b/unicode-progress.txt
index eb710052d0..62fa9ab321 100644
--- a/unicode-progress.txt
+++ b/unicode-progress.txt
@@ -18,3 +18,51 @@ ext/standard
trim()
ucwords()
ucfirst()
+ZE
+--
+ Status: In Progress
+ debug_backtrace()
+ extension_loaded()
+ get_extension_funcs()
+ get_included_files()
+ strcasecmp()
+ strncasecmp()
+ Completed:
+ class_exists()
+ create_function()
+ debug_print_backtrace()
+ define()
+ defined()
+ each()
+ error_reporting()
+ 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_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()
+ strcmp()
+ strlen()
+ strncmp()
+ trigger_error()
+ zend_thread_id()
+ zend_version()