Home
last modified time | relevance | path

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

1234

/php-src/Zend/
H A Dzend_API.h279 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ macro
326 INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions)
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_builtin_functions_arginfo.h366 INIT_CLASS_ENTRY(ce, "stdClass", class_stdClass_methods); in register_class_stdClass()
H A Dzend_closures_arginfo.h46 INIT_CLASS_ENTRY(ce, "Closure", class_Closure_methods); in register_class_Closure()
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_exceptions.c795 INIT_CLASS_ENTRY(zend_ce_unwind_exit, "UnwindExit", NULL); in zend_register_default_exception()
797 INIT_CLASS_ENTRY(zend_ce_graceful_exit, "GracefulExit", NULL); in zend_register_default_exception()
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_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()
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_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_iterators.c59 INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL); in zend_register_iterator_wrapper()
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()
/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()
H A Dcom_persist_arginfo.h58 INIT_CLASS_ENTRY(ce, "COMPersistHelper", class_COMPersistHelper_methods); in register_class_COMPersistHelper()
/php-src/ext/curl/
H A Dcurl_arginfo.h1092 INIT_CLASS_ENTRY(ce, "CurlHandle", class_CurlHandle_methods); in register_class_CurlHandle()
1103 INIT_CLASS_ENTRY(ce, "CurlMultiHandle", class_CurlMultiHandle_methods); in register_class_CurlMultiHandle()
1114 INIT_CLASS_ENTRY(ce, "CurlShareHandle", class_CurlShareHandle_methods); in register_class_CurlShareHandle()
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/date/
H A Dphp_date_arginfo.h856 INIT_CLASS_ENTRY(ce, "DateTimeInterface", class_DateTimeInterface_methods); in register_class_DateTimeInterface()
964 INIT_CLASS_ENTRY(ce, "DateTime", class_DateTime_methods); in register_class_DateTime()
975 INIT_CLASS_ENTRY(ce, "DateTimeImmutable", class_DateTimeImmutable_methods); in register_class_DateTimeImmutable()
986 INIT_CLASS_ENTRY(ce, "DateTimeZone", class_DateTimeZone_methods); in register_class_DateTimeZone()
1080 INIT_CLASS_ENTRY(ce, "DateInterval", class_DateInterval_methods); in register_class_DateInterval()
1090 INIT_CLASS_ENTRY(ce, "DatePeriod", class_DatePeriod_methods); in register_class_DatePeriod()
1159 INIT_CLASS_ENTRY(ce, "DateError", class_DateError_methods); in register_class_DateError()
1170 INIT_CLASS_ENTRY(ce, "DateObjectError", class_DateObjectError_methods); in register_class_DateObjectError()
1181 INIT_CLASS_ENTRY(ce, "DateRangeError", class_DateRangeError_methods); in register_class_DateRangeError()
1192 INIT_CLASS_ENTRY(ce, "DateException", class_DateException_methods); in register_class_DateException()
[all …]
/php-src/ext/dom/
H A Dphp_dom_arginfo.h1932 INIT_CLASS_ENTRY(ce, "DOMComment", class_DOMComment_methods); in register_class_DOMComment()
1952 INIT_CLASS_ENTRY(ce, "DOMChildNode", class_DOMChildNode_methods); in register_class_DOMChildNode()
1962 INIT_CLASS_ENTRY(ce, "DOMNode", class_DOMNode_methods); in register_class_DOMNode()
2239 INIT_CLASS_ENTRY(ce, "DOMNodeList", class_DOMNodeList_methods); in register_class_DOMNodeList()
2293 INIT_CLASS_ENTRY(ce, "DOMAttr", class_DOMAttr_methods); in register_class_DOMAttr()
2334 INIT_CLASS_ENTRY(ce, "DOMElement", class_DOMElement_methods); in register_class_DOMElement()
2403 INIT_CLASS_ENTRY(ce, "DOMDocument", class_DOMDocument_methods); in register_class_DOMDocument()
2569 INIT_CLASS_ENTRY(ce, "DOMText", class_DOMText_methods); in register_class_DOMText()
2602 INIT_CLASS_ENTRY(ce, "DOMEntity", class_DOMEntity_methods); in register_class_DOMEntity()
2658 INIT_CLASS_ENTRY(ce, "DOMNotation", class_DOMNotation_methods); in register_class_DOMNotation()
[all …]
/php-src/ext/enchant/
H A Denchant_arginfo.h170 INIT_CLASS_ENTRY(ce, "EnchantBroker", class_EnchantBroker_methods); in register_class_EnchantBroker()
181 INIT_CLASS_ENTRY(ce, "EnchantDictionary", class_EnchantDictionary_methods); in register_class_EnchantDictionary()
/php-src/ext/ffi/
H A Dffi_arginfo.h215 INIT_CLASS_ENTRY(ce, "FFI", class_FFI_methods); in register_class_FFI()
/php-src/ext/fileinfo/
H A Dfileinfo_arginfo.h105 INIT_CLASS_ENTRY(ce, "finfo", class_finfo_methods); in register_class_finfo()
/php-src/ext/gd/
H A Dgd_arginfo.h998 INIT_CLASS_ENTRY(ce, "GdImage", class_GdImage_methods); in register_class_GdImage()
1009 INIT_CLASS_ENTRY(ce, "GdFont", class_GdFont_methods); in register_class_GdFont()
/php-src/ext/gmp/
H A Dgmp_arginfo.h335 INIT_CLASS_ENTRY(ce, "GMP", class_GMP_methods); in register_class_GMP()
/php-src/ext/hash/
H A Dhash_arginfo.h235 INIT_CLASS_ENTRY(ce, "HashContext", class_HashContext_methods); in register_class_HashContext()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_arginfo.h158 INIT_CLASS_ENTRY(ce, "IntlBreakIterator", class_IntlBreakIterator_methods); in register_class_IntlBreakIterator()
284 INIT_CLASS_ENTRY(ce, "IntlRuleBasedBreakIterator", class_IntlRuleBasedBreakIterator_methods); in register_class_IntlRuleBasedBreakIterator()
295 INIT_CLASS_ENTRY(ce, "IntlCodePointBreakIterator", class_IntlCodePointBreakIterator_methods); in register_class_IntlCodePointBreakIterator()

Completed in 74 milliseconds

1234