Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/intl/normalizer/
H A Dnormalizer_class.c59 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions ); in normalizer_register_Normalizer_class()
/PHP-5.4/ext/com_dotnet/
H A Dcom_extension.c352 INIT_CLASS_ENTRY(ce, "com_exception", NULL); in PHP_MINIT_FUNCTION()
357 INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL); in PHP_MINIT_FUNCTION()
363 INIT_CLASS_ENTRY(ce, "variant", NULL); in PHP_MINIT_FUNCTION()
368 INIT_CLASS_ENTRY(ce, "com", NULL); in PHP_MINIT_FUNCTION()
376 INIT_CLASS_ENTRY(ce, "dotnet", NULL); in PHP_MINIT_FUNCTION()
/PHP-5.4/Zend/
H A Dzend_iterators.c53 INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL); in zend_register_iterator_wrapper()
H A Dzend_exceptions.c790 INIT_CLASS_ENTRY(ce, "Exception", default_exception_functions); in zend_register_default_exception()
804 INIT_CLASS_ENTRY(ce, "ErrorException", error_exception_functions); in zend_register_default_exception()
H A Dzend_closures.c420 INIT_CLASS_ENTRY(ce, "Closure", closure_functions); in zend_register_closure_ce()
H A Dzend_interfaces.c569 INIT_CLASS_ENTRY(ce, # class_name_str, zend_funcs_ ## class_name) \
/PHP-5.4/ext/xsl/
H A Dphp_xsl.h80 INIT_CLASS_ENTRY(ce, name, funcs); \
/PHP-5.4/ext/intl/locale/
H A Dlocale_class.c100 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions ); in locale_register_Locale_class()
/PHP-5.4/ext/intl/collator/
H A Dcollator_class.c143 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions ); in collator_register_Collator_class()
/PHP-5.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c154 INIT_CLASS_ENTRY(ce, "Spoofchecker", Spoofchecker_class_functions); in spoofchecker_register_Spoofchecker_class()
/PHP-5.4/ext/standard/
H A Dincomplete_class.c121 INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL); in php_create_incomplete_class()
H A Ddir.c136 INIT_CLASS_ENTRY(dir_class_entry, "Directory", php_dir_class_functions); in PHP_MINIT_FUNCTION()
H A Duser_filters.c92 INIT_CLASS_ENTRY(user_filter_class_entry, "php_user_filter", user_filter_class_funcs); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/dom/
H A Dphp_dom.h128 INIT_CLASS_ENTRY(ce, name, funcs); \
H A Dphp_dom.c673 INIT_CLASS_ENTRY(ce, "DOMException", php_dom_domexception_class_functions); in PHP_MINIT_FUNCTION()
761 INIT_CLASS_ENTRY(ce, "DOMNodeList", php_dom_nodelist_class_functions); in PHP_MINIT_FUNCTION()
771 INIT_CLASS_ENTRY(ce, "DOMNamedNodeMap", php_dom_namednodemap_class_functions); in PHP_MINIT_FUNCTION()
899 INIT_CLASS_ENTRY(ce, "DOMXPath", php_dom_xpath_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_class.c168 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions ); in msgformat_register_class()
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_class.c193 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions ); in dateformat_register_IntlDateFormatter_class()
/PHP-5.4/ext/intl/formatter/
H A Dformatter_class.c202 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions ); in formatter_register_class()
/PHP-5.4/ext/pdo/
H A Dpdo.c373 INIT_CLASS_ENTRY(ce, "PDOException", NULL); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/mysqli/
H A Dphp_mysqli_structs.h242 INIT_CLASS_ENTRY(ce, name,class_functions); \
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_class.c401 INIT_CLASS_ENTRY( ce, "Transliterator", Transliterator_class_functions ); in transliterator_register_Transliterator_class()
/PHP-5.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c429 INIT_CLASS_ENTRY( ce, "ResourceBundle", ResourceBundle_class_functions ); in resourcebundle_register_class()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c6070 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions); in PHP_MINIT_FUNCTION()
6073 INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions); in PHP_MINIT_FUNCTION()
6076 INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions); in PHP_MINIT_FUNCTION()
6085 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions); in PHP_MINIT_FUNCTION()
6092 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions); in PHP_MINIT_FUNCTION()
6098 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions); in PHP_MINIT_FUNCTION()
6111 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions); in PHP_MINIT_FUNCTION()
6121 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions); in PHP_MINIT_FUNCTION()
6125 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionProperty", reflection_property_functions); in PHP_MINIT_FUNCTION()
6137 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionExtension", reflection_extension_functions); in PHP_MINIT_FUNCTION()
[all …]
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c220 INIT_CLASS_ENTRY(_finfo_class_entry, "finfo", finfo_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/json/
H A Djson.c87 INIT_CLASS_ENTRY(ce, "JsonSerializable", json_serializable_interface); in PHP_MINIT_FUNCTION()

Completed in 101 milliseconds

12