Home
last modified time | relevance | path

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

/php-src/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)
17 $content1 = iptcembed($data, $filename);
21 $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-src/ext/standard/
H A Diptc.c171 PHP_FUNCTION(iptcembed) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3100 function iptcembed(string $iptc_data, string $filename, int $spool = 0): string|bool {}
H A Dbasic_functions_arginfo.h2734 ZEND_FUNCTION(iptcembed);
3373 ZEND_FE(iptcembed, arginfo_iptcembed)

Completed in 32 milliseconds