Home
last modified time | relevance | path

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

1234

/php-src/ext/sockets/
H A Dsockets_arginfo.h1068 INIT_CLASS_ENTRY(ce, "Socket", class_Socket_methods); in register_class_Socket()
1079 INIT_CLASS_ENTRY(ce, "AddressInfo", class_AddressInfo_methods); in register_class_AddressInfo()
/php-src/Zend/
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_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)
/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/xmlreader/
H A Dphp_xmlreader_arginfo.h153 INIT_CLASS_ENTRY(ce, "XMLReader", class_XMLReader_methods); in register_class_XMLReader()
/php-src/ext/intl/converter/
H A Dconverter_arginfo.h124 INIT_CLASS_ENTRY(ce, "UConverter", class_UConverter_methods); in register_class_UConverter()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h469 INIT_CLASS_ENTRY(ce, "XMLWriter", class_XMLWriter_methods); in register_class_XMLWriter()
/php-src/ext/ffi/
H A Dffi_arginfo.h215 INIT_CLASS_ENTRY(ce, "FFI", class_FFI_methods); in register_class_FFI()
/php-src/ext/pdo/
H A Dpdo_dbh_arginfo.h109 INIT_CLASS_ENTRY(ce, "PDO", class_PDO_methods); in register_class_PDO()
/php-src/ext/intl/formatter/
H A Dformatter_arginfo.h125 INIT_CLASS_ENTRY(ce, "NumberFormatter", class_NumberFormatter_methods); in register_class_NumberFormatter()
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h1385 INIT_CLASS_ENTRY(ce, "SodiumException", class_SodiumException_methods); in register_class_SodiumException()
/php-src/ext/intl/
H A Dphp_intl_arginfo.h1227 INIT_CLASS_ENTRY(ce, "IntlException", class_IntlException_methods); in register_class_IntlException()
/php-src/ext/zip/
H A Dphp_zip_arginfo.h504 INIT_CLASS_ENTRY(ce, "ZipArchive", class_ZipArchive_methods); in register_class_ZipArchive()
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h4109 INIT_CLASS_ENTRY(ce, "__PHP_Incomplete_Class", class___PHP_Incomplete_Class_methods); in register_class___PHP_Incomplete_Class()
4124 INIT_CLASS_ENTRY(ce, "AssertionError", class_AssertionError_methods); in register_class_AssertionError()
/php-src/ext/intl/uchar/
H A Duchar_arginfo.h316 INIT_CLASS_ENTRY(ce, "IntlChar", class_IntlChar_methods); in register_class_IntlChar()

Completed in 90 milliseconds

1234