mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix IS_UNSET -> IS_NULL rename.
This commit is contained in:
parent
44e9e95933
commit
16a35c234e
2 changed files with 3 additions and 3 deletions
|
@ -1257,7 +1257,7 @@ PHP_FUNCTION(mysql_result)
|
|||
return_value->value.str.val = (char *) safe_estrndup(sql_row[field_offset],return_value->value.str.len);
|
||||
}
|
||||
} else {
|
||||
return_value->type = IS_UNSET;
|
||||
return_value->type = IS_NULL;
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue