mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix warning
This commit is contained in:
parent
a6face98c8
commit
57c20bf836
1 changed files with 1 additions and 1 deletions
|
@ -2444,7 +2444,7 @@ PHP_FUNCTION(ocibindbyname)
|
|||
switch (ac) {
|
||||
case 5:
|
||||
convert_to_long_ex(type);
|
||||
ocitype = (*type)->value.lval;
|
||||
ocitype = (ub2) (*type)->value.lval;
|
||||
/* possible breakthru */
|
||||
case 4:
|
||||
convert_to_long_ex(maxlen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue