Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 85) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS361 . Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
651 . Fixed bug #80114 (parse_url does not accept URLs with port 0). (cmb, twosee)
852 . Fixed bug #73926 (phpdbg will not accept input on restart execution). (cmb)
1665 . Fixed bug #77518 (SeekableIterator::seek() should accept 'int' typehint as
1698 . Implemented FR #78177 (Make proc_open accept command array). (Nikita)
2565 . Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format
2783 . Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator
2785 . Fixed bug #74719 (fopen() should accept NULL as context). (Alexander Holman)
2797 . Fixed bug #76755 (setcookie does not accept "double" type for expire time).
H A Dphp.ini-development599 ; Some loggers only accept NVT-ASCII, others accept anything that's not
690 ; Maximum size of POST data that PHP will accept.
1345 ; Strict session mode does not accept an uninitialized session ID, and
H A Dphp.ini-production599 ; Some loggers only accept NVT-ASCII, others accept anything that's not
690 ; Maximum size of POST data that PHP will accept.
1345 ; Strict session mode does not accept an uninitialized session ID, and
H A DUPGRADING311 accept an additional $flags argument, with support for the
484 . SplFileObject::fputcsv(), ::fgetcsv() and ::setCsvControl() now accept an
490 . fputcsv() and fgetcsv() now accept an empty string as $escape argument,
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c469 jump_list *accept; member
9571 jump_list *save_accept = common->accept; in compile_assert_matchingpath()
9671 common->accept = NULL; in compile_assert_matchingpath()
9692 common->accept = save_accept; in compile_assert_matchingpath()
9696 if (common->accept != NULL) in compile_assert_matchingpath()
9771 common->accept = save_accept; in compile_assert_matchingpath()
9971 common->accept = save_accept; in compile_assert_matchingpath()
13226 common->accept = NULL; in compile_recurse()
13355 if (common->accept != NULL) in compile_recurse()
13359 set_jumps(common->accept, LABEL()); in compile_recurse()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi_parser.c317 int accept = -1; in get_skip_sym() local
1054 accept = YY__POINT; in get_skip_sym()
1148 accept = YY__SLASH; in get_skip_sym()
1276 accept = YY_DECNUMBER; in get_skip_sym()
1302 accept = YY_DECNUMBER; in get_skip_sym()
1316 accept = YY_DECNUMBER; in get_skip_sym()
1446 accept = YY_OCTNUMBER; in get_skip_sym()
1594 accept = YY_HEXNUMBER; in get_skip_sym()
1608 accept = YY_HEXNUMBER; in get_skip_sym()
1665 if (accept >= 0) { in get_skip_sym()
[all …]
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2574 client_sock = accept(server->server_sock, sa, &socklen); in php_cli_server_do_event_for_each_fd_callback()
/PHP-7.4/ext/ftp/
H A Dftp.c1652 return accept(s, addr, addrlen); in my_accept()
/PHP-7.4/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt20 // Only accept TLSv1.0 and TLSv1.2 connections
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1570 pReq->m_fd = accept( pReq->m_fdListen, in LSAPI_Accept_r()
2810 fd = accept( fdListen, (struct sockaddr *)&achPeer, &len ); in lsapi_accept()
/PHP-7.4/ext/intl/tests/
H A Dbug80763.phpt2 Bug #80763 (msgfmt_format() does not accept DateTime references)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt172 /* Note: very weak testing, we accept almost any result */
H A Dmysqli_report_new.phpt39 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_report_wo_ps.phpt66 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_kill.phpt70 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dbug74547.phpt2 Bug #74547 mysqli::change_user() doesn't accept null as $database argument w/strict_types
/PHP-7.4/build/
H A Dlibtool.m42295 # but apparently some variants of GNU ld only accept -v.
2327 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2430 # Let's accept both of them until this is cleared up.
5165 # ICC 10 doesn't accept -KPIC any more.
/PHP-7.4/main/
H A Dnetwork.c747 clisock = accept(srvsock, (struct sockaddr*)&sa, &sl);
/PHP-7.4/ext/spl/
H A Dspl_iterators.c38 #ifdef accept
39 #undef accept
1959 SPL_METHOD(CallbackFilterIterator, accept) in SPL_METHOD() argument
1999 SPL_METHOD(RegexIterator, accept) in SPL_METHOD() argument
2248 SPL_METHOD(RecursiveRegexIterator, accept) in SPL_METHOD() argument
2357 SPL_ABSTRACT_ME(FilterIterator, accept, arginfo_recursive_it_void)
2368 SPL_ME(CallbackFilterIterator, accept, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
2397 …SPL_MA(ParentIterator, accept, RecursiveFilterIterator, hasChildren, arginfo_recursive_…
2423 SPL_ME(RegexIterator, accept, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
2444 SPL_ME(RecursiveRegexIterator, accept, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt14 * does not accept IPV6_TCLASS messages. We still test that sendmsg() works
/PHP-7.4/ext/session/tests/
H A Dsession_module_name_variation4.phpt36 // the session may have been GC'd or not; we accept either outcome
/PHP-7.4/ext/standard/tests/network/
H A Dtcp6loop.phpt38 die('Unable to accept connection');
/PHP-7.4/ext/sockets/
H A Dsockets.c555 out_sock->bsd_socket = accept(in_sock->bsd_socket, la, la_len);
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch22 # so don't accept as MP3 until we've tested the rate
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1210 *socket = accept(server, (struct sockaddr *) &address, &size); in phpdbg_remote_init()

Completed in 138 milliseconds

1234