Searched refs:prototypes (Results 1 – 3 of 3) sorted by relevance
26 protected $prototypes; variable in Assetic\\Factory\\Loader\\BasePhpFormulaLoader31 $this->prototypes = array();43 $this->prototypes[$prototype] = array($tokens, $options);48 if (!$nbProtos = count($this->prototypes)) {62 foreach (array_keys($this->prototypes) as $i) {63 $prototype = & $this->prototypes[$i][0];64 $options = $this->prototypes[$i][1];
351 * Fixed the issue with modified Array prototypes
21150 // 0xA2 FNPROTO: function prototypes (BIFF4)