INIT_CLASS_ENTRY  231 Zend/zend_API.h 	INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions)
INIT_CLASS_ENTRY  337 Zend/zend_builtin_functions.c 	INIT_CLASS_ENTRY(class_entry, "stdClass", NULL);
INIT_CLASS_ENTRY  520 Zend/zend_closures.c 	INIT_CLASS_ENTRY(ce, "Closure", closure_functions);
INIT_CLASS_ENTRY  857 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "Exception", default_exception_functions);
INIT_CLASS_ENTRY  870 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "ErrorException", error_exception_functions);
INIT_CLASS_ENTRY  875 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "Error", default_exception_functions);
INIT_CLASS_ENTRY  888 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "ParseError", NULL);
INIT_CLASS_ENTRY  892 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "TypeError", NULL);
INIT_CLASS_ENTRY  896 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "ArithmeticError", NULL);
INIT_CLASS_ENTRY  900 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "DivisionByZeroError", NULL);
INIT_CLASS_ENTRY 1121 Zend/zend_generators.c 	INIT_CLASS_ENTRY(ce, "Generator", generator_functions);
INIT_CLASS_ENTRY 1140 Zend/zend_generators.c 	INIT_CLASS_ENTRY(ce, "ClosedGeneratorException", NULL);
INIT_CLASS_ENTRY   55 Zend/zend_interfaces.h 		INIT_CLASS_ENTRY(ce, # class_name_str, zend_funcs_ ## class_name) \
INIT_CLASS_ENTRY   63 Zend/zend_iterators.c 	INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL);
INIT_CLASS_ENTRY  360 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "com_exception", NULL);
INIT_CLASS_ENTRY  365 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL);
INIT_CLASS_ENTRY  371 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "variant", NULL);
INIT_CLASS_ENTRY  376 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "com", NULL);
INIT_CLASS_ENTRY  384 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "dotnet", NULL);
INIT_CLASS_ENTRY  760 ext/com_dotnet/com_persist.c 	INIT_CLASS_ENTRY(ce, "COMPersistHelper", com_persist_helper_methods);
INIT_CLASS_ENTRY  170 ext/curl/curl_file.c 	INIT_CLASS_ENTRY( ce, "CURLFile", curlfile_funcs );
INIT_CLASS_ENTRY 1977 ext/date/php_date.c 	INIT_CLASS_ENTRY(ce_interface, "DateTimeInterface", date_funcs_interface);
INIT_CLASS_ENTRY 1981 ext/date/php_date.c 	INIT_CLASS_ENTRY(ce_date, "DateTime", date_funcs_date);
INIT_CLASS_ENTRY 2009 ext/date/php_date.c 	INIT_CLASS_ENTRY(ce_immutable, "DateTimeImmutable", date_funcs_immutable);
INIT_CLASS_ENTRY 2018 ext/date/php_date.c 	INIT_CLASS_ENTRY(ce_timezone, "DateTimeZone", date_funcs_timezone);
INIT_CLASS_ENTRY 2046 ext/date/php_date.c 	INIT_CLASS_ENTRY(ce_interval, "DateInterval", date_funcs_interval);
INIT_CLASS_ENTRY 2059 ext/date/php_date.c 	INIT_CLASS_ENTRY(ce_period, "DatePeriod", date_funcs_period);
INIT_CLASS_ENTRY  617 ext/dom/php_dom.c 	INIT_CLASS_ENTRY(ce, "DOMException", php_dom_domexception_class_functions);
INIT_CLASS_ENTRY  705 ext/dom/php_dom.c 	INIT_CLASS_ENTRY(ce, "DOMNodeList", php_dom_nodelist_class_functions);
INIT_CLASS_ENTRY  715 ext/dom/php_dom.c 	INIT_CLASS_ENTRY(ce, "DOMNamedNodeMap", php_dom_namednodemap_class_functions);
INIT_CLASS_ENTRY  846 ext/dom/php_dom.c 	INIT_CLASS_ENTRY(ce, "DOMXPath", php_dom_xpath_class_functions);
INIT_CLASS_ENTRY  133 ext/dom/php_dom.h INIT_CLASS_ENTRY(ce, name, funcs); \
INIT_CLASS_ENTRY  215 ext/fileinfo/fileinfo.c 	INIT_CLASS_ENTRY(_finfo_class_entry, "finfo", finfo_class_functions);
INIT_CLASS_ENTRY  645 ext/gmp/gmp.c  	INIT_CLASS_ENTRY(tmp_ce, "GMP", NULL);
INIT_CLASS_ENTRY  131 ext/intl/collator/collator_class.c 	INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions );
INIT_CLASS_ENTRY 1083 ext/intl/converter/converter.c 	INIT_CLASS_ENTRY(ce, "UConverter", php_converter_methods);
INIT_CLASS_ENTRY  195 ext/intl/dateformat/dateformat_class.c 	INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions );
INIT_CLASS_ENTRY  190 ext/intl/formatter/formatter_class.c 	INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions );
INIT_CLASS_ENTRY  100 ext/intl/locale/locale_class.c 	INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions );
INIT_CLASS_ENTRY  158 ext/intl/msgformat/msgformat_class.c 	INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions );
INIT_CLASS_ENTRY   59 ext/intl/normalizer/normalizer_class.c 	INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions );
INIT_CLASS_ENTRY  430 ext/intl/resourcebundle/resourcebundle_class.c 	INIT_CLASS_ENTRY( ce, "ResourceBundle", ResourceBundle_class_functions );
INIT_CLASS_ENTRY  142 ext/intl/spoofchecker/spoofchecker_class.c 	INIT_CLASS_ENTRY(ce, "Spoofchecker", Spoofchecker_class_functions);
INIT_CLASS_ENTRY  348 ext/intl/transliterator/transliterator_class.c 	INIT_CLASS_ENTRY( ce, "Transliterator", Transliterator_class_functions );
INIT_CLASS_ENTRY  729 ext/intl/uchar/uchar.c 	INIT_CLASS_ENTRY(tmp, "IntlChar", intlchar_methods);
INIT_CLASS_ENTRY  105 ext/json/json.c 	INIT_CLASS_ENTRY(ce, "JsonSerializable", json_serializable_interface);
INIT_CLASS_ENTRY  845 ext/libxml/libxml.c 	INIT_CLASS_ENTRY(ce, "LibXMLError", NULL);
INIT_CLASS_ENTRY  605 ext/mysqli/mysqli.c 	INIT_CLASS_ENTRY(cex, "mysqli_sql_exception", mysqli_exception_methods);
INIT_CLASS_ENTRY  235 ext/mysqli/php_mysqli_structs.h 	INIT_CLASS_ENTRY(ce, name,class_functions); \
INIT_CLASS_ENTRY 1199 ext/oci8/oci8.c 	INIT_CLASS_ENTRY(oci_lob_class_entry, "OCI-Lob", php_oci_lob_class_functions);
INIT_CLASS_ENTRY 1200 ext/oci8/oci8.c 	INIT_CLASS_ENTRY(oci_coll_class_entry, "OCI-Collection", php_oci_coll_class_functions);
INIT_CLASS_ENTRY  365 ext/pdo/pdo.c  	INIT_CLASS_ENTRY(ce, "PDOException", NULL);
INIT_CLASS_ENTRY 1392 ext/pdo/pdo_dbh.c 	INIT_CLASS_ENTRY(ce, "PDO", pdo_dbh_functions);
INIT_CLASS_ENTRY 2273 ext/pdo/pdo_stmt.c 	INIT_CLASS_ENTRY(ce, "PDOStatement", pdo_dbstmt_functions);
INIT_CLASS_ENTRY 2290 ext/pdo/pdo_stmt.c 	INIT_CLASS_ENTRY(ce, "PDORow", pdo_row_functions);
INIT_CLASS_ENTRY 5345 ext/phar/phar_object.c 	INIT_CLASS_ENTRY(ce, "PharException", phar_exception_methods);
INIT_CLASS_ENTRY 5349 ext/phar/phar_object.c 	INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods);
INIT_CLASS_ENTRY 5354 ext/phar/phar_object.c 	INIT_CLASS_ENTRY(ce, "PharData", php_archive_methods);
INIT_CLASS_ENTRY 5359 ext/phar/phar_object.c 	INIT_CLASS_ENTRY(ce, "PharFileInfo", php_entry_methods);
INIT_CLASS_ENTRY 5362 ext/phar/phar_object.c 	INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods);
INIT_CLASS_ENTRY 5366 ext/phar/phar_object.c 	INIT_CLASS_ENTRY(ce, "PharData", php_archive_methods);
INIT_CLASS_ENTRY 6524 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions);
INIT_CLASS_ENTRY 6527 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions);
INIT_CLASS_ENTRY 6530 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions);
INIT_CLASS_ENTRY 6533 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunctionAbstract", reflection_function_abstract_functions);
INIT_CLASS_ENTRY 6539 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions);
INIT_CLASS_ENTRY 6546 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionGenerator", reflection_generator_functions);
INIT_CLASS_ENTRY 6550 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions);
INIT_CLASS_ENTRY 6556 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionType", reflection_type_functions);
INIT_CLASS_ENTRY 6560 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions);
INIT_CLASS_ENTRY 6573 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions);
INIT_CLASS_ENTRY 6583 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions);
INIT_CLASS_ENTRY 6587 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionProperty", reflection_property_functions);
INIT_CLASS_ENTRY 6599 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionExtension", reflection_extension_functions);
INIT_CLASS_ENTRY 6605 ext/reflection/php_reflection.c 	INIT_CLASS_ENTRY(_reflection_entry, "ReflectionZendExtension", reflection_zend_extension_functions);
INIT_CLASS_ENTRY 2702 ext/session/session.c 	INIT_CLASS_ENTRY(ce, PS_IFACE_NAME, php_session_iface_functions);
INIT_CLASS_ENTRY 2706 ext/session/session.c 	INIT_CLASS_ENTRY(ce, PS_SID_IFACE_NAME, php_session_id_iface_functions);
INIT_CLASS_ENTRY 2710 ext/session/session.c 	INIT_CLASS_ENTRY(ce, PS_UPDATE_TIMESTAMP_IFACE_NAME, php_session_update_timestamp_iface_functions);
INIT_CLASS_ENTRY 2715 ext/session/session.c 	INIT_CLASS_ENTRY(ce, PS_CLASS_NAME, php_session_class_functions);
INIT_CLASS_ENTRY 2708 ext/simplexml/simplexml.c 	INIT_CLASS_ENTRY(sxe, "SimpleXMLElement", sxe_functions);
INIT_CLASS_ENTRY 2366 ext/snmp/snmp.c 	INIT_CLASS_ENTRY(ce, "SNMP", php_snmp_class_methods);
INIT_CLASS_ENTRY 2416 ext/snmp/snmp.c 	INIT_CLASS_ENTRY(cex, "SNMPException", NULL);
INIT_CLASS_ENTRY  677 ext/soap/soap.c 	INIT_CLASS_ENTRY(ce, PHP_SOAP_VAR_CLASSNAME, soap_var_functions);
INIT_CLASS_ENTRY  681 ext/soap/soap.c 	INIT_CLASS_ENTRY(ce, PHP_SOAP_SERVER_CLASSNAME, soap_server_functions);
INIT_CLASS_ENTRY  685 ext/soap/soap.c 	INIT_CLASS_ENTRY(ce, PHP_SOAP_FAULT_CLASSNAME, soap_fault_functions);
INIT_CLASS_ENTRY  689 ext/soap/soap.c 	INIT_CLASS_ENTRY(ce, PHP_SOAP_PARAM_CLASSNAME, soap_param_functions);
INIT_CLASS_ENTRY  692 ext/soap/soap.c 	INIT_CLASS_ENTRY(ce, PHP_SOAP_HEADER_CLASSNAME, soap_header_functions);
INIT_CLASS_ENTRY 2217 ext/sqlite3/sqlite3.c 	INIT_CLASS_ENTRY(ce, "SQLite3", php_sqlite3_class_methods);
INIT_CLASS_ENTRY 2225 ext/sqlite3/sqlite3.c 	INIT_CLASS_ENTRY(ce, "SQLite3Stmt", php_sqlite3_stmt_class_methods);
INIT_CLASS_ENTRY 2233 ext/sqlite3/sqlite3.c 	INIT_CLASS_ENTRY(ce, "SQLite3Result", php_sqlite3_result_class_methods);
INIT_CLASS_ENTRY  112 ext/standard/assert.c 	INIT_CLASS_ENTRY(ce, "AssertionError", NULL);
INIT_CLASS_ENTRY  141 ext/standard/dir.c 	INIT_CLASS_ENTRY(dir_class_entry, "Directory", php_dir_class_functions);
INIT_CLASS_ENTRY  118 ext/standard/incomplete_class.c 	INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL);
INIT_CLASS_ENTRY   83 ext/standard/user_filters.c 	INIT_CLASS_ENTRY(user_filter_class_entry, "php_user_filter", user_filter_class_funcs);
INIT_CLASS_ENTRY   91 ext/tidy/tidy.c 		INIT_CLASS_ENTRY(ce, # classname, tidy_funcs_ ## name); \
INIT_CLASS_ENTRY 1317 ext/xmlreader/php_xmlreader.c 	INIT_CLASS_ENTRY(ce, "XMLReader", xmlreader_functions);
INIT_CLASS_ENTRY 1847 ext/xmlwriter/php_xmlwriter.c 	INIT_CLASS_ENTRY(ce, "XMLWriter", xmlwriter_class_functions);
INIT_CLASS_ENTRY   89 ext/xsl/php_xsl.h INIT_CLASS_ENTRY(ce, name, funcs); \
INIT_CLASS_ENTRY 3021 ext/zip/php_zip.c 	INIT_CLASS_ENTRY(ce, "ZipArchive", zip_class_functions);