Home
last modified time | relevance | path

Searched refs:accept (Results 51 – 75 of 91) sorted by relevance

1234

/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt42 // Lets accept also int if it follows the rules from the original MYSQL C API
H A Dpdo_mysql___construct.phpt42 // MySQL Server might accept anonymous connections, don't
/PHP-5.6/ext/pdo/
H A DTODO52 ATTR_TRACE_FILE will accept a string or a stream.
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in26 ; The address on which to accept FastCGI requests.
259 ; it can accept the following format:
264 ; it can accept the following format:
279 ; it can accept the following format:
300 ; it can accept a strftime(3) format:
305 ; it can accept a strftime(3) format:
H A Dphp-fpm.conf.in152 ; The address on which to accept FastCGI requests.
393 ; it can accept the following format:
398 ; it can accept the following format:
413 ; it can accept the following format:
434 ; it can accept a strftime(3) format:
437 ; it can accept a strftime(3) format:
/PHP-5.6/ext/mbstring/tests/
H A Dmb_stripos_variation5_Bug45923.phpt34 * mb_stripos should not be able to accept negative values as $offset.
H A Dmb_strpos_variation5.phpt33 * mb_strpos should not be able to accept negative values as $offset.
H A Dmb_strripos_variation5_Bug45923.phpt34 * mb_strripos should not be able to accept negative values as $offset.
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_kill.phpt73 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_report_wo_ps.phpt69 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_stmt_result_metadata_sqltests.phpt172 /* Note: very weak testing, we accept almost any result */
/PHP-5.6/sapi/thttpd/
H A Dthttpd.c316 CONDADD(HTTP_ACCEPT, accept); in sapi_thttpd_register_variables()
514 HANDLE_STR(accept); \
/PHP-5.6/sapi/webjames/
H A Dwebjames.c160 ADD_FIELD("HTTP_ACCEPT", accept); in sapi_webjames_register_variables()
/PHP-5.6/
H A DREADME.input_filter5 and can be quite difficult to prevent. Whenever you accept user data
H A DCODING_STANDARDS192 accept C++-style comments in C code, you have to ensure that your
196 is known to accept C++-style comments in C code.
/PHP-5.6/ext/spl/
H A Dspl_iterators.c40 #ifdef accept
41 #undef accept
2003 SPL_METHOD(CallbackFilterIterator, accept) in SPL_METHOD() argument
2041 SPL_METHOD(RegexIterator, accept) in SPL_METHOD() argument
2315 SPL_METHOD(RecursiveRegexIterator, accept) in SPL_METHOD() argument
2439 SPL_ABSTRACT_ME(FilterIterator, accept, arginfo_recursive_it_void)
2450 SPL_ME(CallbackFilterIterator, accept, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
2479 …SPL_MA(ParentIterator, accept, RecursiveFilterIterator, hasChildren, arginfo_recursive_…
2506 SPL_ME(RegexIterator, accept, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
2527 SPL_ME(RecursiveRegexIterator, accept, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c60 #ifdef accept
61 #undef accept
/PHP-5.6/sapi/tux/
H A Dphp_tux.c236 CONDADD(HTTP_ACCEPT, accept); in sapi_tux_register_variables()
/PHP-5.6/ext/openssl/
H A DREADME71 Note that this function does not accept the extended key specification
110 Note that this function does not accept the extended cert specification
/PHP-5.6/ext/pgsql/
H A DREADME90 pg_get_result(). It does not accept multiple query, but it accepts
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c881 (*socket)[0] = accept(
890 (*socket)[1] = accept(
/PHP-5.6/sapi/litespeed/
H A DREADME72 have lsphp accept request on Unix domain socket "/tmp/lsphp_manual.sock"
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c406 jump_list *accept; member
6480 jump_list *save_accept = common->accept; in compile_assert_matchingpath()
6564 common->accept = NULL; in compile_assert_matchingpath()
6585 common->accept = save_accept; in compile_assert_matchingpath()
6589 if (common->accept != NULL) in compile_assert_matchingpath()
6659 common->accept = save_accept; in compile_assert_matchingpath()
6852 common->accept = save_accept; in compile_assert_matchingpath()
9708 common->accept = NULL; in compile_recurse()
9756 set_jumps(common->accept, LABEL()); in compile_recurse()
10120 if (common->accept != NULL) in PRIV()
[all …]
/PHP-5.6/main/
H A Dnetwork.c736 clisock = accept(srvsock, (struct sockaddr*)&sa, &sl);
/PHP-5.6/sapi/fpm/fpm/
H A Dfastcgi.c852 req->fd = accept(listen_socket, (struct sockaddr *)&sa, &len);

Completed in 113 milliseconds

1234