Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/image/
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.3/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.c2762 PHP_FE(iptcembed, arginfo_iptcembed)
/PHP-7.3/
H A DNEWS1140 . Fixed bug #77546 (iptcembed broken function). (gdegoulet)

Completed in 25 milliseconds