Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaMethod
Represents the introspected static function information.
|
class |
BigDecimalValue
Represents a Quercus java BigInteger value.
|
class |
BigIntegerValue
Represents a Quercus java BigInteger value.
|
class |
Callback
Represents a call to a function.
|
class |
CallbackClassMethod
Represents a call to an object's method
|
class |
CallbackError
Represents a call to an object's method
|
class |
CallbackFunction
Represents a call to a function.
|
class |
CallbackObjectMethod
Represents a call to an object's method
|
class |
Closure
Represents a closure function.
|
class |
CopyObjectExtValue
Represents a copy of an object value for serialization/apc
|
class |
InterpretedClosure
Represents a closure
|
class |
JavaCalendarValue
Represents a Quercus java Calendar value.
|
class |
JavaConstructor
Represents the introspected static function information.
|
class |
JavaDateValue
Represents a Quercus java Date value.
|
class |
JavaInvoker
Represents the introspected static function information.
|
class |
JavaMapValue
Represents a Quercus java value.
|
class |
JavaMethod
Represents a function created from a java method.
|
class |
JavaOverloadMethod
Represents the introspected static function information.
|
class |
JavaResourceValue
Represents a Quercus java value representing a PHP resource value.
|
class |
JavaURLValue
Represents a Quercus java URL value.
|
class |
JavaValue
Represents a Quercus java value.
|
class |
ObjectExtJavaValue
Represents a PHP object which extends a Java value.
|
class |
ObjectExtValue
Represents a PHP object value.
|
class |
ObjectValue
Represents a Quercus object value.
|
Modifier and Type | Method and Description |
---|---|
Callable |
OutputBuffer.getCallback()
Returns the callback for this output buffer.
|
Callable |
Env.getExceptionHandler()
Gets the exception handler
|
Callable |
Var.toCallable(Env env,
boolean isOptional) |
Callable |
Callback.toCallable(Env env,
boolean isOptional) |
Callable |
Value.toCallable(Env env,
boolean isOptional)
Converts to a callable
|
Callable |
StringValue.toCallable(Env env,
boolean isOptional)
Converts to a callable object
|
Callable |
DefaultValue.toCallable(Env env,
boolean isOptional)
Converts to a callable
|
Callable |
ObjectValue.toCallable(Env env,
boolean isOptional) |
Callable |
ArrayValue.toCallable(Env env,
boolean isOptional)
Converts to a callable object.
|
Callable |
Closure.toCallable(Env env,
boolean isOptional) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Callable> |
Env.getAutoloadFunctions()
Returns the registered SPL autoload functions.
|
Modifier and Type | Method and Description |
---|---|
void |
Env.addAutoloadFunction(Callable fun,
boolean isPrepend)
Registers an SPL autoload function.
|
void |
Env.addShutdown(Callable callback,
Value[] args)
Registers a shutdown function.
|
Value |
ArrayValue.callCallback(Env env,
Callable callback,
Value key) |
Value |
ArrayValue.callCallback(Env env,
Callable callback,
Value key,
Value a2) |
Value |
ArrayValue.callCallback(Env env,
Callable callback,
Value key,
Value a2,
Value a3) |
void |
Env.pushOutputBuffer(Callable callback,
int chunkSize,
boolean erase)
Returns the writer.
|
void |
Env.removeAutoloadFunction(Callable fun)
Unregisters an SPL autoload function.
|
void |
Env.setErrorHandler(int mask,
Callable fun)
Sets an error handler
|
Value |
Env.setExceptionHandler(Callable fun)
Sets an exception handler
|
Constructor and Description |
---|
SessionCallback(Callable open,
Callable close,
Callable read,
Callable write,
Callable destroy,
Callable gc) |
Shutdown(Callable callback,
Value[] args) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFunction
Represents a function
|
class |
CompiledAbstractFunction |
class |
CompiledClosure
Represents a compiled closure.
|
static class |
CompiledClosure.CompiledClosure_0 |
static class |
CompiledClosure.CompiledClosure_1 |
static class |
CompiledClosure.CompiledClosure_2 |
static class |
CompiledClosure.CompiledClosure_3 |
static class |
CompiledClosure.CompiledClosure_4 |
static class |
CompiledClosure.CompiledClosure_5 |
static class |
CompiledClosure.CompiledClosure_N |
class |
CompiledFunction
Represents a compiled function
|
class |
CompiledFunction_0
Represents a compiled function with 0 args
|
class |
CompiledFunction_1
Represents a compiled function with 1 arg
|
class |
CompiledFunction_2
Represents a compiled function with 2 args
|
class |
CompiledFunction_3
Represents a compiled function with 3 args
|
class |
CompiledFunction_4
Represents a compiled function with 4 args
|
class |
CompiledFunction_5
Represents a compiled function with 5 args
|
class |
CompiledFunction_N
Represents a compiled function with N args
|
class |
CompiledFunctionRef
Represents a compiled function with 1 arg
|
class |
CompiledFunctionRef_0
Represents a compiled function with 0 args
|
class |
CompiledFunctionRef_1
Represents a compiled function with 1 arg
|
class |
CompiledFunctionRef_2
Represents a compiled function with 2 args
|
class |
CompiledFunctionRef_3
Represents a compiled function with 3 args
|
class |
CompiledFunctionRef_4
Represents a compiled function with 4 args
|
class |
CompiledFunctionRef_5
Represents a compiled function with 5 args
|
class |
CompiledFunctionRef_N
Represents a compiled function with N args
|
class |
CompiledMethod
Represents a compiled method with 0 args
|
class |
CompiledMethod_0
Represents a compiled method with 0 args
|
class |
CompiledMethod_1
Represents a compiled method with 1 arg
|
class |
CompiledMethod_2
Represents a compiled method with 2 args
|
class |
CompiledMethod_3
Represents a compiled method with 3 args
|
class |
CompiledMethod_4
Represents a compiled method with 4 args
|
class |
CompiledMethod_5
Represents a compiled method with 5 args
|
class |
CompiledMethod_N
Represents a compiled method with N args
|
class |
CompiledMethodRef
Represents a compiled function with 1 arg
|
class |
CompiledMethodRef_0
Represents a compiled method with 0 args
|
class |
CompiledMethodRef_1
Represents a compiled method with 1 arg
|
class |
CompiledMethodRef_2
Represents a compiled method with 2 args
|
class |
CompiledMethodRef_3
Represents a compiled method with 3 args
|
class |
CompiledMethodRef_4
Represents a compiled method with 4 args
|
class |
CompiledMethodRef_5
Represents a compiled method with 5 args
|
class |
CompiledMethodRef_N
Represents a compiled method with N args
|
class |
FunSpecialCall
Represents a function
|
class |
LazyFunction
Lazily load a compiled function.
|
class |
LazyMethod
Lazily load a compiled method.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlRewriterCallback
Implements the built-in URL rewriter for passing session ids and other
variables.
|
Modifier and Type | Method and Description |
---|---|
static Value |
ArrayModule.array_map(Env env,
Callable fun,
ArrayValue arg,
Value[] args)
Maps the given function with the array arguments.
|
static Value |
ArrayModule.array_reduce(Env env,
ArrayValue array,
Callable callable,
Value initialValue)
Returns the value of the array when its elements have been reduced using
the callback function.
|
static boolean |
ArrayModule.array_walk_recursive(Env env,
Value arrayVar,
Callable callback,
Value extra)
Recursively executes a callback function on all elements in the array,
including elements of elements (i.e., arrays within arrays).
|
static boolean |
ArrayModule.array_walk(Env env,
Value arrayVar,
Callable callback,
Value userData)
Executes a callback on each of the elements in the array.
|
static Value |
FunctionModule.call_user_func_array(Env env,
Callable function,
Value arg)
Calls a user function
|
static Value |
FunctionModule.call_user_func(Env env,
Callable function,
Value[] args)
Calls a user function
|
static boolean |
OutputModule.ob_start(Env env,
Callable callback,
int chunkSize,
boolean erase)
Pushes the output buffer
|
static Value |
FunctionModule.register_shutdown_function(Env env,
Callable fun,
Value[] args)
Registers a shutdown function.
|
static boolean |
ErrorModule.set_error_handler(Env env,
Callable fun,
int errorMask)
Sets an error handler
|
static Value |
ErrorModule.set_exception_handler(Env env,
Callable fun)
Sets an exception handler
|
static boolean |
ArrayModule.uasort(Env env,
Value arrayVar,
Callable func,
long sortFlag)
Sorts the array based on values in ascending order using a callback
function
|
static boolean |
ArrayModule.uksort(Env env,
Value arrayVar,
Callable func,
long sortFlag)
Sorts the array based on values in ascending order using a callback
function
|
static boolean |
ArrayModule.usort(Env env,
Value arrayVar,
Callable func,
long sortFlag)
Sorts the array based on values in ascending order using a callback
function
|
Modifier and Type | Method and Description |
---|---|
Callable |
CurlResource.getHeaderCallback()
Returns the header callback.
|
Callable |
CurlResource.getReadCallback()
Returns the callback to read the body.
|
Callable |
CurlResource.getWriteCallback() |
Modifier and Type | Method and Description |
---|---|
void |
CurlResource.setHeaderCallback(Callable callback)
Sets the callback to read the header.
|
void |
CurlResource.setPasswordCallback(Callable callback) |
void |
CurlResource.setReadCallback(Callable callback)
Sets the callback to read the body.
|
void |
CurlResource.setWriteCallback(Callable callback) |
Constructor and Description |
---|
UserBody(Env env,
CurlResource curl,
Callable callback,
BinaryInput file,
long length) |
Modifier and Type | Method and Description |
---|---|
protected Callable |
ReflectionFunctionAbstract.getCallable() |
Constructor and Description |
---|
ReflectionFunction(Callable callable) |
ReflectionFunctionAbstract(Callable callable) |
ReflectionParameter(Callable fun,
Arg arg) |
Modifier and Type | Method and Description |
---|---|
static Value |
RegexpModule.preg_replace_callback(Env env,
Value regexpValue,
Callable fun,
Value subject,
long limit,
Value count)
Loops through subject if subject is array of strings
|
Modifier and Type | Method and Description |
---|---|
boolean |
SessionModule.session_set_save_handler(Env env,
Callable open,
Callable close,
Callable read,
Callable write,
Callable destroy,
Callable gc)
Sets the session save handler
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SplModule.spl_autoload_register(Env env,
Callable fun,
boolean isThrowErrors,
boolean isPrepend) |
static boolean |
SplModule.spl_autoload_unregister(Env env,
Callable fun) |
void |
ArrayObject.uasort(Callable func) |
void |
ArrayObject.uksort(Callable func,
long sortFlag) |
Modifier and Type | Class and Description |
---|---|
class |
StaticFunction
Represents the introspected static function information.
|
Modifier and Type | Class and Description |
---|---|
class |
Function
Represents sequence of statements.
|
class |
MethodDeclaration
Declaration for an abstract function or interface.
|
class |
ObjectMethod
Represents sequence of statements.
|
class |
UndefinedFunction
Represents an undefined
|
class |
UnsetFunction
Represents an unset function
|