Searched defs:functions (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/skeleton/ |
H A D | skeleton.php | 8 $functions = get_extension_funcs($module); variable
|
/PHP-5.3/Zend/ |
H A D | zend_API.h | 162 #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 D | zend_modules.h | 81 const struct _zend_function_entry *functions; member
|
H A D | zend_API.c | 1799 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 D | dl.c | 186 zend_function_entry *functions; in php_load_extension() member
|
/PHP-5.3/main/ |
H A D | php_ini.c | 61 zend_llist functions; member
|
/PHP-5.3/ext/soap/ |
H A D | php_sdl.h | 55 HashTable functions; /* array of sdlFunction */ member
|
H A D | php_sdl.c | 1538 sdlFunctionPtr *functions = NULL; in get_sdl_from_cache() local
|
Completed in 38 milliseconds