Searched defs:proto (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_inheritance.c | 184 …int_check(const zend_function *fe, zend_arg_info *fe_arg_info, const zend_function *proto, zend_ar… in zend_do_perform_type_hint_check() 248 …int_check(const zend_function *fe, zend_arg_info *fe_arg_info, const zend_function *proto, zend_ar… in zend_do_perform_arg_type_hint_check() 264 … zend_do_perform_implementation_check(const zend_function *fe, const zend_function *proto) /* {{{ … in zend_do_perform_implementation_check()
|
/PHP-7.2/ext/standard/ |
H A D | basic_functions.c | 5658 char *name, *proto; local 5701 char *proto; local 5751 zend_long proto; local
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 47 #define mysqlnd_plugin_get_plugin_protocol_data(proto, p_id) mysqlnd_plugin_area_getters.get_prot… argument
|
/PHP-7.2/main/streams/ |
H A D | xp_socket.c | 878 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, size_t protolen, in php_stream_generic_socket_factory()
|
/PHP-7.2/ext/openssl/ |
H A D | xp_ssl.c | 1740 long proto = SSL_version(ssl_handle); in php_openssl_capture_session_meta() local 2611 php_stream *php_openssl_ssl_socket_factory(const char *proto, size_t protolen, in php_openssl_ssl_socket_factory()
|
Completed in 35 milliseconds