Searched refs:_constants (Results 1 – 3 of 3) sorted by relevance
59 protected $_constants = null; variable in Hoa\\Math\\Context93 if (true === $this->_constants->offsetExists($name)) {101 $this->_constants[$name] = $value;115 if (false === $this->_constants->offsetExists($name)) {123 return $this->_constants[$name];133 return $this->_constants;244 static $_constants = null;246 if (null === $_constants) {247 $_constants = new \ArrayObject([269 $this->_constants = $_constants;
75 protected static $_constants = null; variable in Hoa\\Zformat\\Parameter138 self::$_constants = [171 return self::$_constants;496 if (null === self::$_constants) {