Home
last modified time | relevance | path

Searched refs:zend_function_entry (Results 126 – 134 of 134) sorted by relevance

123456

/PHP-8.3/ext/zip/
H A Dphp_zip_arginfo.h408 static const zend_function_entry ext_functions[] = {
423 static const zend_function_entry class_ZipArchive_methods[] = {
/PHP-8.3/Zend/
H A Dzend_API.c2798 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu… in zend_register_functions()
2800 const zend_function_entry *ptr = functions; in zend_register_functions()
3063 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
3065 const zend_function_entry *ptr = functions; in zend_unregister_functions()
3530 static const zend_function_entry disabled_class_new[] = {
H A Dzend_API.h41 } zend_function_entry; typedef
374 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu…
375 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c1199 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c1244 const zend_function_entry *funcs; in pdo_hash_methods()
/PHP-8.3/ext/standard/
H A Dbasic_functions_arginfo.h2829 static const zend_function_entry ext_functions[] = {
3482 static const zend_function_entry class___PHP_Incomplete_Class_methods[] = {
3487 static const zend_function_entry class_AssertionError_methods[] = {
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c1007 static const zend_function_entry additional_functions[] = {
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c504 const zend_function_entry server_additional_functions[] = {
/PHP-8.3/ext/intl/uchar/
H A Duchar_arginfo.h249 static const zend_function_entry class_IntlChar_methods[] = {

Completed in 84 milliseconds

123456