mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
fix set_time_limit, substr and some more
This commit is contained in:
parent
1169de3e61
commit
7534bf125a
4 changed files with 20 additions and 18 deletions
|
@ -1333,7 +1333,7 @@ PHP_FUNCTION(set_time_limit)
|
|||
int new_timeout_strlen;
|
||||
zend_string *key;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &new_timeout) == FAILURE) {
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "i", &new_timeout) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue