TysonAndre / php-src-ast-analysis

1 stars 0 forks source link

Incorrect opcache signature for hash_update_stream in 7.4 #7

Open TysonAndre opened 5 years ago

TysonAndre commented 5 years ago

hash_update_stream: Could not cast false of false|int|null to ?int

php > var_export(hash_update_stream($hash, imagecreate(1,1)));
Warning: hash_update_stream(): supplied resource is not a valid stream resource in php shell code on line 1
false