Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/com_dotnet/
H A Dcom_persist.c759 INIT_CLASS_ENTRY(ce, "COMPersistHelper", com_persist_helper_methods); in php_com_persist_minit()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c2251 INIT_CLASS_ENTRY(ce, "SQLite3", php_sqlite3_class_methods);
2257 INIT_CLASS_ENTRY(ce, "SQLite3Stmt", php_sqlite3_stmt_class_methods);
2263 INIT_CLASS_ENTRY(ce, "SQLite3Result", php_sqlite3_result_class_methods);
/PHP-5.4/Zend/
H A Dzend_API.h163 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ macro
219 INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions)
H A Dzend_builtin_functions.c317 INIT_CLASS_ENTRY(class_entry, "stdClass", NULL); in ZEND_MINIT_FUNCTION()
/PHP-5.4/ext/phar/
H A Dphar_object.c5498 INIT_CLASS_ENTRY(ce, "PharException", phar_exception_methods);
5502 INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods);
5507 INIT_CLASS_ENTRY(ce, "PharData", php_archive_methods);
5512 INIT_CLASS_ENTRY(ce, "PharFileInfo", php_entry_methods);
5515 INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods);
5519 INIT_CLASS_ENTRY(ce, "PharData", php_archive_methods);
/PHP-5.4/ext/libxml/
H A Dlibxml.c816 INIT_CLASS_ENTRY(ce, "LibXMLError", NULL); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/session/
H A Dsession.c2278 INIT_CLASS_ENTRY(ce, PS_IFACE_NAME, php_session_iface_functions);
2283 INIT_CLASS_ENTRY(ce, PS_CLASS_NAME, php_session_class_functions);
/PHP-5.4/ext/xmlreader/
H A Dphp_xmlreader.c1323 INIT_CLASS_ENTRY(ce, "XMLReader", xmlreader_functions); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/soap/
H A Dsoap.c646 INIT_CLASS_ENTRY(ce, PHP_SOAP_VAR_CLASSNAME, soap_var_functions); in PHP_MINIT_FUNCTION()
650 INIT_CLASS_ENTRY(ce, PHP_SOAP_SERVER_CLASSNAME, soap_server_functions); in PHP_MINIT_FUNCTION()
654 INIT_CLASS_ENTRY(ce, PHP_SOAP_FAULT_CLASSNAME, soap_fault_functions); in PHP_MINIT_FUNCTION()
658 INIT_CLASS_ENTRY(ce, PHP_SOAP_PARAM_CLASSNAME, soap_param_functions); in PHP_MINIT_FUNCTION()
661 INIT_CLASS_ENTRY(ce, PHP_SOAP_HEADER_CLASSNAME, soap_header_functions); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/date/
H A Dphp_date.c1950 INIT_CLASS_ENTRY(ce_date, "DateTime", date_funcs_date); in date_register_classes()
1975 INIT_CLASS_ENTRY(ce_timezone, "DateTimeZone", date_funcs_timezone); in date_register_classes()
1999 INIT_CLASS_ENTRY(ce_interval, "DateInterval", date_funcs_interval); in date_register_classes()
2010 INIT_CLASS_ENTRY(ce_period, "DatePeriod", date_funcs_period); in date_register_classes()
/PHP-5.4/ext/snmp/
H A Dsnmp.c2406 INIT_CLASS_ENTRY(ce, "SNMP", php_snmp_class_methods); in PHP_MINIT_FUNCTION()
2454 INIT_CLASS_ENTRY(cex, "SNMPException", NULL); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c2348 INIT_CLASS_ENTRY(ce, "PDOStatement", pdo_dbstmt_functions); in pdo_stmt_init()
2362 INIT_CLASS_ENTRY(ce, "PDORow", pdo_row_functions); in pdo_stmt_init()
H A Dpdo_dbh.c1410 INIT_CLASS_ENTRY(ce, "PDO", pdo_dbh_functions); in pdo_dbh_init()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c638 INIT_CLASS_ENTRY(cex, "mysqli_sql_exception", mysqli_exception_methods); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c1962 INIT_CLASS_ENTRY(ce, "XMLWriter", xmlwriter_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/oci8/
H A Doci8.c1204 INIT_CLASS_ENTRY(oci_lob_class_entry, "OCI-Lob", php_oci_lob_class_functions); in PHP_MINIT_FUNCTION()
1205 INIT_CLASS_ENTRY(oci_coll_class_entry, "OCI-Collection", php_oci_coll_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/tidy/
H A Dtidy.c93 INIT_CLASS_ENTRY(ce, # classname, tidy_funcs_ ## name); \
/PHP-5.4/ext/zip/
H A Dphp_zip.c2784 INIT_CLASS_ENTRY(ce, "ZipArchive", zip_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c2632 INIT_CLASS_ENTRY(sxe, "SimpleXMLElement", sxe_functions); in PHP_MINIT_FUNCTION()

Completed in 146 milliseconds

12