mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
This should be EXPECT instead of EXPECTF
This commit is contained in:
parent
cd8d0aad7f
commit
babc3c522f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $infile = dirname(__FILE__).'/bug50660-2.jpg';
|
|||
var_dump(exif_read_data($infile) !== false);
|
||||
?>
|
||||
===DONE===
|
||||
--EXPECTF--
|
||||
--EXPECT--
|
||||
bool(true)
|
||||
bool(true)
|
||||
===DONE===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue