Searched refs:accepting (Results 1 – 14 of 14) sorted by relevance
/PHP-8.0/ext/zlib/tests/ |
H A D | 008.phpt | 2 zlib.output_compression=1 with client not accepting compression
|
/PHP-8.0/tests/lang/ |
H A D | bug21094.phpt | 2 Bug #21094 (set_error_handler not accepting methods)
|
/PHP-8.0/ext/date/tests/ |
H A D | bug78984.phpt | 2 Bug #78984: DateTimeZone accepting invalid UTC timezones
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug70198.phpt | 29 /* just close the connection immediately after accepting,
|
/PHP-8.0/sapi/cli/tests/ |
H A D | php_cli_server.inc | 69 "Server is not accepting connections after %d seconds\n",
|
/PHP-8.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_variable_columncount.phpt | 49 // Lets try with a SP accepting parameters...
|
H A D | pdo_mysql_types_zerofill.phpt | 54 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
|
H A D | pdo_mysql_types.phpt | 47 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
|
/PHP-8.0/build/ |
H A D | ax_gcc_func_attribute.m4 | 68 # returning an int and not accepting any arguments and the result of the
|
/PHP-8.0/sapi/litespeed/ |
H A D | lsapilib.c | 3209 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 D | Rochester-Regular.otf.LICENSE.txt | 170 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 D | server.inc | 91 if (!$s) die("Error accepting a new connection\n");
|
/PHP-8.0/ |
H A D | UPGRADING | 272 other options accepting arrays as well. 613 . Any functions accepting callbacks that are not explicitly specified to
|
H A D | NEWS | 673 . Fixed bug #78984 (DateTimeZone accepting invalid UTC timezones). (Derick)
|
Completed in 44 milliseconds