Skip to content

Commit 6aad2ee

Browse files
committed
- Fix function
1 parent 629b962 commit 6aad2ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpdbg_utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ int phpdbg_is_numeric(const char *str) /* {{{ */
2828
}
2929
return isdigit(*str);
3030
}
31+
return 0;
3132
} /* }}} */

0 commit comments

Comments
 (0)