Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/tests/
H A D008.phpt2 zlib.output_compression=1 with client not accepting compression
/PHP-7.4/ext/date/tests/
H A Dbug78984.phpt2 Bug #78984 (DateTimeZone accepting invalid UTC timezones)
/PHP-7.4/tests/lang/
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug70198.phpt29 /* just close the connection immediately after accepting,
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc69 "Server is not accepting connections after %d seconds\n",
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt53 // 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-7.4/build/
H A Dax_gcc_func_attribute.m468 # returning an int and not accepting any arguments and the result of the
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c3204 int accepting = 0; in lsapi_prefork_server_accept() local
3206 accepting = __sync_add_and_fetch(s_accepting_workers, 0); in lsapi_prefork_server_accept()
3209 && accepting > 0) in lsapi_prefork_server_accept()
3212 while(accepting-- > 0) in lsapi_prefork_server_accept()
3477 int accepting = 0; in LSAPI_Accept_Before_Fork() local
3479 accepting = __sync_add_and_fetch(s_accepting_workers, 0); in LSAPI_Accept_Before_Fork()
3482 && accepting > 0) in LSAPI_Accept_Before_Fork()
3485 while(accepting-- > 0) in LSAPI_Accept_Before_Fork()
/PHP-7.4/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-7.4/ext/ftp/tests/
H A Dserver.inc91 if (!$s) die("Error accepting a new connection\n");

Completed in 61 milliseconds