Home
last modified time | relevance | path

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

/imagick/tests/
H A D150_Imagick_setregistry.phpt2 Test Imagick, setRegistry and getRegistry
10 $tmpPath = Imagick::getRegistry("temporary-path");
20 $tmpPath = Imagick::getRegistry("temporary-path");
45 $tmpPath = Imagick::getRegistry("non-existent string");
/imagick/
H A DImagick.stub.php1277 public static function getRegistry(string $key): string {} function in Imagick
H A DChangeLog116 …* Imagick::getRegistry() now throws an exception if the key does not exist, rather than terminatin…
267 * Imagick::getRegistry()
H A DImagick_arginfo.h5854 ZEND_METHOD(Imagick, getRegistry);
6539 ZEND_ME(Imagick, getRegistry, arginfo_class_Imagick_getRegistry, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dimagick_class.c12636 PHP_METHOD(Imagick, getRegistry) argument

Completed in 53 milliseconds