Home
last modified time | relevance | path

Searched refs:number (Results 1 – 5 of 5) sorted by relevance

/imagick/util/
H A Dfunctions.php15 * @param float $number
18 function floathex(float $number) argument
20 return strrev(unpack('h*', pack('d', $number))[1]);
27 * @param float $number
/imagick/tests/
H A D145_imagickkernel_coverage.phpt40 "Values must be matrix, with the same number of columns in each row.",
44 //Should fail, matrix needs to have same number columns in each row
46 "Values must be matrix, with the same number of columns in each row.",
56 "Values must be matrix, with the same number of columns in each row.",
137 echo "Incorrect number of matrixes returned.";
H A D014-setresourcelimit.phpt28number of open pixel cache files. When this limit is exceeded, any subsequent pixels cached to dis…
/imagick/
H A DLICENSE30 distinguishing version number.
H A DChangeLog222 * Version number in extension header.
827 - added a number of new examples for demonstrating how to use image lists.
942 - fixed minor issue with a number of example files; was nothing critical
994 - a number of examples weren't exiting properly on errors, that's been fixed
1047 - fixed minor issue with a number of example files; was nothing

Completed in 7 milliseconds