mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
More thread safety work
This commit is contained in:
parent
7a87fcbbda
commit
c5af324ec3
12 changed files with 256 additions and 185 deletions
|
@ -1732,6 +1732,7 @@ void php3_call_user_method(INTERNAL_FUNCTION_PARAMETERS)
|
|||
pval **params;
|
||||
pval retval;
|
||||
int arg_count=ARG_COUNT(ht);
|
||||
CLS_FETCH();
|
||||
|
||||
if (arg_count<2) {
|
||||
WRONG_PARAM_COUNT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue