Home
last modified time | relevance | path

Searched refs:REDIS_SERIALIZER_PHP (Results 1 – 7 of 7) sorted by relevance

/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/
H A DRedisProfilerStorage.php27 const REDIS_SERIALIZER_PHP = 1; define in Symfony\\Component\\HttpKernel\\Profiler\\RedisProfilerStorage
146 $profile = $this->getValue($this->getItemName($token), self::REDIS_SERIALIZER_PHP);
173 …ue($this->getItemName($profile->getToken()), $data, $this->lifetime, self::REDIS_SERIALIZER_PHP)) {
267 …if (!$childProfileData = $this->getValue($this->getItemName($token), self::REDIS_SERIALIZER_PHP)) {
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/
H A DRedisProfilerStorage.php27 const REDIS_SERIALIZER_PHP = 1; define in Symfony\\Component\\HttpKernel\\Profiler\\RedisProfilerStorage
146 $profile = $this->getValue($this->getItemName($token), self::REDIS_SERIALIZER_PHP);
173 …ue($this->getItemName($profile->getToken()), $data, $this->lifetime, self::REDIS_SERIALIZER_PHP)) {
267 …if (!$childProfileData = $this->getValue($this->getItemName($token), self::REDIS_SERIALIZER_PHP)) {
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/Profiler/
H A DRedisProfilerStorage.php32 const REDIS_SERIALIZER_PHP = 1; define in Symfony\\Component\\HttpKernel\\Profiler\\RedisProfilerStorage
154 $profile = $this->getValue($this->getItemName($token), self::REDIS_SERIALIZER_PHP);
181 …ue($this->getItemName($profile->getToken()), $data, $this->lifetime, self::REDIS_SERIALIZER_PHP)) {
276 …if (!$childProfileData = $this->getValue($this->getItemName($token), self::REDIS_SERIALIZER_PHP)) {
/dports/databases/pecl-redis/redis-5.3.5/
H A Dcommon.h100 REDIS_SERIALIZER_PHP, enumerator
H A Dlibrary.c3114 case REDIS_SERIALIZER_PHP: in redis_serialize()
3172 case REDIS_SERIALIZER_PHP: in redis_unserialize()
H A Dredis.c728 zend_declare_class_constant_long(ce, ZEND_STRL("SERIALIZER_PHP"), REDIS_SERIALIZER_PHP); in add_class_constants()
H A Dredis_commands.c4033 || val_long == REDIS_SERIALIZER_PHP in redis_setoption_handler()