Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos_variation5_Bug45923.phpt33 * 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-7.4/ext/mysqli/tests/
H A Dmysqli_kill.phpt70 …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_stmt_result_metadata_sqltests.phpt172 /* Note: very weak testing, we accept almost any result */
/PHP-7.4/docs/
H A Dinput-filter.md4 be quite difficult to prevent. Whenever you accept user data and somehow display
H A Dparameter-parsing-api.md243 /* Function that doesn't accept any arguments */
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m4228 dnl provided but only outputs a warning, so accept the attribute
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch22 # so don't accept as MP3 until we've tested the rate
/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)
H A Dspl_dllist.c58 #ifdef accept
59 #undef accept
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c375 sr = accept(sl, (struct sockaddr *) &remote, (socklen_t *) &rlen); in PHPDBG_COMMAND()
/PHP-7.4/
H A DCODING_STANDARDS.md232 compliant compiler. Even though many compilers accept C++-style comments in
236 to accept C++-style comments in C code.
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 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,
H A DUPGRADING.INTERNALS48 changed to accept optional lower-case class name as zend_string*,
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
/PHP-7.4/sapi/litespeed/
H A DREADME.md77 have lsphp accept request on Unix domain socket `/tmp/lsphp_manual.sock`.
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt45 // MySQL Server might accept anonymous connections, don't
/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/main/
H A Dnetwork.c747 clisock = accept(srvsock, (struct sockaddr*)&sa, &sl);
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE357 9. You are not required to accept this License, since you have not
360 prohibited by law if you do not accept this License. Therefore, by
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE360 9. You are not required to accept this License, since you have not
363 prohibited by law if you do not accept this License. Therefore, by

Completed in 93 milliseconds

1234