Home
last modified time | relevance | path

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

1234

/php-src/ext/spl/tests/
H A Diterator_003.phpt38 public function accept(): bool
/php-src/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt20 // Only accept TLSv1.0 and TLSv1.2 connections
/php-src/ext/phar/tests/
H A Dbug54289.phpt2 Bug #54289 Phar::extractTo() does not accept specific directories to be extracted
/php-src/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt15 * does not accept IPV6_TCLASS messages */
H A Dsocket_sendrecvmsg_multi_msg.phpt13 * does not accept IPV6_TCLASS messages. We still test that sendmsg() works
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject_ctor_args.phpt103 User-supplied statement does not accept constructor arguments
H A Dpdo_mysql_attr_server_version.phpt42 // Lets accept also int if it follows the rules from the original MYSQL C API
/php-src/ext/mbstring/tests/
H A Dmb_strripos_variation5_Bug45923.phpt25 * mb_strripos should not be able to accept negative values as $offset.
H A Dmb_stripos_variation5_Bug45923.phpt25 * mb_stripos should not be able to accept negative values as $offset.
H A Dcp936_encoding.phpt18 // On output, we emit U+FF5E FULLWIDTH TILDE, but we accept U+223C as input
22 // On output, we emit U+00B0 RING OPERATOR, but we accept U+2218 as input
26 // On output, we emit U+FFE3 FULLWIDTH MACRON, but we accept U+203E as input
H A Dsjismac_encoding.phpt62 * However, when converting Unicode -> MacJapanese, we accept both U+2014
H A Dutf8_mobile_encodings.phpt113 // accept U+FEE26 and convert it to the same SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK emoji
/php-src/ext/spl/
H A Dspl_iterators_arginfo.h320 ZEND_METHOD(CallbackFilterIterator, accept);
395 ZEND_METHOD(RegexIterator, accept);
404 ZEND_METHOD(RecursiveRegexIterator, accept);
426 …ZEND_ME(CallbackFilterIterator, accept, arginfo_class_CallbackFilterIterator_accept, ZEND_ACC_PUBL…
572 ZEND_ME(RegexIterator, accept, arginfo_class_RegexIterator_accept, ZEND_ACC_PUBLIC)
585 …ZEND_ME(RecursiveRegexIterator, accept, arginfo_class_RecursiveRegexIterator_accept, ZEND_ACC_PUBL…
H A Dspl_dllist.c54 #ifdef accept
55 #undef accept
H A Dspl_iterators.c38 #ifdef accept
39 #undef accept
1793 PHP_METHOD(CallbackFilterIterator, accept) in PHP_METHOD() argument
1824 PHP_METHOD(RegexIterator, accept) in PHP_METHOD() argument
2061 PHP_METHOD(RecursiveRegexIterator, accept) in PHP_METHOD() argument
/php-src/ext/mysqli/tests/
H A Dmysqli_kill.phpt59 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_report_wo_ps.phpt70 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_stmt_result_metadata_sqltests.phpt168 /* Note: very weak testing, we accept almost any result */
/php-src/ext/ffi/
H A Dffi_parser.c315 int accept = -1; in get_skip_sym() local
1052 accept = YY__POINT; in get_skip_sym()
1146 accept = YY__SLASH; in get_skip_sym()
1274 accept = YY_DECNUMBER; in get_skip_sym()
1300 accept = YY_DECNUMBER; in get_skip_sym()
1314 accept = YY_DECNUMBER; in get_skip_sym()
1444 accept = YY_OCTNUMBER; in get_skip_sym()
1592 accept = YY_HEXNUMBER; in get_skip_sym()
1606 accept = YY_HEXNUMBER; in get_skip_sym()
1663 if (accept >= 0) { in get_skip_sym()
[all …]
/php-src/sapi/fpm/
H A Dwww.conf.in31 ; The address on which to accept FastCGI requests.
260 ; The address on which to accept FastCGI status request. This creates a new
301 ; it can accept the following format:
306 ; it can accept the following format:
321 ; it can accept the following format:
342 ; it can accept a strftime(3) format:
347 ; it can accept a strftime(3) format:
/php-src/docs-old/
H A Dinput-filter.md4 be quite difficult to prevent. Whenever you accept user data and somehow display
H A Dparameter-parsing-api.md252 /* Function that doesn't accept any arguments */
/php-src/build/
H A Dax_gcc_func_attribute.m4228 dnl provided but only outputs a warning, so accept the attribute
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt64 $cmd = "openssl s_server -key $serverKeyPath -cert $serverCertPath -accept $port -www -CAfile $clie…
/php-src/sapi/fpm/tests/
H A Dfcgi.inc741 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim…
854 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim…

Completed in 77 milliseconds

1234