Searched refs:length (Results 1 – 6 of 6) sorted by relevance
5 A->length;6 A->length();12 A::B->length;13 A::B->length();19 __FUNCTION__->length;20 __FUNCIONT__->length();31 name: length43 name: length134 name: length149 name: length[all …]
5 "string"->length();7 "foo$bar"->length();18 name: length54 name: length
171 * @param int|null $length Length of the slice (may be negative)175 public function slice(int $offset, ?int $length = null) { argument176 if ($offset === 1 && $length === null) {192 if (null === $length) {195 $realLength = $length < 0 ? $length + $numParts - $realOffset : $length;197 throw new \OutOfBoundsException(sprintf('Length %d is out of bounds', $length));
219 $length = strlen($possibleName->toCodeString());220 if ($length < $shortestLength) {222 $shortestLength = $length;
76 zero-length node will have `startTokenPos -1 == endTokenPos`.
605 * Fixed attribute assignment for zero-length nop statements, and a related assertion failure in
Completed in 11 milliseconds