Searched refs:iptcembed (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/standard/tests/image/ |
H A D | iptcembed_003.phpt | 2 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 D | bug70096.phpt | 2 Bug #70096 (Repeated iptcembed() adds superfluous FF bytes) 17 $content1 = iptcembed($data, $filename); 21 $content2 = iptcembed($data, $filename);
|
H A D | iptcembed_001.phpt | 2 iptcembed() and wrong file 11 var_dump(iptcembed(-1, $file, -1));
|
H A D | iptcembed_002.phpt | 2 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-8.3/ext/standard/ |
H A D | iptc.c | 171 PHP_FUNCTION(iptcembed) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 3036 function iptcembed(string $iptc_data, string $filename, int $spool = 0): string|bool {}
|
H A D | basic_functions_arginfo.h | 2629 ZEND_FUNCTION(iptcembed); 3270 ZEND_FE(iptcembed, arginfo_iptcembed)
|
Completed in 47 milliseconds