Searched defs:functions (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/xsl/ |
H A D | php_xsl.stub.php | 44 public function registerPHPFunctions(array|string|null $functions = null) {}
|
/PHP-8.0/ext/spl/ |
H A D | spl_functions.c | 27 …ister_interface(zend_class_entry ** ppce, char * class_name, const zend_function_entry * functions) in spl_register_interface()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_info.c | 431 HashTable functions; in PHPDBG_INFO() local
|
/PHP-8.0/Zend/ |
H A D | zend_multibyte.c | 87 ZEND_API zend_result zend_multibyte_set_functions(const zend_multibyte_functions *functions) in zend_multibyte_set_functions()
|
H A D | zend_modules.h | 79 const struct _zend_function_entry *functions; member
|
H A D | zend_API.h | 232 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ argument 235 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ argument 242 #define INIT_CLASS_ENTRY_INIT_METHODS(class_container, functions) \ argument 275 #define INIT_NS_CLASS_ENTRY(class_container, ns, class_name, functions) \ argument
|
H A D | zend_API.c | 2556 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
|
/PHP-8.0/ext/soap/ |
H A D | soap.stub.php | 57 public function addFunction($functions) {}
|
H A D | php_sdl.h | 52 HashTable functions; /* array of sdlFunction */ member
|
H A D | php_sdl.c | 1542 sdlFunctionPtr *functions = NULL; in get_sdl_from_cache() local
|
/PHP-8.0/ext/standard/ |
H A D | info.c | 861 const zend_multibyte_functions *functions = zend_multibyte_get_functions(); in php_print_info() local
|
/PHP-8.0/main/ |
H A D | php_ini.c | 54 zend_llist functions; member
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 13396 executable_functions *functions; in jit_compile() local 14090 executable_functions *functions = (executable_functions *)re->executable_jit; in pcre2_jit_compile() local
|
Completed in 88 milliseconds