Home
last modified time | relevance | path

Searched defs:functions (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/skeleton/
H A Dskeleton.php8 $functions = get_extension_funcs($module); variable
/PHP-5.3/Zend/
H A Dzend_API.h162 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ argument
165 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ argument
168 #define INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, hand… argument
176 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, han… argument
206 #define INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_pr… argument
209 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ argument
211 #define INIT_OVERLOADED_NS_CLASS_ENTRY_EX(class_container, ns, class_name, functions, handle_fcall,… argument
213 #define INIT_OVERLOADED_NS_CLASS_ENTRY(class_container, ns, class_name, functions, handle_fcall, ha… argument
H A Dzend_modules.h81 const struct _zend_function_entry *functions; member
H A Dzend_API.c1799 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,… in zend_register_functions()
2047 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
/PHP-5.3/ext/standard/
H A Ddl.c186 zend_function_entry *functions; in php_load_extension() member
/PHP-5.3/main/
H A Dphp_ini.c61 zend_llist functions; member
/PHP-5.3/ext/soap/
H A Dphp_sdl.h55 HashTable functions; /* array of sdlFunction */ member
H A Dphp_sdl.c1538 sdlFunctionPtr *functions = NULL; in get_sdl_from_cache() local

Completed in 37 milliseconds