From 1bad8fea12e13880e2ab73de68178ebc2224adb5 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 4 Apr 2006 06:04:49 +0000 Subject: [PATCH] - No need to have this one twice here... (Thanks Steph) --- ext/standard/php_type.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.50.1