Searched refs:sxe (Results 1 – 3 of 3) sorted by relevance
26 $sxe = simplexml_load_file (__DIR__ . "/../package.xml"); variable28 $versionRelease = (string) $sxe->version->release;29 $versionApi = (string) $sxe->version->api;30 $stabilityRelease = (string) $sxe->stability->release;31 $stabilityApi = (string) $sxe->stability->api;
60 …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…
66 …- export PHP_IMAGICK_VERSION=$(php -r '$sxe = simplexml_load_file ("package.xml"); echo (string) $…
Completed in 8 milliseconds