summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorSean Bright <elixer@php.net>2001-05-21 13:36:42 +0000
committerSean Bright <elixer@php.net>2001-05-21 13:36:42 +0000
commit0b716d18b1e05bd0281a61cbd47ff837e6e3abd6 (patch)
tree3b00ed36908666d2b4ae6258d185c549905f9095 /ext/standard/basic_functions.h
parent97ed89521ece8ba730a891cde0ce34a76cd5c1cd (diff)
downloadphp-git-0b716d18b1e05bd0281a61cbd47ff837e6e3abd6.tar.gz
Added get_defined_constants() function. Returns an associative array of
constants mapped to their values. @- Added get_defined_constants() function to return an associative array of @ constants mapped to their values. (Sean) # If anyone sees a problem let me know.
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r--ext/standard/basic_functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h
index 8a3c1e3de6..52c23a25e0 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -111,6 +111,7 @@ PHP_NAMED_FUNCTION(php_if_crc32);
PHP_FUNCTION(get_loaded_extensions);
PHP_FUNCTION(extension_loaded);
PHP_FUNCTION(get_extension_funcs);
+PHP_FUNCTION(get_defined_constants);
PHP_FUNCTION(register_tick_function);
PHP_FUNCTION(unregister_tick_function);