CanonicalizeBuffer
The internal canonicalizePath static buffer helper.
Tags
Table of Contents
Constants
- CLEANUP_SIZE = 1000
- The buffer size after the cleanup operation.
- CLEANUP_THRESHOLD = 1250
- The number of buffer entries that triggers a cleanup operation.
Properties
- $buffer : array<string, string>
- Buffers input/output of {@link canonicalizePath()}.
- $bufferSize : int
- The buffer size.
Constants
CLEANUP_SIZE
The buffer size after the cleanup operation.
public
mixed
CLEANUP_SIZE
= 1000
CLEANUP_THRESHOLD
The number of buffer entries that triggers a cleanup operation.
public
mixed
CLEANUP_THRESHOLD
= 1250
Properties
$buffer
Buffers input/output of {@link canonicalizePath()}.
public
static array<string, string>
$buffer
= []
$bufferSize
The buffer size.
public
static int
$bufferSize
= 0