Searched refs:offset (Results 1 – 4 of 4) sorted by relevance
170 * @param int $offset Offset to start the slice at (may be negative)175 public function slice(int $offset, ?int $length = null) { argument176 if ($offset === 1 && $length === null) {187 $realOffset = $offset < 0 ? $offset + $numParts : $offset;189 throw new \OutOfBoundsException(sprintf('Offset %d is out of bounds', $offset));
85 The token offset information is useful if you wish to examine the exact formatting used for a node.…
634 * Fix "undefined offset" notice when parsing specific malformed code (#551).680 * Fixed possible undefined offset notice in formatting-preserving printer. (#513)1131 * Added start file offset information to `Comment` nodes.
361 * An array of nodes, which will be merged into the parent array at the offset of the current node.
Completed in 13 milliseconds