From: Derick Rethans Date: Tue, 4 Apr 2006 06:04:49 +0000 (+0000) Subject: - No need to have this one twice here... (Thanks Steph) X-Git-Tag: RELEASE_1_3~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bad8fea12e13880e2ab73de68178ebc2224adb5;p=php - No need to have this one twice here... (Thanks Steph) --- diff --git a/ext/standard/php_type.h b/ext/standard/php_type.h index 4b8345fe33..7af6ddbd2c 100644 --- a/ext/standard/php_type.h +++ b/ext/standard/php_type.h @@ -35,7 +35,6 @@ PHP_FUNCTION(is_numeric); PHP_FUNCTION(is_binary); PHP_FUNCTION(is_string); PHP_FUNCTION(is_unicode); -PHP_FUNCTION(is_binary); PHP_FUNCTION(is_buffer); PHP_FUNCTION(is_array); PHP_FUNCTION(is_object);