summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-05-11 19:31:37 +0000
committerAndrey Hristov <andrey@php.net>1999-05-11 19:31:37 +0000
commit702829709cc546a18469ad8bd52687e28ebfd9f5 (patch)
treeb82a789e8ec3aee1b2e3ee5725d46b4f6146f920 /ext/standard/basic_functions.h
parent9fd708a313ac04120325ea52b0c75f2d61584a0a (diff)
downloadphp-git-702829709cc546a18469ad8bd52687e28ebfd9f5.tar.gz
Added compact() function.
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 675c7ccda0..96f2e32951 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -121,6 +121,7 @@ PHP_FUNCTION(defined);
PHP_FUNCTION(function_exists);
PHP_FUNCTION(in_array);
PHP_FUNCTION(extract);
+PHP_FUNCTION(compact);
#if HAVE_PUTENV
typedef struct {