Home
last modified time | relevance | path

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

/PHP-8.1/ext/zlib/tests/
H A D008.phpt2 zlib.output_compression=1 with client not accepting compression
/PHP-8.1/tests/lang/
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
/PHP-8.1/ext/standard/tests/streams/
H A Dbug70198.phpt29 /* just close the connection immediately after accepting,
/PHP-8.1/ext/pdo_mysql/tests/
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_stmt_variable_columncount.phpt50 // Lets try with a SP accepting parameters...
H A Dpdo_mysql_types.phpt48 … printf("[%03d + 5] Value seems wrong, accepting pattern %s got %s, check manually\n",
/PHP-8.1/build/
H A Dax_gcc_func_attribute.m468 # returning an int and not accepting any arguments and the result of the
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c3257 int accepting = 0; in lsapi_prefork_server_accept() local
3259 accepting = __atomic_load_n(s_accepting_workers, __ATOMIC_SEQ_CST); in lsapi_prefork_server_accept()
3262 && accepting > 0) in lsapi_prefork_server_accept()
3265 while(accepting-- > 0) in lsapi_prefork_server_accept()
3530 int accepting = 0; in LSAPI_Accept_Before_Fork() local
3532 accepting = __atomic_load_n(s_accepting_workers, __ATOMIC_SEQ_CST); in LSAPI_Accept_Before_Fork()
3535 && accepting > 0) in LSAPI_Accept_Before_Fork()
3538 while(accepting-- > 0) in LSAPI_Accept_Before_Fork()
/PHP-8.1/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.1/ext/ftp/tests/
H A Dserver.inc53 if (!$s) die("Error accepting a new connection\n");

Completed in 24 milliseconds