diff options
| author | Sterling Hughes <sterling@php.net> | 2000-11-29 15:37:38 +0000 | 
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2000-11-29 15:37:38 +0000 | 
| commit | 2cc8e2f8c79b4ca00c2e4ef953c12ea1ef6588d4 (patch) | |
| tree | 840925327ef00dbaeb405ebd83a5e0bb7cd0fab2 /ext/standard/basic_functions.h | |
| parent | 93b2587876533a356d00f88cb209a29302269882 (diff) | |
| download | php-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.h | 1 | 
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);  | 
