Home
last modified time | relevance | path

Searched refs:accepting (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/zlib/tests/
H A D008.phpt2 zlib.output_compression=1 with client not accepting compression
/PHP-8.0/tests/lang/
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
/PHP-8.0/ext/date/tests/
H A Dbug78984.phpt2 Bug #78984: DateTimeZone accepting invalid UTC timezones
/PHP-8.0/ext/standard/tests/streams/
H A Dbug70198.phpt29 /* just close the connection immediately after accepting,
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server.inc69 "Server is not accepting connections after %d seconds\n",
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt49 // Lets try with a SP accepting parameters...
H A Dpdo_mysql_types_zerofill.phpt54 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
H A Dpdo_mysql_types.phpt47 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
/PHP-8.0/build/
H A Dax_gcc_func_attribute.m468 # returning an int and not accepting any arguments and the result of the
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c3209 int accepting = 0; in lsapi_prefork_server_accept() local
3211 accepting = __atomic_load_n(s_accepting_workers, __ATOMIC_SEQ_CST); in lsapi_prefork_server_accept()
3214 && accepting > 0) in lsapi_prefork_server_accept()
3217 while(accepting-- > 0) in lsapi_prefork_server_accept()
3482 int accepting = 0; in LSAPI_Accept_Before_Fork() local
3484 accepting = __atomic_load_n(s_accepting_workers, __ATOMIC_SEQ_CST); in LSAPI_Accept_Before_Fork()
3487 && accepting > 0) in LSAPI_Accept_Before_Fork()
3490 while(accepting-- > 0) in LSAPI_Accept_Before_Fork()
/PHP-8.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt170 License. However, in accepting such obligations, You may act only
175 of your accepting any such warranty or additional liability.
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc91 if (!$s) die("Error accepting a new connection\n");
/PHP-8.0/
H A DUPGRADING272 other options accepting arrays as well.
613 . Any functions accepting callbacks that are not explicitly specified to
H A DNEWS673 . Fixed bug #78984 (DateTimeZone accepting invalid UTC timezones). (Derick)

Completed in 48 milliseconds