summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-11-29 15:37:38 +0000
committerSterling Hughes <sterling@php.net>2000-11-29 15:37:38 +0000
commit2cc8e2f8c79b4ca00c2e4ef953c12ea1ef6588d4 (patch)
tree840925327ef00dbaeb405ebd83a5e0bb7cd0fab2 /ext/standard/basic_functions.h
parent93b2587876533a356d00f88cb209a29302269882 (diff)
downloadphp-git-2cc8e2f8c79b4ca00c2e4ef953c12ea1ef6588d4.tar.gz
@ Added the is_null() function that will return true if a variable is of
@ type null. (Sterling)
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 b164ec1ec1..07c9cdc49c 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -67,6 +67,7 @@ PHP_FUNCTION(get_magic_quotes_runtime);
PHP_FUNCTION(get_magic_quotes_gpc);
void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type);
+PHP_FUNCTION(is_null);
PHP_FUNCTION(is_resource);
PHP_FUNCTION(is_bool);
PHP_FUNCTION(is_long);