Home
last modified time | relevance | path

Searched refs:accept (Results 26 – 50 of 85) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/network/
H A Dunixloop.phpt29 die('Unable to accept connection');
H A Dtcp6loop.phpt38 die('Unable to accept connection');
/PHP-7.4/ext/sockets/tests/
H A Dipv4loop.phpt39 die('Unable to accept connection');
H A Dipv6loop.phpt43 die('Unable to accept connection');
H A Dsocket_abstract_path.phpt28 $conns = socket_accept($servers) or die("Could not accept connection");
H A Dunixloop.phpt43 die('Unable to accept connection');
H A Dsocket_getpeername_ipv4loop.phpt51 die('Unable to accept connection');
H A Dsocket_getpeername_ipv6loop.phpt52 die('Unable to accept connection');
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt16 * does not accept IPV6_TCLASS messages */
H A Dsocket_sendrecvmsg_multi_msg.phpt14 * does not accept IPV6_TCLASS messages. We still test that sendmsg() works
/PHP-7.4/ext/pgsql/tests/
H A Dbug71062.phpt2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
/PHP-7.4/ext/session/tests/
H A Dsession_module_name_variation4.phpt36 // the session may have been GC'd or not; we accept either outcome
/PHP-7.4/sapi/cgi/
H A Dconfig9.m419 AC_MSG_CHECKING([whether cross-process locking is required by accept()])
24 [Define if cross-process locking is required by accept()])
/PHP-7.4/ext/spl/tests/
H A Dbug73423.phpt56 public Function accept ()
H A Diterator_056.phpt9 function accept() { }
H A Darray_005.phpt38 public function accept()
H A Diterator_003.phpt38 public function accept()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report_new.phpt39 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt56 /* --CLEAN-- section were the right place, but it won't accept default_charset ATM, it seems. */
/PHP-7.4/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt20 // Only accept TLSv1.0 and TLSv1.2 connections
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc61 // it may not be ready to accept connections
/PHP-7.4/ext/phar/tests/
H A Dbug54289.phpt2 Bug #54289 Phar::extractTo() does not accept specific directories to be extracted
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt42 // Lets accept also int if it follows the rules from the original MYSQL C API
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in26 ; The address on which to accept FastCGI requests.
266 ; it can accept the following format:
271 ; it can accept the following format:
286 ; it can accept the following format:
307 ; it can accept a strftime(3) format:
312 ; it can accept a strftime(3) format:
/PHP-7.4/ext/ffi/
H A Dffi_parser.c317 int accept = -1; in get_skip_sym() local
1054 accept = YY__POINT; in get_skip_sym()
1148 accept = YY__SLASH; in get_skip_sym()
1276 accept = YY_DECNUMBER; in get_skip_sym()
1302 accept = YY_DECNUMBER; in get_skip_sym()
1316 accept = YY_DECNUMBER; in get_skip_sym()
1446 accept = YY_OCTNUMBER; in get_skip_sym()
1594 accept = YY_HEXNUMBER; in get_skip_sym()
1608 accept = YY_HEXNUMBER; in get_skip_sym()
1665 if (accept >= 0) { in get_skip_sym()
[all …]

Completed in 45 milliseconds

1234