mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Fix function
This commit is contained in:
parent
629b96295e
commit
6aad2ee42c
1 changed files with 1 additions and 0 deletions
|
@ -28,4 +28,5 @@ int phpdbg_is_numeric(const char *str) /* {{{ */
|
|||
}
|
||||
return isdigit(*str);
|
||||
}
|
||||
return 0;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue