Home
last modified time | relevance | path

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

/PHP-8.3/ext/random/
H A Drandom_arginfo.h269 INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Mt19937", class_Random_Engine_Mt19937_methods); in register_class_Random_Engine_Mt19937()
281INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "PcgOneseq128XslRr64", class_Random_Engine_PcgOneseq128X… in register_class_Random_Engine_PcgOneseq128XslRr64()
293INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Xoshiro256StarStar", class_Random_Engine_Xoshiro256Star… in register_class_Random_Engine_Xoshiro256StarStar()
305 INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Secure", class_Random_Engine_Secure_methods); in register_class_Random_Engine_Secure()
317 INIT_NS_CLASS_ENTRY(ce, "Random", "Engine", class_Random_Engine_methods); in register_class_Random_Engine()
327 INIT_NS_CLASS_ENTRY(ce, "Random", "CryptoSafeEngine", class_Random_CryptoSafeEngine_methods); in register_class_Random_CryptoSafeEngine()
338 INIT_NS_CLASS_ENTRY(ce, "Random", "Randomizer", class_Random_Randomizer_methods); in register_class_Random_Randomizer()
371 INIT_NS_CLASS_ENTRY(ce, "Random", "RandomError", class_Random_RandomError_methods); in register_class_Random_RandomError()
382INIT_NS_CLASS_ENTRY(ce, "Random", "BrokenRandomEngineError", class_Random_BrokenRandomEngineError_… in register_class_Random_BrokenRandomEngineError()
393 INIT_NS_CLASS_ENTRY(ce, "Random", "RandomException", class_Random_RandomException_methods); in register_class_Random_RandomException()
/PHP-8.3/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.h973 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "Foo", class_ZendTestNS_Foo_methods); in register_class_ZendTestNS_Foo()
983INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "UnlikelyCompileError", class_ZendTestNS_UnlikelyCompileErro… in register_class_ZendTestNS_UnlikelyCompileError()
993INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "NotUnlikelyCompileError", class_ZendTestNS_NotUnlikelyCompi… in register_class_ZendTestNS_NotUnlikelyCompileError()
1003 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS2", "Foo", class_ZendTestNS2_Foo_methods); in register_class_ZendTestNS2_Foo()
1020 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS2\\ZendSubNS", "Foo", class_ZendTestNS2_ZendSubNS_Foo_methods); in register_class_ZendTestNS2_ZendSubNS_Foo()
/PHP-8.3/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.3/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.3/ext/ldap/
H A Dldap_arginfo.h893 INIT_NS_CLASS_ENTRY(ce, "LDAP", "Connection", class_LDAP_Connection_methods); in register_class_LDAP_Connection()
904 INIT_NS_CLASS_ENTRY(ce, "LDAP", "Result", class_LDAP_Result_methods); in register_class_LDAP_Result()
915 INIT_NS_CLASS_ENTRY(ce, "LDAP", "ResultEntry", class_LDAP_ResultEntry_methods); in register_class_LDAP_ResultEntry()
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h812 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Connection", class_PgSql_Connection_methods); in register_class_PgSql_Connection()
823 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Result", class_PgSql_Result_methods); in register_class_PgSql_Result()
834 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Lob", class_PgSql_Lob_methods); in register_class_PgSql_Lob()
/PHP-8.3/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.3/ext/imap/
H A Dphp_imap_arginfo.h612 INIT_NS_CLASS_ENTRY(ce, "IMAP", "Connection", class_IMAP_Connection_methods); in register_class_IMAP_Connection()
/PHP-8.3/Zend/
H A Dzend_API.h321 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ macro

Completed in 37 milliseconds