Searched defs:functions (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/skeleton/ |
H A D | skeleton.php | 8 $functions = get_extension_funcs($module); variable
|
/PHP-7.1/ext/spl/ |
H A D | spl_functions.c | 31 …ister_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry * functions) in spl_register_interface()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_info.c | 433 HashTable functions; in PHPDBG_INFO() local
|
/PHP-7.1/Zend/ |
H A D | zend_API.h | 180 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ argument 183 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ argument 186 #define INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, hand… argument 194 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions, handle_fcall, handle_propget, han… argument 229 #define INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, handle_fcall, handle_pr… argument 232 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ argument 234 #define INIT_OVERLOADED_NS_CLASS_ENTRY_EX(class_container, ns, class_name, functions, handle_fcall,… argument 236 #define INIT_OVERLOADED_NS_CLASS_ENTRY(class_container, ns, class_name, functions, handle_fcall, ha… argument
|
H A D | zend_multibyte.c | 89 ZEND_API int zend_multibyte_set_functions(const zend_multibyte_functions *functions) in zend_multibyte_set_functions()
|
H A D | zend_modules.h | 81 const struct _zend_function_entry *functions; member
|
H A D | zend_API.c | 2117 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,… in zend_register_functions() 2426 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
|
/PHP-7.1/main/ |
H A D | php_ini.c | 57 zend_llist functions; member
|
/PHP-7.1/ext/standard/ |
H A D | info.c | 927 const zend_multibyte_functions *functions = zend_multibyte_get_functions(); in php_print_info() local
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 9802 executable_functions *functions; in PRIV() local 10414 executable_functions *functions = (executable_functions *)extra_data->executable_jit; in PRIV() local 10501 executable_functions *functions = (executable_functions *)extra_data->executable_jit; in pcre_jit_exec() local 10570 executable_functions *functions = (executable_functions *)executable_funcs; in PRIV() local 10642 executable_functions *functions; in pcre_assign_jit_stack() local
|
/PHP-7.1/ext/soap/ |
H A D | php_sdl.h | 55 HashTable functions; /* array of sdlFunction */ member
|
H A D | php_sdl.c | 1532 sdlFunctionPtr *functions = NULL; in get_sdl_from_cache() local
|
Completed in 96 milliseconds