Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/spl/
H A Dspl_exceptions_arginfo.h75 INIT_CLASS_ENTRY(ce, "LogicException", class_LogicException_methods); in register_class_LogicException()
85 INIT_CLASS_ENTRY(ce, "BadFunctionCallException", class_BadFunctionCallException_methods); in register_class_BadFunctionCallException()
95 INIT_CLASS_ENTRY(ce, "BadMethodCallException", class_BadMethodCallException_methods); in register_class_BadMethodCallException()
105 INIT_CLASS_ENTRY(ce, "DomainException", class_DomainException_methods); in register_class_DomainException()
125 INIT_CLASS_ENTRY(ce, "LengthException", class_LengthException_methods); in register_class_LengthException()
135 INIT_CLASS_ENTRY(ce, "OutOfRangeException", class_OutOfRangeException_methods); in register_class_OutOfRangeException()
145 INIT_CLASS_ENTRY(ce, "RuntimeException", class_RuntimeException_methods); in register_class_RuntimeException()
155 INIT_CLASS_ENTRY(ce, "OutOfBoundsException", class_OutOfBoundsException_methods); in register_class_OutOfBoundsException()
165 INIT_CLASS_ENTRY(ce, "OverflowException", class_OverflowException_methods); in register_class_OverflowException()
175 INIT_CLASS_ENTRY(ce, "RangeException", class_RangeException_methods); in register_class_RangeException()
[all …]
H A Dspl_iterators_arginfo.h628 INIT_CLASS_ENTRY(ce, "EmptyIterator", class_EmptyIterator_methods); in register_class_EmptyIterator()
706 INIT_CLASS_ENTRY(ce, "OuterIterator", class_OuterIterator_methods); in register_class_OuterIterator()
717 INIT_CLASS_ENTRY(ce, "IteratorIterator", class_IteratorIterator_methods); in register_class_IteratorIterator()
728 INIT_CLASS_ENTRY(ce, "FilterIterator", class_FilterIterator_methods); in register_class_FilterIterator()
751 INIT_CLASS_ENTRY(ce, "ParentIterator", class_ParentIterator_methods); in register_class_ParentIterator()
761 INIT_CLASS_ENTRY(ce, "SeekableIterator", class_SeekableIterator_methods); in register_class_SeekableIterator()
772 INIT_CLASS_ENTRY(ce, "LimitIterator", class_LimitIterator_methods); in register_class_LimitIterator()
782 INIT_CLASS_ENTRY(ce, "CachingIterator", class_CachingIterator_methods); in register_class_CachingIterator()
840 INIT_CLASS_ENTRY(ce, "NoRewindIterator", class_NoRewindIterator_methods); in register_class_NoRewindIterator()
850 INIT_CLASS_ENTRY(ce, "AppendIterator", class_AppendIterator_methods); in register_class_AppendIterator()
[all …]
H A Dspl_heap_arginfo.h168 INIT_CLASS_ENTRY(ce, "SplPriorityQueue", class_SplPriorityQueue_methods); in register_class_SplPriorityQueue()
197 INIT_CLASS_ENTRY(ce, "SplHeap", class_SplHeap_methods); in register_class_SplHeap()
209 INIT_CLASS_ENTRY(ce, "SplMinHeap", class_SplMinHeap_methods); in register_class_SplMinHeap()
219 INIT_CLASS_ENTRY(ce, "SplMaxHeap", class_SplMaxHeap_methods); in register_class_SplMaxHeap()
H A Dspl_observer_arginfo.h236 INIT_CLASS_ENTRY(ce, "SplObserver", class_SplObserver_methods); in register_class_SplObserver()
246 INIT_CLASS_ENTRY(ce, "SplSubject", class_SplSubject_methods); in register_class_SplSubject()
256 INIT_CLASS_ENTRY(ce, "SplObjectStorage", class_SplObjectStorage_methods); in register_class_SplObjectStorage()
267 INIT_CLASS_ENTRY(ce, "MultipleIterator", class_MultipleIterator_methods); in register_class_MultipleIterator()
H A Dspl_dllist_arginfo.h161 INIT_CLASS_ENTRY(ce, "SplDoublyLinkedList", class_SplDoublyLinkedList_methods); in register_class_SplDoublyLinkedList()
196 INIT_CLASS_ENTRY(ce, "SplQueue", class_SplQueue_methods); in register_class_SplQueue()
206 INIT_CLASS_ENTRY(ce, "SplStack", class_SplStack_methods); in register_class_SplStack()
/PHP-8.3/Zend/
H A Dzend_interfaces_arginfo.h137 INIT_CLASS_ENTRY(ce, "Traversable", class_Traversable_methods); in register_class_Traversable()
147 INIT_CLASS_ENTRY(ce, "IteratorAggregate", class_IteratorAggregate_methods); in register_class_IteratorAggregate()
158 INIT_CLASS_ENTRY(ce, "Iterator", class_Iterator_methods); in register_class_Iterator()
169 INIT_CLASS_ENTRY(ce, "ArrayAccess", class_ArrayAccess_methods); in register_class_ArrayAccess()
179 INIT_CLASS_ENTRY(ce, "Serializable", class_Serializable_methods); in register_class_Serializable()
189 INIT_CLASS_ENTRY(ce, "Countable", class_Countable_methods); in register_class_Countable()
199 INIT_CLASS_ENTRY(ce, "Stringable", class_Stringable_methods); in register_class_Stringable()
209 INIT_CLASS_ENTRY(ce, "InternalIterator", class_InternalIterator_methods); in register_class_InternalIterator()
H A Dzend_exceptions_arginfo.h194 INIT_CLASS_ENTRY(ce, "Throwable", class_Throwable_methods); in register_class_Throwable()
205 INIT_CLASS_ENTRY(ce, "Exception", class_Exception_methods); in register_class_Exception()
259 INIT_CLASS_ENTRY(ce, "ErrorException", class_ErrorException_methods); in register_class_ErrorException()
275 INIT_CLASS_ENTRY(ce, "Error", class_Error_methods); in register_class_Error()
329 INIT_CLASS_ENTRY(ce, "CompileError", class_CompileError_methods); in register_class_CompileError()
339 INIT_CLASS_ENTRY(ce, "ParseError", class_ParseError_methods); in register_class_ParseError()
349 INIT_CLASS_ENTRY(ce, "TypeError", class_TypeError_methods); in register_class_TypeError()
359 INIT_CLASS_ENTRY(ce, "ArgumentCountError", class_ArgumentCountError_methods); in register_class_ArgumentCountError()
369 INIT_CLASS_ENTRY(ce, "ValueError", class_ValueError_methods); in register_class_ValueError()
379 INIT_CLASS_ENTRY(ce, "ArithmeticError", class_ArithmeticError_methods); in register_class_ArithmeticError()
[all …]
H A Dzend_enum_arginfo.h34 INIT_CLASS_ENTRY(ce, "UnitEnum", class_UnitEnum_methods); in register_class_UnitEnum()
44 INIT_CLASS_ENTRY(ce, "BackedEnum", class_BackedEnum_methods); in register_class_BackedEnum()
H A Dzend_attributes_arginfo.h79 INIT_CLASS_ENTRY(ce, "Attribute", class_Attribute_methods); in register_class_Attribute()
151 INIT_CLASS_ENTRY(ce, "ReturnTypeWillChange", class_ReturnTypeWillChange_methods); in register_class_ReturnTypeWillChange()
169 INIT_CLASS_ENTRY(ce, "AllowDynamicProperties", class_AllowDynamicProperties_methods); in register_class_AllowDynamicProperties()
187 INIT_CLASS_ENTRY(ce, "SensitiveParameter", class_SensitiveParameter_methods); in register_class_SensitiveParameter()
205 INIT_CLASS_ENTRY(ce, "SensitiveParameterValue", class_SensitiveParameterValue_methods); in register_class_SensitiveParameterValue()
222 INIT_CLASS_ENTRY(ce, "Override", class_Override_methods); in register_class_Override()
H A Dzend_generators_arginfo.h59 INIT_CLASS_ENTRY(ce, "Generator", class_Generator_methods); in register_class_Generator()
71 INIT_CLASS_ENTRY(ce, "ClosedGeneratorException", class_ClosedGeneratorException_methods); in register_class_ClosedGeneratorException()
H A Dzend_weakrefs_arginfo.h71 INIT_CLASS_ENTRY(ce, "WeakReference", class_WeakReference_methods); in register_class_WeakReference()
82 INIT_CLASS_ENTRY(ce, "WeakMap", class_WeakMap_methods); in register_class_WeakMap()
H A Dzend_fibers_arginfo.h80 INIT_CLASS_ENTRY(ce, "Fiber", class_Fiber_methods); in register_class_Fiber()
91 INIT_CLASS_ENTRY(ce, "FiberError", class_FiberError_methods); in register_class_FiberError()
/PHP-8.3/ext/zend_test/
H A Dobject_handlers_arginfo.h52 INIT_CLASS_ENTRY(ce, "DoOperationNoCast", class_DoOperationNoCast_methods); in register_class_DoOperationNoCast()
69 INIT_CLASS_ENTRY(ce, "LongCastableNoOperations", class_LongCastableNoOperations_methods); in register_class_LongCastableNoOperations()
86 INIT_CLASS_ENTRY(ce, "FloatCastableNoOperations", class_FloatCastableNoOperations_methods); in register_class_FloatCastableNoOperations()
103 INIT_CLASS_ENTRY(ce, "NumericCastableNoOperations", class_NumericCastableNoOperations_methods); in register_class_NumericCastableNoOperations()
H A Dtest_arginfo.h530 INIT_CLASS_ENTRY(ce, "_ZendTestInterface", class__ZendTestInterface_methods); in register_class__ZendTestInterface()
546 INIT_CLASS_ENTRY(ce, "_ZendTestClass", class__ZendTestClass_methods); in register_class__ZendTestClass()
649 INIT_CLASS_ENTRY(ce, "_ZendTestMagicCall", class__ZendTestMagicCall_methods); in register_class__ZendTestMagicCall()
659 INIT_CLASS_ENTRY(ce, "_ZendTestChildClass", class__ZendTestChildClass_methods); in register_class__ZendTestChildClass()
669 INIT_CLASS_ENTRY(ce, "ZendAttributeTest", class_ZendAttributeTest_methods); in register_class_ZendAttributeTest()
718 INIT_CLASS_ENTRY(ce, "_ZendTestTrait", class__ZendTestTrait_methods); in register_class__ZendTestTrait()
748 INIT_CLASS_ENTRY(ce, "ZendTestAttribute", class_ZendTestAttribute_methods); in register_class_ZendTestAttribute()
766 INIT_CLASS_ENTRY(ce, "ZendTestRepeatableAttribute", class_ZendTestRepeatableAttribute_methods); in register_class_ZendTestRepeatableAttribute()
784 INIT_CLASS_ENTRY(ce, "ZendTestParameterAttribute", class_ZendTestParameterAttribute_methods); in register_class_ZendTestParameterAttribute()
808 INIT_CLASS_ENTRY(ce, "ZendTestPropertyAttribute", class_ZendTestPropertyAttribute_methods); in register_class_ZendTestPropertyAttribute()
[all …]
H A Dfiber_arginfo.h43 INIT_CLASS_ENTRY(ce, "_ZendTestFiber", class__ZendTestFiber_methods); in register_class__ZendTestFiber()
/PHP-8.3/ext/json/
H A Djson_arginfo.h97 INIT_CLASS_ENTRY(ce, "JsonSerializable", class_JsonSerializable_methods); in register_class_JsonSerializable()
107 INIT_CLASS_ENTRY(ce, "JsonException", class_JsonException_methods); in register_class_JsonException()
/PHP-8.3/ext/com_dotnet/
H A Dcom_extension_arginfo.h309 INIT_CLASS_ENTRY(ce, "variant", class_variant_methods); in register_class_variant()
320 INIT_CLASS_ENTRY(ce, "com", class_com_methods); in register_class_com()
331 INIT_CLASS_ENTRY(ce, "dotnet", class_dotnet_methods); in register_class_dotnet()
342 INIT_CLASS_ENTRY(ce, "com_safearray_proxy", class_com_safearray_proxy_methods); in register_class_com_safearray_proxy()
353 INIT_CLASS_ENTRY(ce, "com_exception", class_com_exception_methods); in register_class_com_exception()
/PHP-8.3/ext/reflection/
H A Dphp_reflection_arginfo.h1216 INIT_CLASS_ENTRY(ce, "ReflectionException", class_ReflectionException_methods); in register_class_ReflectionException()
1226 INIT_CLASS_ENTRY(ce, "Reflection", class_Reflection_methods); in register_class_Reflection()
1236 INIT_CLASS_ENTRY(ce, "Reflector", class_Reflector_methods); in register_class_Reflector()
1265 INIT_CLASS_ENTRY(ce, "ReflectionFunction", class_ReflectionFunction_methods); in register_class_ReflectionFunction()
1292 INIT_CLASS_ENTRY(ce, "ReflectionMethod", class_ReflectionMethod_methods); in register_class_ReflectionMethod()
1344 INIT_CLASS_ENTRY(ce, "ReflectionClass", class_ReflectionClass_methods); in register_class_ReflectionClass()
1386 INIT_CLASS_ENTRY(ce, "ReflectionObject", class_ReflectionObject_methods); in register_class_ReflectionObject()
1396 INIT_CLASS_ENTRY(ce, "ReflectionProperty", class_ReflectionProperty_methods); in register_class_ReflectionProperty()
1516 INIT_CLASS_ENTRY(ce, "ReflectionType", class_ReflectionType_methods); in register_class_ReflectionType()
1623 INIT_CLASS_ENTRY(ce, "ReflectionEnum", class_ReflectionEnum_methods); in register_class_ReflectionEnum()
[all …]
/PHP-8.3/ext/session/
H A Dsession_arginfo.h244 INIT_CLASS_ENTRY(ce, "SessionHandlerInterface", class_SessionHandlerInterface_methods); in register_class_SessionHandlerInterface()
254 INIT_CLASS_ENTRY(ce, "SessionIdInterface", class_SessionIdInterface_methods); in register_class_SessionIdInterface()
264INIT_CLASS_ENTRY(ce, "SessionUpdateTimestampHandlerInterface", class_SessionUpdateTimestampHandler… in register_class_SessionUpdateTimestampHandlerInterface()
274 INIT_CLASS_ENTRY(ce, "SessionHandler", class_SessionHandler_methods); in register_class_SessionHandler()
/PHP-8.3/ext/intl/dateformat/
H A Ddatepatterngenerator_arginfo.h33 INIT_CLASS_ENTRY(ce, "IntlDatePatternGenerator", class_IntlDatePatternGenerator_methods); in register_class_IntlDatePatternGenerator()
/PHP-8.3/ext/pdo/
H A Dpdo_arginfo.h25 INIT_CLASS_ENTRY(ce, "PDOException", class_PDOException_methods); in register_class_PDOException()
/PHP-8.3/ext/curl/
H A Dcurl_file_arginfo.h61 INIT_CLASS_ENTRY(ce, "CURLFile", class_CURLFile_methods); in register_class_CURLFile()
90 INIT_CLASS_ENTRY(ce, "CURLStringFile", class_CURLStringFile_methods); in register_class_CURLStringFile()
/PHP-8.3/ext/sysvsem/
H A Dsysvsem_arginfo.h46 INIT_CLASS_ENTRY(ce, "SysvSemaphore", class_SysvSemaphore_methods); in register_class_SysvSemaphore()
/PHP-8.3/ext/date/
H A Dphp_date_arginfo.h843 INIT_CLASS_ENTRY(ce, "DateTimeInterface", class_DateTimeInterface_methods); in register_class_DateTimeInterface()
951 INIT_CLASS_ENTRY(ce, "DateTime", class_DateTime_methods); in register_class_DateTime()
962 INIT_CLASS_ENTRY(ce, "DateTimeImmutable", class_DateTimeImmutable_methods); in register_class_DateTimeImmutable()
973 INIT_CLASS_ENTRY(ce, "DateTimeZone", class_DateTimeZone_methods); in register_class_DateTimeZone()
1067 INIT_CLASS_ENTRY(ce, "DateInterval", class_DateInterval_methods); in register_class_DateInterval()
1077 INIT_CLASS_ENTRY(ce, "DatePeriod", class_DatePeriod_methods); in register_class_DatePeriod()
1146 INIT_CLASS_ENTRY(ce, "DateError", class_DateError_methods); in register_class_DateError()
1157 INIT_CLASS_ENTRY(ce, "DateObjectError", class_DateObjectError_methods); in register_class_DateObjectError()
1168 INIT_CLASS_ENTRY(ce, "DateRangeError", class_DateRangeError_methods); in register_class_DateRangeError()
1179 INIT_CLASS_ENTRY(ce, "DateException", class_DateException_methods); in register_class_DateException()
[all …]
/PHP-8.3/ext/standard/
H A Ddir_arginfo.h29 INIT_CLASS_ENTRY(ce, "Directory", class_Directory_methods); in register_class_Directory()

Completed in 70 milliseconds

1234