Home
last modified time | relevance | path

Searched refs:INIT_CLASS_ENTRY (Results 1 – 25 of 90) sorted by relevance

1234

/php-src/ext/spl/
H A Dspl_exceptions_arginfo.h60 INIT_CLASS_ENTRY(ce, "LogicException", class_LogicException_methods); in register_class_LogicException()
70 INIT_CLASS_ENTRY(ce, "BadFunctionCallException", class_BadFunctionCallException_methods); in register_class_BadFunctionCallException()
80 INIT_CLASS_ENTRY(ce, "BadMethodCallException", class_BadMethodCallException_methods); in register_class_BadMethodCallException()
90 INIT_CLASS_ENTRY(ce, "DomainException", class_DomainException_methods); in register_class_DomainException()
110 INIT_CLASS_ENTRY(ce, "LengthException", class_LengthException_methods); in register_class_LengthException()
120 INIT_CLASS_ENTRY(ce, "OutOfRangeException", class_OutOfRangeException_methods); in register_class_OutOfRangeException()
130 INIT_CLASS_ENTRY(ce, "RuntimeException", class_RuntimeException_methods); in register_class_RuntimeException()
140 INIT_CLASS_ENTRY(ce, "OutOfBoundsException", class_OutOfBoundsException_methods); in register_class_OutOfBoundsException()
150 INIT_CLASS_ENTRY(ce, "OverflowException", class_OverflowException_methods); in register_class_OverflowException()
160 INIT_CLASS_ENTRY(ce, "RangeException", class_RangeException_methods); in register_class_RangeException()
[all …]
H A Dspl_iterators_arginfo.h607 INIT_CLASS_ENTRY(ce, "EmptyIterator", class_EmptyIterator_methods); in register_class_EmptyIterator()
685 INIT_CLASS_ENTRY(ce, "OuterIterator", class_OuterIterator_methods); in register_class_OuterIterator()
696 INIT_CLASS_ENTRY(ce, "IteratorIterator", class_IteratorIterator_methods); in register_class_IteratorIterator()
707 INIT_CLASS_ENTRY(ce, "FilterIterator", class_FilterIterator_methods); in register_class_FilterIterator()
730 INIT_CLASS_ENTRY(ce, "ParentIterator", class_ParentIterator_methods); in register_class_ParentIterator()
740 INIT_CLASS_ENTRY(ce, "SeekableIterator", class_SeekableIterator_methods); in register_class_SeekableIterator()
751 INIT_CLASS_ENTRY(ce, "LimitIterator", class_LimitIterator_methods); in register_class_LimitIterator()
761 INIT_CLASS_ENTRY(ce, "CachingIterator", class_CachingIterator_methods); in register_class_CachingIterator()
819 INIT_CLASS_ENTRY(ce, "NoRewindIterator", class_NoRewindIterator_methods); in register_class_NoRewindIterator()
829 INIT_CLASS_ENTRY(ce, "AppendIterator", class_AppendIterator_methods); in register_class_AppendIterator()
[all …]
H A Dspl_heap_arginfo.h163 INIT_CLASS_ENTRY(ce, "SplPriorityQueue", class_SplPriorityQueue_methods); in register_class_SplPriorityQueue()
192 INIT_CLASS_ENTRY(ce, "SplHeap", class_SplHeap_methods); in register_class_SplHeap()
204 INIT_CLASS_ENTRY(ce, "SplMinHeap", class_SplMinHeap_methods); in register_class_SplMinHeap()
214 INIT_CLASS_ENTRY(ce, "SplMaxHeap", class_SplMaxHeap_methods); in register_class_SplMaxHeap()
H A Dspl_dllist_arginfo.h157 INIT_CLASS_ENTRY(ce, "SplDoublyLinkedList", class_SplDoublyLinkedList_methods); in register_class_SplDoublyLinkedList()
192 INIT_CLASS_ENTRY(ce, "SplQueue", class_SplQueue_methods); in register_class_SplQueue()
202 INIT_CLASS_ENTRY(ce, "SplStack", class_SplStack_methods); in register_class_SplStack()
H A Dspl_observer_arginfo.h231 INIT_CLASS_ENTRY(ce, "SplObserver", class_SplObserver_methods); in register_class_SplObserver()
241 INIT_CLASS_ENTRY(ce, "SplSubject", class_SplSubject_methods); in register_class_SplSubject()
251 INIT_CLASS_ENTRY(ce, "SplObjectStorage", class_SplObjectStorage_methods); in register_class_SplObjectStorage()
262 INIT_CLASS_ENTRY(ce, "MultipleIterator", class_MultipleIterator_methods); in register_class_MultipleIterator()
/php-src/Zend/
H A Dzend_interfaces_arginfo.h128 INIT_CLASS_ENTRY(ce, "Traversable", class_Traversable_methods); in register_class_Traversable()
138 INIT_CLASS_ENTRY(ce, "IteratorAggregate", class_IteratorAggregate_methods); in register_class_IteratorAggregate()
149 INIT_CLASS_ENTRY(ce, "Iterator", class_Iterator_methods); in register_class_Iterator()
160 INIT_CLASS_ENTRY(ce, "ArrayAccess", class_ArrayAccess_methods); in register_class_ArrayAccess()
170 INIT_CLASS_ENTRY(ce, "Serializable", class_Serializable_methods); in register_class_Serializable()
180 INIT_CLASS_ENTRY(ce, "Countable", class_Countable_methods); in register_class_Countable()
190 INIT_CLASS_ENTRY(ce, "Stringable", class_Stringable_methods); in register_class_Stringable()
200 INIT_CLASS_ENTRY(ce, "InternalIterator", class_InternalIterator_methods); in register_class_InternalIterator()
H A Dzend_exceptions_arginfo.h185 INIT_CLASS_ENTRY(ce, "Throwable", class_Throwable_methods); in register_class_Throwable()
196 INIT_CLASS_ENTRY(ce, "Exception", class_Exception_methods); in register_class_Exception()
250 INIT_CLASS_ENTRY(ce, "ErrorException", class_ErrorException_methods); in register_class_ErrorException()
266 INIT_CLASS_ENTRY(ce, "Error", class_Error_methods); in register_class_Error()
320 INIT_CLASS_ENTRY(ce, "CompileError", class_CompileError_methods); in register_class_CompileError()
330 INIT_CLASS_ENTRY(ce, "ParseError", class_ParseError_methods); in register_class_ParseError()
340 INIT_CLASS_ENTRY(ce, "TypeError", class_TypeError_methods); in register_class_TypeError()
350 INIT_CLASS_ENTRY(ce, "ArgumentCountError", class_ArgumentCountError_methods); in register_class_ArgumentCountError()
360 INIT_CLASS_ENTRY(ce, "ValueError", class_ValueError_methods); in register_class_ValueError()
370 INIT_CLASS_ENTRY(ce, "ArithmeticError", class_ArithmeticError_methods); in register_class_ArithmeticError()
[all …]
H A Dzend_enum_arginfo.h31 INIT_CLASS_ENTRY(ce, "UnitEnum", class_UnitEnum_methods); in register_class_UnitEnum()
41 INIT_CLASS_ENTRY(ce, "BackedEnum", class_BackedEnum_methods); in register_class_BackedEnum()
H A Dzend_attributes_arginfo.h72 INIT_CLASS_ENTRY(ce, "Attribute", class_Attribute_methods); in register_class_Attribute()
144 INIT_CLASS_ENTRY(ce, "ReturnTypeWillChange", class_ReturnTypeWillChange_methods); in register_class_ReturnTypeWillChange()
162 INIT_CLASS_ENTRY(ce, "AllowDynamicProperties", class_AllowDynamicProperties_methods); in register_class_AllowDynamicProperties()
180 INIT_CLASS_ENTRY(ce, "SensitiveParameter", class_SensitiveParameter_methods); in register_class_SensitiveParameter()
198 INIT_CLASS_ENTRY(ce, "SensitiveParameterValue", class_SensitiveParameterValue_methods); in register_class_SensitiveParameterValue()
215 INIT_CLASS_ENTRY(ce, "Override", class_Override_methods); in register_class_Override()
H A Dzend_generators_arginfo.h56 INIT_CLASS_ENTRY(ce, "Generator", class_Generator_methods); in register_class_Generator()
68 INIT_CLASS_ENTRY(ce, "ClosedGeneratorException", class_ClosedGeneratorException_methods); in register_class_ClosedGeneratorException()
H A Dzend_weakrefs_arginfo.h68 INIT_CLASS_ENTRY(ce, "WeakReference", class_WeakReference_methods); in register_class_WeakReference()
79 INIT_CLASS_ENTRY(ce, "WeakMap", class_WeakMap_methods); in register_class_WeakMap()
H A Dzend_fibers_arginfo.h77 INIT_CLASS_ENTRY(ce, "Fiber", class_Fiber_methods); in register_class_Fiber()
88 INIT_CLASS_ENTRY(ce, "FiberError", class_FiberError_methods); in register_class_FiberError()
/php-src/ext/zend_test/
H A Dobject_handlers_arginfo.h51 INIT_CLASS_ENTRY(ce, "DoOperationNoCast", class_DoOperationNoCast_methods); in register_class_DoOperationNoCast()
68 INIT_CLASS_ENTRY(ce, "LongCastableNoOperations", class_LongCastableNoOperations_methods); in register_class_LongCastableNoOperations()
85 INIT_CLASS_ENTRY(ce, "FloatCastableNoOperations", class_FloatCastableNoOperations_methods); in register_class_FloatCastableNoOperations()
102 INIT_CLASS_ENTRY(ce, "NumericCastableNoOperations", class_NumericCastableNoOperations_methods); in register_class_NumericCastableNoOperations()
119INIT_CLASS_ENTRY(ce, "DimensionHandlersNoArrayAccess", class_DimensionHandlersNoArrayAccess_method… in register_class_DimensionHandlersNoArrayAccess()
H A Dtest_arginfo.h537 INIT_CLASS_ENTRY(ce, "_ZendTestInterface", class__ZendTestInterface_methods); in register_class__ZendTestInterface()
554 INIT_CLASS_ENTRY(ce, "_ZendTestClass", class__ZendTestClass_methods); in register_class__ZendTestClass()
657 INIT_CLASS_ENTRY(ce, "_ZendTestMagicCall", class__ZendTestMagicCall_methods); in register_class__ZendTestMagicCall()
667 INIT_CLASS_ENTRY(ce, "_ZendTestChildClass", class__ZendTestChildClass_methods); in register_class__ZendTestChildClass()
677 INIT_CLASS_ENTRY(ce, "ZendAttributeTest", class_ZendAttributeTest_methods); in register_class_ZendAttributeTest()
726 INIT_CLASS_ENTRY(ce, "_ZendTestTrait", class__ZendTestTrait_methods); in register_class__ZendTestTrait()
756 INIT_CLASS_ENTRY(ce, "ZendTestAttribute", class_ZendTestAttribute_methods); in register_class_ZendTestAttribute()
774 INIT_CLASS_ENTRY(ce, "ZendTestRepeatableAttribute", class_ZendTestRepeatableAttribute_methods); in register_class_ZendTestRepeatableAttribute()
792 INIT_CLASS_ENTRY(ce, "ZendTestParameterAttribute", class_ZendTestParameterAttribute_methods); in register_class_ZendTestParameterAttribute()
816 INIT_CLASS_ENTRY(ce, "ZendTestPropertyAttribute", class_ZendTestPropertyAttribute_methods); in register_class_ZendTestPropertyAttribute()
[all …]
H A Dfiber_arginfo.h41 INIT_CLASS_ENTRY(ce, "_ZendTestFiber", class__ZendTestFiber_methods); in register_class__ZendTestFiber()
/php-src/ext/json/
H A Djson_arginfo.h93 INIT_CLASS_ENTRY(ce, "JsonSerializable", class_JsonSerializable_methods); in register_class_JsonSerializable()
103 INIT_CLASS_ENTRY(ce, "JsonException", class_JsonException_methods); in register_class_JsonException()
/php-src/ext/com_dotnet/
H A Dcom_extension_arginfo.h302 INIT_CLASS_ENTRY(ce, "variant", class_variant_methods); in register_class_variant()
313 INIT_CLASS_ENTRY(ce, "com", class_com_methods); in register_class_com()
324 INIT_CLASS_ENTRY(ce, "dotnet", class_dotnet_methods); in register_class_dotnet()
335 INIT_CLASS_ENTRY(ce, "com_safearray_proxy", class_com_safearray_proxy_methods); in register_class_com_safearray_proxy()
346 INIT_CLASS_ENTRY(ce, "com_exception", class_com_exception_methods); in register_class_com_exception()
/php-src/ext/standard/
H A Duser_filters_arginfo.h46 INIT_CLASS_ENTRY(ce, "php_user_filter", class_php_user_filter_methods); in register_class_php_user_filter()
74 INIT_CLASS_ENTRY(ce, "StreamBucket", class_StreamBucket_methods); in register_class_StreamBucket()
/php-src/ext/session/
H A Dsession_arginfo.h238 INIT_CLASS_ENTRY(ce, "SessionHandlerInterface", class_SessionHandlerInterface_methods); in register_class_SessionHandlerInterface()
248 INIT_CLASS_ENTRY(ce, "SessionIdInterface", class_SessionIdInterface_methods); in register_class_SessionIdInterface()
258INIT_CLASS_ENTRY(ce, "SessionUpdateTimestampHandlerInterface", class_SessionUpdateTimestampHandler… in register_class_SessionUpdateTimestampHandlerInterface()
268 INIT_CLASS_ENTRY(ce, "SessionHandler", class_SessionHandler_methods); in register_class_SessionHandler()
/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h1234 INIT_CLASS_ENTRY(ce, "Reflection", class_Reflection_methods); in register_class_Reflection()
1244 INIT_CLASS_ENTRY(ce, "Reflector", class_Reflector_methods); in register_class_Reflector()
1273 INIT_CLASS_ENTRY(ce, "ReflectionFunction", class_ReflectionFunction_methods); in register_class_ReflectionFunction()
1300 INIT_CLASS_ENTRY(ce, "ReflectionMethod", class_ReflectionMethod_methods); in register_class_ReflectionMethod()
1352 INIT_CLASS_ENTRY(ce, "ReflectionClass", class_ReflectionClass_methods); in register_class_ReflectionClass()
1394 INIT_CLASS_ENTRY(ce, "ReflectionObject", class_ReflectionObject_methods); in register_class_ReflectionObject()
1404 INIT_CLASS_ENTRY(ce, "ReflectionProperty", class_ReflectionProperty_methods); in register_class_ReflectionProperty()
1524 INIT_CLASS_ENTRY(ce, "ReflectionType", class_ReflectionType_methods); in register_class_ReflectionType()
1637 INIT_CLASS_ENTRY(ce, "ReflectionEnum", class_ReflectionEnum_methods); in register_class_ReflectionEnum()
1667 INIT_CLASS_ENTRY(ce, "ReflectionFiber", class_ReflectionFiber_methods); in register_class_ReflectionFiber()
[all …]
/php-src/ext/pdo/
H A Dpdo_arginfo.h22 INIT_CLASS_ENTRY(ce, "PDOException", class_PDOException_methods); in register_class_PDOException()
/php-src/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h31 INIT_CLASS_ENTRY(ce, "IntlDatePatternGenerator", class_IntlDatePatternGenerator_methods); in register_class_IntlDatePatternGenerator()
/php-src/ext/curl/
H A Dcurl_file_arginfo.h58 INIT_CLASS_ENTRY(ce, "CURLFile", class_CURLFile_methods); in register_class_CURLFile()
87 INIT_CLASS_ENTRY(ce, "CURLStringFile", class_CURLStringFile_methods); in register_class_CURLStringFile()
/php-src/ext/sysvsem/
H A Dsysvsem_arginfo.h43 INIT_CLASS_ENTRY(ce, "SysvSemaphore", class_SysvSemaphore_methods); in register_class_SysvSemaphore()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators_arginfo.h23 INIT_CLASS_ENTRY(ce, "IntlPartsIterator", class_IntlPartsIterator_methods); in register_class_IntlPartsIterator()

Completed in 79 milliseconds

1234