Searched refs:objectStack (Results 1 – 4 of 4) sorted by relevance
22 protected $objectStack = array(); variable in HTMLPurifier_Injector_SafeObject66 $this->objectStack[] = $token;76 $i = count($this->objectStack) - 1;85 if (!isset($this->objectStack[$i]->attr['data']) &&88 $this->objectStack[$i]->attr['data'] = $token->attr['value'];118 array_pop($this->objectStack);
29 private $objectStack; variable in JMS\\Serializer\\JsonDeserializationVisitor40 $this->objectStack = new \SplStack();208 $this->objectStack->push($this->currentObject);219 return $this->currentObject = $this->objectStack->pop();
21 private $objectStack; variable in JMS\\Serializer\\XmlDeserializationVisitor57 $this->objectStack = new \SplStack();350 $this->objectStack->push($this->currentObject);361 return $this->currentObject = $this->objectStack->pop();
1 …objectStack` item needs\n * to have this structure.\n * @typedef {Object} NodeStackItem\n * @prope…