Home
last modified time | relevance | path

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

/PHP-8.2/ext/zlib/tests/
H A D008.phpt2 zlib.output_compression=1 with client not accepting compression
/PHP-8.2/ext/intl/tests/
H A Dgh12943.phpt2 GitHub #12943 IntlDateFormatter::locale accepting "C".
/PHP-8.2/tests/lang/
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
/PHP-8.2/ext/standard/tests/streams/
H A Dbug70198.phpt29 /* just close the connection immediately after accepting,
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt50 // Lets try with a SP accepting parameters...
H A Dpdo_mysql_types_zerofill.phpt55 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
H A Dpdo_mysql_types.phpt48 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
/PHP-8.2/build/
H A Dax_gcc_func_attribute.m468 # returning an int and not accepting any arguments and the result of the
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c3227 int accepting = 0; in lsapi_prefork_server_accept() local
3229 accepting = __atomic_load_n(s_accepting_workers, __ATOMIC_SEQ_CST); in lsapi_prefork_server_accept()
3232 && accepting > 0) in lsapi_prefork_server_accept()
3235 while(accepting-- > 0) in lsapi_prefork_server_accept()
3500 int accepting = 0; in LSAPI_Accept_Before_Fork() local
3502 accepting = __atomic_load_n(s_accepting_workers, __ATOMIC_SEQ_CST); in LSAPI_Accept_Before_Fork()
3505 && accepting > 0) in LSAPI_Accept_Before_Fork()
3508 while(accepting-- > 0) in LSAPI_Accept_Before_Fork()
/PHP-8.2/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.2/ext/ftp/tests/
H A Dserver.inc53 if (!$s) die("Error accepting a new connection\n");

Completed in 26 milliseconds