MCPcopy Create free account

hub / github.com/CopernicaMarketingSoftware/PHP-CPP / functions

Functions586 in github.com/CopernicaMarketingSoftware/PHP-CPP

↓ 1 callersMethodargv
* Convert to a argv[] * @return zval[] */
zend/execarguments.h:95
↓ 1 callersMethodchild
* Retrieve the child * @return Php::Value */
Examples/ReturnObject/master.h:51
↓ 1 callersMethodclasses
* Apply a callback to each registered class * * The callback will be called with the name of the namespace, and * a reference to the registered
zend/namespace.cpp:145
↓ 1 callersFunctionconstant
* Retrieve the value of a constant by its name * @param name Name of the constant * @return Value Actual constant value */
zend/constantfuncs.cpp:26
↓ 1 callersMethodconstants
* Apply a callback to each registered constant * * The callback will be called with the name of the namespace, and * a reference to the registe
zend/namespace.cpp:170
↓ 1 callersMethodcontains
* Check whether a handle is already persistently opened * @param handle * @return bool */
zend/module.h:90
↓ 1 callersFunctionconvert
* Helper function converts an object to a string * @return std::string */
zend/throwable.cpp:24
↓ 1 callersFunctioncount
include/call.h:94
↓ 1 callersMethoddecrement
* Decrement position (pre-decrement) * @return bool */
zend/hashiterator.h:113
↓ 1 callersMethodderivedFrom
* Check whether this object is derived from a certain class * * If you set the parameter 'allowString' to true, and the Value object * holds a s
zend/value.cpp:1242
↓ 1 callersMethoddestruct
* Destruct the object */
zend/objectimpl.h:99
↓ 1 callersFunctiondl
* Implementation of the dl() function - activate a different PHP extension * * If you open an extension persistently, the static variables inside
zend/eval.cpp:103
↓ 1 callersFunctionempty
include/call.h:97
↓ 1 callersMethodfill
* Filling ini_entries * @param zend_ini_entry *ini_entry, int module_number * @param int module_number */
zend/ini.cpp:20
↓ 1 callersFunctionget_module
export the "get_module" function that will be called by the Zend engine
Examples/simple/simple.cpp:157
↓ 1 callersFunctioninclude_once
* Include a file only once * @param filename * @return Value */
zend/eval.cpp:46
↓ 1 callersMethodincrement
* Increment position (pre-increment) * @return bool */
zend/hashiterator.h:85
↓ 1 callersMethodinstanceOf
* Check whether this object is an instance of a certain class * * If you set the parameter 'allowString' to true, and the Value object * holds a
zend/value.cpp:1215
↓ 1 callersMethodisArray
* Are we an array? This will also check if we're a reference to an array * @return bool */
zend/value.cpp:1124
↓ 1 callersFunctionmapValue
include/value.h:561
↓ 1 callersMethodmapValue
* Convert the object to a map with string index and Php::Value value * @return std::map */
zend/value.cpp:1455
↓ 1 callersMethodmyMethod
Examples/simple/simple.cpp:143
↓ 1 callersFunctionmy_catch_exception_function
* my_catch_exception_function() * Catches the exception thrown by the PHP callback function. * @param Php::Parameters */
Examples/Exceptions/ExceptionCatch/exceptionCatch.cpp:26
↓ 1 callersFunctionmy_no_parameters_function
* my_no_parameters_function() * @return Php::Value */
Examples/FunctionNoParameters/functionnoparameters.cpp:22
↓ 1 callersFunctionmy_return_value_function
* my_return_value_function() * @return Php::Value */
Examples/FunctionReturnValue/functionreturnvalue.cpp:22
↓ 1 callersFunctionmy_throw_exception_function
* my_throw_exception_function() * Throws an exception which should be caught by PHP. */
Examples/Exceptions/ExceptionThrow/exceptionThrow.cpp:24
↓ 1 callersFunctionmy_with_defined_array_parameters_function
* my_with_defined_parameters_reference_function() * @param Php::Parameters the given parameters */
Examples/FunctionWithParameters/functionwithparameters.cpp:67
↓ 1 callersFunctionmy_with_defined_object_parameters_function
* my_with_defined_object_parameters_function() * The use of objects is not yet implemented. * @param Php::Parameters the given parameters *
Examples/FunctionWithParameters/functionwithparameters.cpp:80
↓ 1 callersFunctionmy_with_defined_parameters_function
* my_with_defined_parameters_function() * @param Php::Parameters the given parameters * @return Php::Value Param[0] and Param[1] ad
Examples/FunctionWithParameters/functionwithparameters.cpp:42
↓ 1 callersFunctionmy_with_defined_parameters_reference_function
* This functions receives a reference to a variable. When the variable is altered, * so is the value in the php script. * my_with_defined_paramet
Examples/FunctionWithParameters/functionwithparameters.cpp:58
↓ 1 callersFunctionmy_with_undefined_parameters_function
* my_with_undefined_parameters_function() * @param Php:Parameters the given parameters */
Examples/FunctionWithParameters/functionwithparameters.cpp:29
↓ 1 callersMethodoffsetExists
($offset)
Examples/CppClassesInPhp/check_map.php:43
↓ 1 callersMethodoffsetSet
($offset, $value)
Examples/CppClassesInPhp/check_map.php:38
↓ 1 callersMethodoffsetUnset
($offset)
Examples/CppClassesInPhp/check_map.php:46
↓ 1 callersMethodonIdle
* Register a callback that is called to cleanup things after a pageview/request * * The callback will be called after _each_ request, so
common/extensionbase.h:127
↓ 1 callersMethodonRequest
* Register a callback that is called at the beginning of each pageview/request * * You can register a callback if you want to initialize
common/extensionbase.h:111
↓ 1 callersMethodonShutdown
* Register a function to be called when the PHP engine is going to stop * * The callback will be called right before the process is going
common/extensionbase.h:95
↓ 1 callersMethodonStartup
* Register a function to be called when the PHP engine is ready * * The callback will be called after all extensions are loaded, and all
common/extensionbase.h:81
↓ 1 callersMethodoperator<
* Comparison operators< for hardcoded Value * @param value * @return bool */
zend/value.cpp:1007
↓ 1 callersFunctionprocess_globals
* process_globals() * * This function reads and modifies global variables */
Examples/Globals/globals.cpp:24
↓ 1 callersMethodrefcount
* Retrieve the refcount * @return int */
zend/value.cpp:351
↓ 1 callersMethodrewind
* Rewind the iterator back to the start * @param iter */
zend/iteratorimpl.cpp:134
↓ 1 callersMethodserialize
* Method that is called to serialize an object * @param object The object to be serialized * @param buffer Buffer in which to store t
zend/classimpl.cpp:1346
↓ 1 callersMethodshutdown
* Function that is called when the extension shuts down * @param module_number * @return bool */
zend/extensionimpl.cpp:402
↓ 1 callersMethodsize
* Retrieve number of characters in the string * * @return Number of characters, not including the terminating null */
zend/string.h:136
↓ 1 callersMethodstart
* Start the module * @return bool */
zend/module.h:177
↓ 1 callersMethodunserialize
* Method that is called to unserialize an object * @param object The object to be unserialized * @param entry The class entry to whi
zend/classimpl.cpp:1414
↓ 1 callersMethodversion
* The extension version * @return const char * */
zend/extensionimpl.cpp:283
↓ 1 callersMethod~IteratorImpl
* Destructor */
zend/iteratorimpl.cpp:34
MethodArithmetic
* Constructor * @param value The original object */
zend/arithmetic.h:26
MethodBoolMember
* Constructor * @param name * @param value * @param flags */
zend/boolmember.h:34
MethodCallable
* Constructor * * @param callback The callback to invoke * @param name Function or method name * @param arguments
zend/callable.h:34
MethodCallable
* Constructor */
zend/symbol.h:67
MethodChild
* Constructor and destructor */
Examples/ReturnObject/child.h:24
MethodClassBase
* Protected constructor * @param classname Class name * @param flags Class flags */
zend/classbase.cpp:21
MethodClassImpl
* Constructor * @param name Class name * @param type Class type */
zend/classimpl.h:144
MethodCompilerOptions
* Constructor * @param options */
zend/compileroptions.h:34
MethodConstant
* Constructor * @param name Constant name * @param value Constant value */
zend/constant.cpp:21
MethodConstantImpl
* Constructor * @param name * @param value */
zend/constantimpl.h:26
MethodDelayedFree
* Constructor * @param data Data that will be freed on destruction */
zend/delayedfree.h:35
MethodExecArguments
* Default constructor */
zend/execarguments.h:49
MethodExecuteState
* No trivial constructor */
zend/executestate.h:45
MethodExtension
* Constructor that defines a number of functions right away * @param name Extension name * @param version Extension version string
zend/extension.cpp:20
MethodExtensionBase
* Constructor * @param data Extension object created by the extension programmer */
common/extensionbase.h:58
MethodExtensionImpl
* No copy'ing and no moving */
zend/extensionimpl.h:66
MethodExtensionImpl
* Constructor * @param data Pointer to the extension object created by the extension programmer * @param name Name of the extensi
zend/extensionimpl.cpp:206
MethodExtensionPath
* Constructor * @param path */
zend/extensionpath.h:33
MethodFile
* Constructor * * The constructor receives a filename as parameter. It uses the normal * PHP include path resolve algorithms to find the locatio
zend/file.cpp:29
MethodFloatMember
* Constructor * @param name * @param value * @param flags */
zend/floatmember.h:34
MethodFunction
* Constructor * @param function The function to be wrapped */
zend/function.cpp:24
MethodFunctor
* Constructor * @param function The function to wrap */
zend/functor.h:31
MethodGlobal
* Move constructor * @param global */
zend/global.cpp:20
MethodHashIterator
* Constructor * @param hashtable The hashtable to iterate over * @param first Should it start on the first position?
zend/hashiterator.h:31
FunctionIni
* Constructors for string values * * @param name Name of the php.ini variable * @param value Default value * @p
include/ini.h:52
MethodInterface
* Constructor * @param name */
zend/interface.cpp:24
MethodIteratorImpl
* Constructor * @param zval The object that is being iterated * @param iterator The iterator that is implemented by the exten
zend/iteratorimpl.cpp:21
MethodLowerCase
* Constructor * @param name the original name */
zend/lowercase.h:37
MethodMaster
* Constructor */
Examples/ReturnObject/master.h:36
MethodMember
* Constructor * @param name Name of the member * @param flags Flag access to a class member (public, protected etc) *
zend/member.h:26
MethodMethod
* Constructor * * @param name Method name * @param callback Callback to invoke * @param flags A
zend/method.h:30
MethodModule
* Constructor * * A module can be loaded persistently. This means that the variables in * the module will keep in scope for as long
zend/module.h:123
MethodMyCustomClass
Examples/simple/simple.cpp:120
MethodMyCustomClass
Examples/CppClassesInPhp/cppclassinphp.cpp:20
MethodMyTestExt
Examples/ConstStaticProp/cpp/mytestext.cpp:18
MethodNativeFunction
* Constructor * * @param name Function name * @param function The native C function */
zend/nativefunction.h:28
MethodNotImplemented
* Constructor */
zend/notimplemented.h:38
MethodNullMember
* Constructor * @param name * @param flags */
zend/nullmember.h:26
MethodNumericMember
* Constructor * @param name * @param value * @param flags */
zend/numericmember.h:34
MethodObject
* Constructor to create a new instance of a builtin class * * @param name Name of the class to instantiate * @param base The C++
zend/object.cpp:21
MethodObjectImpl
* Constructor * * This will create a new object in the Zend engine. * * @param entry Zend class entry * @param ha
zend/objectimpl.h:61
MethodOpcodes
* Constructor * @param opcodes */
zend/opcodes.h:32
MethodParametersImpl
* Constructor * @param this_ptr Pointer to the object * @param argc Number of arguments */
zend/parametersimpl.h:26
MethodPersistent
* Constructor */
zend/module.h:64
MethodProperty
* Constructor * @param getter * @param setter */
zend/property.h:57
MethodRethrowable
* Protected constructor (only ThrowableException and ThrowableError should be extended) */
zend/rethrowable.h:53
MethodRethrowableError
* Constructor * @param object */
zend/rethrowable.h:122
MethodRethrowableException
* Constructor * @param object */
zend/rethrowable.h:95
MethodScript
* Constructor * @param name name of the script * @param script actual PHP code * @param size length of the string */
zend/script.cpp:55
MethodState
* Constructor */
zend/state.h:65
MethodStream
* Constructor * @param value value to be wrapped * @throws std::runtime_error */
zend/stream.cpp:25
← previousnext →101–200 of 586, ranked by callers