Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ext/standard/tests/image/iptcembed_002.phpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--TEST--
iptcembed() unable to open file
--CREDIT--
Mark Niebergall <mbniebergall@gmail.com>
PHP TestFest 2017 - UPHPU
--FILE--
<?php
var_dump(iptcembed(-1, __DIR__ . '/iptcembed/DOES_NOT_EXIST.ERR', -1));
?>
--EXPECTF--
Warning: iptcembed(): Unable to open %s in %s on line %d
bool(false)