From: Felipe Pena Date: Tue, 12 Nov 2013 02:28:52 +0000 (-0200) Subject: - Fix function X-Git-Tag: php-5.6.0alpha1~110^2~456^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aad2ee42c355934190a46f55b7f6633f9bea407;p=php - Fix function --- diff --git a/phpdbg_utils.c b/phpdbg_utils.c index 4b0c4a0216..4991d3d9e5 100644 --- a/phpdbg_utils.c +++ b/phpdbg_utils.c @@ -28,4 +28,5 @@ int phpdbg_is_numeric(const char *str) /* {{{ */ } return isdigit(*str); } + return 0; } /* }}} */