Home
last modified time | relevance | path

Searched defs:void (Results 201 – 225 of 332) sorted by relevance

12345678910>>...14

/PHP-8.1/sapi/cgi/
H A Dcgi_main.c249 static void print_modules(void) in print_modules() argument
275 static void print_extensions(void) in print_extensions() argument
640 static char *sapi_cgi_read_cookies(void) in sapi_cgi_read_cookies() argument
645 static char *sapi_fcgi_read_cookies(void) in sapi_fcgi_read_cookies() argument
859 static int sapi_cgi_activate(void) argument
947 static int sapi_cgi_deactivate(void) argument
/PHP-8.1/ext/dom/
H A Dphp_dom_arginfo.h981 static zend_class_entry *register_class_DOMParentNode(void) in register_class_DOMParentNode() argument
991 static zend_class_entry *register_class_DOMChildNode(void) in register_class_DOMChildNode() argument
1001 static zend_class_entry *register_class_DOMNode(void) in register_class_DOMNode() argument
1115 static zend_class_entry *register_class_DOMNameSpaceNode(void) in register_class_DOMNameSpaceNode() argument
1175 static zend_class_entry *register_class_DOMImplementation(void) in register_class_DOMImplementation() argument
1666 static zend_class_entry *register_class_DOMXPath(void) in register_class_DOMXPath() argument
/PHP-8.1/Zend/
H A Dzend_dtrace.c30 static inline const char *dtrace_get_executed_filename(void) in dtrace_get_executed_filename() argument
H A Dzend_stack.c144 ZEND_API void zend_stack_clean(zend_stack *stack, void (*func)(void *), bool free_elements) in zend_stack_clean() argument
H A Dzend_compile.c78 static inline uint32_t zend_alloc_cache_slot(void) { in zend_alloc_cache_slot() argument
112 static zend_op *get_next_op(void) in get_next_op() argument
338 static void zend_end_namespace(void) /* {{{ */ { in zend_end_namespace() argument
401 void init_compiler(void) /* {{{ */ in init_compiler() argument
418 void shutdown_compiler(void) /* {{{ */ in shutdown_compiler() argument
475 ZEND_API bool zend_is_compiling(void) /* {{{ */ in zend_is_compiling() argument
651 void zend_stop_lexing(void) in zend_stop_lexing() argument
1758 static void zend_do_extended_stmt(void) /* {{{ */ in zend_do_extended_stmt() argument
1990 static void zend_verify_namespace(void) /* {{{ */ in zend_verify_namespace() argument
2153 static void zend_emit_tick(void) /* {{{ */ in zend_emit_tick() argument
[all …]
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_arginfo.h288 static zend_class_entry *register_class_IntlCalendar(void) in register_class_IntlCalendar() argument
/PHP-8.1/main/streams/
H A Dfilter.c31 PHPAPI HashTable *php_get_stream_filters_hash_global(void) in php_get_stream_filters_hash_global() argument
37 PHPAPI HashTable *_php_get_stream_filters_hash(void) in _php_get_stream_filters_hash() argument
/PHP-8.1/ext/opcache/
H A Dshared_alloc_shm.c133 static size_t segment_type_size(void) in segment_type_size() argument
/PHP-8.1/ext/hash/murmur/
H A Dendianness.h5 FORCE_INLINE int IsBigEndian(void) in IsBigEndian() argument
/PHP-8.1/ext/gmp/
H A Dgmp_arginfo.h311 static zend_class_entry *register_class_GMP(void) in register_class_GMP() argument
/PHP-8.1/ext/imap/
H A Dphp_imap_arginfo.h521 static zend_class_entry *register_class_IMAP_Connection(void) in register_class_IMAP_Connection() argument
/PHP-8.1/ext/sockets/
H A Dsendrecvmsg.c94 static void init_ancillary_registry(void) in init_ancillary_registry() argument
143 static void destroy_ancillary_registry(void) in destroy_ancillary_registry() argument
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c96 PHPDBG_API void phpdbg_reset_breakpoints(void) /* {{{ */ in phpdbg_reset_breakpoints() argument
1254 PHPDBG_API void phpdbg_clear_breakpoints(void) /* {{{ */ in phpdbg_clear_breakpoints() argument
1413 PHPDBG_API void phpdbg_enable_breakpoints(void) /* {{{ */ in phpdbg_enable_breakpoints() argument
1418 PHPDBG_API void phpdbg_disable_breakpoints(void) { /* {{{ */ in phpdbg_disable_breakpoints() argument
H A Dphpdbg.c712 static char* php_sapi_phpdbg_read_cookies(void) /* {{{ */ in php_sapi_phpdbg_read_cookies() argument
779 static int php_sapi_phpdbg_activate(void) /* {{{ */ in php_sapi_phpdbg_activate() argument
784 static int php_sapi_phpdbg_deactivate(void) /* {{{ */ in php_sapi_phpdbg_deactivate() argument
880 void phpdbg_register_file_handles(void) /* {{{ */ in phpdbg_register_file_handles() argument
/PHP-8.1/ext/snmp/
H A Dsnmp_arginfo.h247 static zend_class_entry *register_class_SNMP(void) in register_class_SNMP() argument
/PHP-8.1/ext/intl/uchar/
H A Duchar_arginfo.h314 static zend_class_entry *register_class_IntlChar(void) in register_class_IntlChar() argument
/PHP-8.1/main/
H A Dphp_open_temporary_file.c204 PHPAPI const char* php_get_temporary_directory(void) in php_get_temporary_directory() argument
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h151 static zend_class_entry *register_class_XMLReader(void) in register_class_XMLReader() argument
/PHP-8.1/ext/curl/
H A Dshare.c164 void curl_share_register_handlers(void) { in curl_share_register_handlers() argument
/PHP-8.1/ext/standard/
H A Dcrypt_freesec.c209 _crypt_extended_init(void) in _crypt_extended_init() argument
782 int main(void) in main() argument
/PHP-8.1/ext/reflection/
H A Dphp_reflection_arginfo.h1196 static zend_class_entry *register_class_Reflection(void) in register_class_Reflection() argument
1245 static zend_class_entry *register_class_ReflectionGenerator(void) in register_class_ReflectionGenerator() argument
1444 static zend_class_entry *register_class_ReflectionReference(void) in register_class_ReflectionReference() argument
1497 static zend_class_entry *register_class_ReflectionFiber(void) in register_class_ReflectionFiber() argument
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h468 static zend_class_entry *register_class_XMLWriter(void) in register_class_XMLWriter() argument
/PHP-8.1/ext/zend_test/
H A Diterators.c118 void zend_test_iterators_init(void) { in zend_test_iterators_init() argument
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_status.c138 int fpm_status_handle_request(void) /* {{{ */ in fpm_status_handle_request() argument
/PHP-8.1/ext/iconv/
H A Diconv.c262 static const char *get_internal_encoding(void) { in get_internal_encoding() argument
269 static const char *get_input_encoding(void) { in get_input_encoding() argument
276 static const char *get_output_encoding(void) { in get_output_encoding() argument
2633 static php_iconv_err_t php_iconv_stream_filter_register_factory(void) in php_iconv_stream_filter_register_factory() argument
2649 static php_iconv_err_t php_iconv_stream_filter_unregister_factory(void) in php_iconv_stream_filter_unregister_factory() argument

Completed in 130 milliseconds

12345678910>>...14