Searched refs:INIT_NS_CLASS_ENTRY (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/random/ |
H A D | random_arginfo.h | 269 INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "Mt19937", class_Random_Engine_Mt19937_methods); in register_class_Random_Engine_Mt19937() 281 …INIT_NS_CLASS_ENTRY(ce, "Random\\Engine", "PcgOneseq128XslRr64", class_Random_Engine_PcgOneseq128X… in register_class_Random_Engine_PcgOneseq128XslRr64() 293 …INIT_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() 382 …INIT_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 D | iterators_arginfo.h | 25 …INIT_NS_CLASS_ENTRY(ce, "ZendTest\\Iterators", "TraversableTest", class_ZendTest_Iterators_Travers… in register_class_ZendTest_Iterators_TraversableTest()
|
H A D | test_arginfo.h | 998 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "Foo", class_ZendTestNS_Foo_methods); in register_class_ZendTestNS_Foo() 1008 …INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "UnlikelyCompileError", class_ZendTestNS_UnlikelyCompileErro… in register_class_ZendTestNS_UnlikelyCompileError() 1018 …INIT_NS_CLASS_ENTRY(ce, "ZendTestNS", "NotUnlikelyCompileError", class_ZendTestNS_NotUnlikelyCompi… in register_class_ZendTestNS_NotUnlikelyCompileError() 1028 INIT_NS_CLASS_ENTRY(ce, "ZendTestNS2", "Foo", class_ZendTestNS2_Foo_methods); in register_class_ZendTestNS2_Foo() 1045 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 D | pspell_arginfo.h | 159 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 D | ffi_arginfo.h | 238 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 D | ldap_arginfo.h | 893 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 D | pgsql_arginfo.h | 812 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 D | ftp_arginfo.h | 305 INIT_NS_CLASS_ENTRY(ce, "FTP", "Connection", class_FTP_Connection_methods); in register_class_FTP_Connection()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap_arginfo.h | 612 INIT_NS_CLASS_ENTRY(ce, "IMAP", "Connection", class_IMAP_Connection_methods); in register_class_IMAP_Connection()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 321 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ macro
|
Completed in 30 milliseconds