Home
last modified time | relevance | path

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

123456

/php-src/sapi/cli/
H A Dphp_cli.c462 static const zend_function_entry additional_functions[] = {
H A Dphp_cli_server.c504 const zend_function_entry server_additional_functions[] = {
/php-src/ext/zip/
H A Dphp_zip_arginfo.h406 static const zend_function_entry ext_functions[] = {
420 static const zend_function_entry class_ZipArchive_methods[] = {
/php-src/ext/pdo/
H A Dpdo_dbh_arginfo.h85 static const zend_function_entry class_PDO_methods[] = {
H A Dpdo_dbh.c1303 const zend_function_entry *funcs; in pdo_hash_methods()
/php-src/ext/intl/formatter/
H A Dformatter_arginfo.h100 static const zend_function_entry class_NumberFormatter_methods[] = {
/php-src/Zend/
H A Dzend_API.c2854 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu… in zend_register_functions()
2856 const zend_function_entry *ptr = functions; in zend_register_functions()
3142 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
3144 const zend_function_entry *ptr = functions; in zend_unregister_functions()
3609 static const zend_function_entry disabled_class_new[] = {
H A Dzend_API.h43 } zend_function_entry; typedef
378 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu…
379 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1227 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2933 static const zend_function_entry ext_functions[] = {
3584 static const zend_function_entry class___PHP_Incomplete_Class_methods[] = {
3588 static const zend_function_entry class_AssertionError_methods[] = {
/php-src/sapi/cgi/
H A Dcgi_main.c1007 static const zend_function_entry additional_functions[] = {
/php-src/ext/intl/uchar/
H A Duchar_arginfo.h247 static const zend_function_entry class_IntlChar_methods[] = {

Completed in 133 milliseconds

123456