$value
$value : string
Sandboxed string class for PHP Sandboxes.
This class wraps sandboxed strings to intercept and check callable invocations
$sandbox : \PHPSandbox\PHPSandbox
__construct(string $value, \PHPSandbox\PHPSandbox $sandbox)
Constructs the SandboxedString
string | $value | Original string value |
\PHPSandbox\PHPSandbox | $sandbox | The current sandbox instance to test against |