Home
last modified time | relevance | path

Searched refs:sxe (Results 1 – 3 of 3) sorted by relevance

/imagick/util/
H A Dcheck_version.php26 $sxe = simplexml_load_file (__DIR__ . "/../package.xml"); variable
28 $versionRelease = (string) $sxe->version->release;
29 $versionApi = (string) $sxe->version->api;
30 $stabilityRelease = (string) $sxe->stability->release;
31 $stabilityApi = (string) $sxe->stability->api;
/imagick/.github/workflows/
H A Dmain.yml60 …export PHP_IMAGICK_VERSION=$(php -r '$sxe = simplexml_load_file ("package.xml"); echo (string) $sx…
129 …export PHP_IMAGICK_VERSION=$(php -r '$sxe = simplexml_load_file ("package.xml"); echo (string) $sx…
/imagick/
H A D.travis.yml66 …- export PHP_IMAGICK_VERSION=$(php -r '$sxe = simplexml_load_file ("package.xml"); echo (string) $

Completed in 13 milliseconds