Home
last modified time | relevance | path

Searched refs:INIT_NS_CLASS_ENTRY (Results 1 – 10 of 10) sorted by relevance

/PHP-8.2/ext/random/
H A Drandom_arginfo.h245 INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Mt19937", class_Random_Engine_Mt19937_methods); in register_class_Random_Engine_Mt19937()
257INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "PcgOneseq128XslRr64", class_Random_Engine_PcgOneseq128X… in register_class_Random_Engine_PcgOneseq128XslRr64()
269INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Xoshiro256StarStar", class_Random_Engine_Xoshiro256Star… in register_class_Random_Engine_Xoshiro256StarStar()
281 INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Secure", class_Random_Engine_Secure_methods); in register_class_Random_Engine_Secure()
293 INIT_NS_CLASS_ENTRY(ce, "Random", "Engine", class_Random_Engine_methods); in register_class_Random_Engine()
303 INIT_NS_CLASS_ENTRY(ce, "Random", "CryptoSafeEngine", class_Random_CryptoSafeEngine_methods); in register_class_Random_CryptoSafeEngine()
314 INIT_NS_CLASS_ENTRY(ce, "Random", "Randomizer", class_Random_Randomizer_methods); in register_class_Random_Randomizer()
332 INIT_NS_CLASS_ENTRY(ce, "Random", "RandomError", class_Random_RandomError_methods); in register_class_Random_RandomError()
343INIT_NS_CLASS_ENTRY(ce, "Random", "BrokenRandomEngineError", class_Random_BrokenRandomEngineError_… in register_class_Random_BrokenRandomEngineError()
354 INIT_NS_CLASS_ENTRY(ce, "Random", "RandomException", class_Random_RandomException_methods); in register_class_Random_RandomException()
/PHP-8.2/ext/zend_test/
H A Diterators_arginfo.h25INIT_NS_CLASS_ENTRY(ce, "ZendTest\\Iterators", "TraversableTest", class_ZendTest_Iterators_Travers… in register_class_ZendTest_Iterators_TraversableTest()
H A Dtest_arginfo.h745 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "Foo", class_ZendTestNS_Foo_methods); in register_class_ZendTestNS_Foo()
755INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "UnlikelyCompileError", class_ZendTestNS_UnlikelyCompileErro… in register_class_ZendTestNS_UnlikelyCompileError()
765INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "NotUnlikelyCompileError", class_ZendTestNS_NotUnlikelyCompi… in register_class_ZendTestNS_NotUnlikelyCompileError()
775 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS2", "Foo", class_ZendTestNS2_Foo_methods); in register_class_ZendTestNS2_Foo()
792 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS2\\ZendSubNS", "Foo", class_ZendTestNS2_ZendSubNS_Foo_methods); in register_class_ZendTestNS2_ZendSubNS_Foo()
/PHP-8.2/ext/pspell/
H A Dpspell_arginfo.h159 INIT_NS_CLASS_ENTRY(ce, "PSpell", "Dictionary", class_PSpell_Dictionary_methods); in register_class_PSpell_Dictionary()
170 INIT_NS_CLASS_ENTRY(ce, "PSpell", "Config", class_PSpell_Config_methods); in register_class_PSpell_Config()
/PHP-8.2/ext/ffi/
H A Dffi_arginfo.h238 INIT_NS_CLASS_ENTRY(ce, "FFI", "CData", class_FFI_CData_methods); in register_class_FFI_CData()
249 INIT_NS_CLASS_ENTRY(ce, "FFI", "CType", class_FFI_CType_methods); in register_class_FFI_CType()
490 INIT_NS_CLASS_ENTRY(ce, "FFI", "Exception", class_FFI_Exception_methods); in register_class_FFI_Exception()
500 INIT_NS_CLASS_ENTRY(ce, "FFI", "ParserException", class_FFI_ParserException_methods); in register_class_FFI_ParserException()
/PHP-8.2/ext/ldap/
H A Dldap_arginfo.h857 INIT_NS_CLASS_ENTRY(ce, "LDAP", "Connection", class_LDAP_Connection_methods); in register_class_LDAP_Connection()
868 INIT_NS_CLASS_ENTRY(ce, "LDAP", "Result", class_LDAP_Result_methods); in register_class_LDAP_Result()
879 INIT_NS_CLASS_ENTRY(ce, "LDAP", "ResultEntry", class_LDAP_ResultEntry_methods); in register_class_LDAP_ResultEntry()
/PHP-8.2/ext/pgsql/
H A Dpgsql_arginfo.h773 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Connection", class_PgSql_Connection_methods); in register_class_PgSql_Connection()
784 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Result", class_PgSql_Result_methods); in register_class_PgSql_Result()
795 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Lob", class_PgSql_Lob_methods); in register_class_PgSql_Lob()
/PHP-8.2/ext/ftp/
H A Dftp_arginfo.h305 INIT_NS_CLASS_ENTRY(ce, "FTP", "Connection", class_FTP_Connection_methods); in register_class_FTP_Connection()
/PHP-8.2/ext/imap/
H A Dphp_imap_arginfo.h610 INIT_NS_CLASS_ENTRY(ce, "IMAP", "Connection", class_IMAP_Connection_methods); in register_class_IMAP_Connection()
/PHP-8.2/Zend/
H A Dzend_API.h318 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ macro

Completed in 40 milliseconds