Home
last modified time | relevance | path

Searched refs:file (Results 1 – 15 of 15) sorted by relevance

/imagick/
H A Dimagick_file.c100 file->type = ImagickUndefinedType; in php_imagick_file_init()
108 file->filename_len = filename_len; in php_imagick_file_init()
124 file->type = ImagickUri; in php_imagick_file_init()
131 file->type = ImagickFile; in php_imagick_file_init()
145 if (!file->absolute_path) { in php_imagick_file_init()
153 if (file->absolute_path) { in php_imagick_file_deinit()
154 efree(file->absolute_path); in php_imagick_file_deinit()
155 file->absolute_path = NULL; in php_imagick_file_deinit()
273 if (file->type == ImagickFile) { in php_imagick_read_file()
281 if (file->type == ImagickUri) { in php_imagick_read_file()
[all …]
H A Dphp_imagick_file.h61 zend_bool php_imagick_file_init(struct php_imagick_file_t *file, const char *filename, size_t filen…
63 void php_imagick_file_deinit(struct php_imagick_file_t *file);
68 …_imagick_read_file(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationTy…
71 …imagick_write_file(php_imagick_object *intern, struct php_imagick_file_t *file, ImagickOperationTy…
H A D.travis.yml58 …- for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $fi…
H A DREADME.md35 You will also need to add `extension=imagick.so` to your PHP ini file to make PHP load the extensio…
73 …ge files begin with the expected "magic bytes" corresponding to the image file types you support b…
75file before displaying it to the user. In the extremely unlikely event that a hacker is able to pi…
91 …throw new \SecurityException("Was going to send file '$filename' to the user, but it is not an ima…
109 …source limit in ImageMagick' policy.xml file with `<policy domain="resource" name="thread" value="…
H A Dimagick_class.c3224 php_imagick_file_deinit(&file); in PHP_METHOD()
3245 php_imagick_file_deinit(&file); in PHP_METHOD()
3290 php_imagick_file_deinit(&file); in PHP_METHOD()
3318 php_imagick_file_deinit(&file); in PHP_METHOD()
3619 php_imagick_file_deinit(&file); in PHP_METHOD()
3658 php_imagick_file_deinit(&file); in PHP_METHOD()
3699 php_imagick_file_deinit(&file); in PHP_METHOD()
3734 php_imagick_file_deinit(&file); in PHP_METHOD()
4610 php_imagick_file_deinit(&file); in PHP_METHOD()
10031 php_imagick_file_deinit(&file);
[all …]
H A DChangeLog112 * Correct file permissions in built package.
328 - Ini file changes
406 - Added LICENSE file to comply with Fedora Packaging Guidelines
576 * Major refactoring of the file structure
586 - Major refactoring of the internal file structure
/imagick/util/
H A Dcheck_methods.php40 $lines = file($filename);
146 foreach ($files as $file) {
149 if (preg_match($excludeSourceFile, $file) !== 0) {
150 echo "Excluding file $file\n";
155 echo "Check file $file \n";
157 $contents = file_get_contents($file);
160 echo "Failed to read $file\n";
H A Dfixup_arginfo.php17 $input_lines = file($filename);
H A Dcheck_version.php5 $phpImagickLines = file($headerFilename);
H A DcheckSymbols.php29 $lines = file($imagickSymbols);
/imagick/tests/
H A D013-read-filehandle.phpt11 $file = dirname(__FILE__) . '/__tmp_rose.jpg';
15 $imagick->writeImage($file);
19 $handle = fopen($file, 'rb');
22 unlink($file);
H A D270_imagick_restoreErrorHandler.phpt19 $x = @file ('non_existent_file');
H A Dbug20636.phpt18 // view `No such file or directory' @
H A D022-writeimagefileformat.phpt21 // So in this case we want to write PNG but file should come out
/imagick/.github/workflows/
H A Dmain.yml52 …for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file
121 …for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file

Completed in 65 milliseconds