Home
last modified time | relevance | path

Searched refs:iptcembed (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_003.phpt2 iptcembed() unable to open file
8 var_dump(iptcembed(-1, __DIR__ . '/iptcembed/DOES_NOT_EXIST.ERR', -1));
11 Warning: iptcembed(): Unable to open %s in %s on line %d
H A Dbug70096.phpt2 Bug #70096 (Repeated iptcembed() adds superfluous FF bytes)
16 $content1 = iptcembed($data, $filename);
20 $content2 = iptcembed($data, $filename);
H A Diptcembed_001.phpt2 iptcembed() and wrong file
11 var_dump(iptcembed(-1, $file, -1));
H A Diptcembed_002.phpt2 iptcembed() valid jpg stream
19 3) use iptcembed php function with our 1x1 jpeg file and our iptcdata string
20 4) write local file2 with iptcembed return content
25 #iptc_make_tag function from http://php.net/iptcembed
60 #feed iptc string for iptcembed
66 #use iptcembed to get jpeg stream content with iptc tags
67 $content = iptcembed($iptc, $file,0);
70 if ($content === false) {echo "iptcembed error".PHP_EOL;exit(1); }
/PHP-7.4/ext/standard/
H A Dphp_iptc.h23 PHP_FUNCTION(iptcembed);
H A Diptc.c185 PHP_FUNCTION(iptcembed) in PHP_FUNCTION() argument
H A Dbasic_functions.c2759 PHP_FE(iptcembed, arginfo_iptcembed)
/PHP-7.4/
H A DNEWS2224 . Fixed bug #77546 (iptcembed broken function). (gdegoulet)

Completed in 27 milliseconds