| Package | Description |
|---|---|
| com.caucho.quercus.env | |
| com.caucho.quercus.expr | |
| com.caucho.quercus.lib.file | |
| com.caucho.quercus.lib.i18n |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBuilderValue
Represents a 8-bit PHP 6 style binary builder (unicode.semantics = on)
|
class |
CompiledConstStringValue
Represents a StringValue that is never modified.
|
class |
ConstStringValue
Represents a StringValue that is never modified.
|
class |
StringBuilderValue
Represents a PHP 5 style string builder (unicode.semantics = off)
|
class |
UnsetBinaryValue |
class |
UnsetStringValue |
| Modifier and Type | Method and Description |
|---|---|
Expr |
ExprFactory.createBinary(BinaryValue value)
Creates a binary literal expression.
|
| Constructor and Description |
|---|
LiteralBinaryStringExpr(BinaryValue value) |
| Constructor and Description |
|---|
StreamBucket(Env env,
BinaryValue data) |
| Modifier and Type | Method and Description |
|---|---|
static Value |
UnicodeModule.unicode_decode(Env env,
BinaryValue str,
java.lang.String encoding,
int errorMode) |