Home
last modified time | relevance | path

Searched refs:INIT_NS_CLASS_ENTRY (Results 1 – 11 of 11) sorted by path

/php-src/Zend/
H A Dzend_API.h325 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ macro
/php-src/ext/dom/
H A Dphp_dom_arginfo.h2738 INIT_NS_CLASS_ENTRY(ce, "Dom", "ChildNode", class_Dom_ChildNode_methods); in register_class_Dom_ChildNode()
2759 INIT_NS_CLASS_ENTRY(ce, "Dom", "Node", class_Dom_Node_methods); in register_class_Dom_Node()
2898 INIT_NS_CLASS_ENTRY(ce, "Dom", "NodeList", class_Dom_NodeList_methods); in register_class_Dom_NodeList()
2966 INIT_NS_CLASS_ENTRY(ce, "Dom", "Element", class_Dom_Element_methods); in register_class_Dom_Element()
3054 INIT_NS_CLASS_ENTRY(ce, "Dom", "Attr", class_Dom_Attr_methods); in register_class_Dom_Attr()
3144 INIT_NS_CLASS_ENTRY(ce, "Dom", "Text", class_Dom_Text_methods); in register_class_Dom_Text()
3186 INIT_NS_CLASS_ENTRY(ce, "Dom", "Comment", class_Dom_Comment_methods); in register_class_Dom_Comment()
3276 INIT_NS_CLASS_ENTRY(ce, "Dom", "Entity", class_Dom_Entity_methods); in register_class_Dom_Entity()
3314 INIT_NS_CLASS_ENTRY(ce, "Dom", "Notation", class_Dom_Notation_methods); in register_class_Dom_Notation()
3336 INIT_NS_CLASS_ENTRY(ce, "Dom", "Document", class_Dom_Document_methods); in register_class_Dom_Document()
[all …]
/php-src/ext/ffi/
H A Dffi_arginfo.h232 INIT_NS_CLASS_ENTRY(ce, "FFI", "CData", class_FFI_CData_methods); in register_class_FFI_CData()
243 INIT_NS_CLASS_ENTRY(ce, "FFI", "CType", class_FFI_CType_methods); in register_class_FFI_CType()
484 INIT_NS_CLASS_ENTRY(ce, "FFI", "Exception", class_FFI_Exception_methods); in register_class_FFI_Exception()
494 INIT_NS_CLASS_ENTRY(ce, "FFI", "ParserException", class_FFI_ParserException_methods); in register_class_FFI_ParserException()
/php-src/ext/ftp/
H A Dftp_arginfo.h302 INIT_NS_CLASS_ENTRY(ce, "FTP", "Connection", class_FTP_Connection_methods); in register_class_FTP_Connection()
/php-src/ext/ldap/
H A Dldap_arginfo.h894 INIT_NS_CLASS_ENTRY(ce, "LDAP", "Connection", class_LDAP_Connection_methods); in register_class_LDAP_Connection()
905 INIT_NS_CLASS_ENTRY(ce, "LDAP", "Result", class_LDAP_Result_methods); in register_class_LDAP_Result()
916 INIT_NS_CLASS_ENTRY(ce, "LDAP", "ResultEntry", class_LDAP_ResultEntry_methods); in register_class_LDAP_ResultEntry()
/php-src/ext/odbc/
H A Dodbc_arginfo.h505 INIT_NS_CLASS_ENTRY(ce, "Odbc", "Connection", class_Odbc_Connection_methods); in register_class_Odbc_Connection()
516 INIT_NS_CLASS_ENTRY(ce, "Odbc", "Result", class_Odbc_Result_methods); in register_class_Odbc_Result()
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h807 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Connection", class_PgSql_Connection_methods); in register_class_PgSql_Connection()
818 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Result", class_PgSql_Result_methods); in register_class_PgSql_Result()
829 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Lob", class_PgSql_Lob_methods); in register_class_PgSql_Lob()
/php-src/ext/random/
H A Drandom_arginfo.h256 INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Mt19937", class_Random_Engine_Mt19937_methods); in register_class_Random_Engine_Mt19937()
268INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "PcgOneseq128XslRr64", class_Random_Engine_PcgOneseq128X… in register_class_Random_Engine_PcgOneseq128XslRr64()
280INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Xoshiro256StarStar", class_Random_Engine_Xoshiro256Star… in register_class_Random_Engine_Xoshiro256StarStar()
292 INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Secure", class_Random_Engine_Secure_methods); in register_class_Random_Engine_Secure()
304 INIT_NS_CLASS_ENTRY(ce, "Random", "Engine", class_Random_Engine_methods); in register_class_Random_Engine()
314 INIT_NS_CLASS_ENTRY(ce, "Random", "CryptoSafeEngine", class_Random_CryptoSafeEngine_methods); in register_class_Random_CryptoSafeEngine()
325 INIT_NS_CLASS_ENTRY(ce, "Random", "Randomizer", class_Random_Randomizer_methods); in register_class_Random_Randomizer()
358 INIT_NS_CLASS_ENTRY(ce, "Random", "RandomError", class_Random_RandomError_methods); in register_class_Random_RandomError()
369INIT_NS_CLASS_ENTRY(ce, "Random", "BrokenRandomEngineError", class_Random_BrokenRandomEngineError_… in register_class_Random_BrokenRandomEngineError()
380 INIT_NS_CLASS_ENTRY(ce, "Random", "RandomException", class_Random_RandomException_methods); in register_class_Random_RandomException()
/php-src/ext/soap/
H A Dsoap_arginfo.h325 INIT_NS_CLASS_ENTRY(ce, "Soap", "Url", class_Soap_Url_methods); in register_class_Soap_Url()
336 INIT_NS_CLASS_ENTRY(ce, "Soap", "Sdl", class_Soap_Sdl_methods); in register_class_Soap_Sdl()
/php-src/ext/zend_test/
H A Diterators_arginfo.h23INIT_NS_CLASS_ENTRY(ce, "ZendTest\\Iterators", "TraversableTest", class_ZendTest_Iterators_Travers… in register_class_ZendTest_Iterators_TraversableTest()
H A Dtest_arginfo.h995 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "Foo", class_ZendTestNS_Foo_methods); in register_class_ZendTestNS_Foo()
1005INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "UnlikelyCompileError", class_ZendTestNS_UnlikelyCompileErro… in register_class_ZendTestNS_UnlikelyCompileError()
1015INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "NotUnlikelyCompileError", class_ZendTestNS_NotUnlikelyCompi… in register_class_ZendTestNS_NotUnlikelyCompileError()
1025 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS2", "Foo", class_ZendTestNS2_Foo_methods); in register_class_ZendTestNS2_Foo()
1042 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS2\\ZendSubNS", "Foo", class_ZendTestNS2_ZendSubNS_Foo_methods); in register_class_ZendTestNS2_ZendSubNS_Foo()

Completed in 219 milliseconds