Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 184) sorted by last modified time

12345678

/php-src/ext/mbstring/
H A Dmbstring.c2151 bool reverse_mode = false, part = false; in php_mb_strstr_variants() local
2160 Z_PARAM_BOOL(part) in php_mb_strstr_variants()
2180 if (part) { in php_mb_strstr_variants()
/php-src/build/
H A Dlibtool.m41325 # assumed that no part of a normal pathname contains ";" but that should
4131 # This file is part of GNU Libtool:
4149 # distribute this file as part of a program that contains a
H A Dphp.m41457 dnl LIBS. This should be called in the ACTION-IF-NOT-FOUND part of
H A Dphp_cxx_compile_stdcxx.m478 dnl The relevant part of the unchanged original implementation is below.
/php-src/docs/
H A Drelease-process.md669 Find the part of the `$data` array that is related to your version (e.g.,
987 - Prefered Unix username (will also become part of location to download RCs,
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c529 bool part = 0; in strstr_common_handler() local
531 …eters(ZEND_NUM_ARGS(), "ss|b", &haystack, &haystack_len, &needle, &needle_len, &part) == FAILURE) { in strstr_common_handler()
549 if (part) { in strstr_common_handler()
570 if (part) { in strstr_common_handler()
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt82 // causing only part of the linefeed string to be used
94 // Regression test: After decoding part of a line as ASCII, before we switch into Base64/QPrint enc…
H A Dmb_substr.phpt123 * by mb_strpos would not extract the desired part of the string when passed to mb_substr.
/php-src/scripts/dev/
H A Dmakedist51 - last part of tag is optional and is one of RC, alpha, or
/php-src/sapi/fpm/tests/
H A Dtester.inc791 foreach ($parts as $part) {
792 if (!is_array($part)) {
793 $part = ['name' => $part];
794 } elseif ( ! isset($part['name'])) {
795 throw new \Exception('Each part has to have a name');
797 $name = $part['name'];
798 $dispositionType = $part['disposition'] ?? 'form-data';
799 $dispositionParam = $part['param'] ?? 'name';
800 $value = $part['value'] ?? 'test';
801 $partHeaders = $part['headers'] ?? [];
H A Dlogtool.inc372 * Check whether matched message part matches the expected message.
374 * @param string $matchedMessage The output message or part of it (match).
/php-src/ext/standard/
H A Dstring.c1766 bool part = 0; local
1772 Z_PARAM_BOOL(part)
1781 if (part) {
1799 if (part) {
1809 bool part = 0; local
1815 Z_PARAM_BOOL(part)
1841 bool part; variable
1845 Z_FLF_PARAM_BOOL(3, part);
2168 bool part = 0; local
2174 Z_PARAM_BOOL(part)
[all …]
/php-src/ext/spl/
H A Dspl_iterators_arginfo.h306 ZEND_ARG_TYPE_INFO(0, part, IS_LONG, 0)
H A Dspl_iterators.c1098 zend_long part; in PHP_METHOD() local
1102 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lS", &part, &prefix) == FAILURE) { in PHP_METHOD()
1106 if (0 > part || part > 5) { in PHP_METHOD()
1111 zend_string_release(object->prefix[part]); in PHP_METHOD()
1112 object->prefix[part] = zend_string_copy(prefix); in PHP_METHOD()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt31 …* The solution is to check whether it could have been part of a multibyte sequence, but the che…
H A Dpdo_mysql_stmt_fetch_non_select.phpt50 // MyISAM engine should be part of _every_ MySQL today
125 // MyISAM engine should be part of _every_ MySQL today
H A Dpdo_mysql_stmt_unbuffered_2050.phpt45 PHP/PDO will send a CLOSE message as part of the PDO::query() call.
/php-src/ext/curl/
H A Dinterface.c1362 curl_mimepart *part; in add_simple_field() local
1368 part = curl_mime_addpart(mime); in add_simple_field()
1369 if (part == NULL) { in add_simple_field()
1374 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in add_simple_field()
1392 curl_mimepart *part; in build_mime_structure_from_hash() local
1460 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
1461 if (part == NULL) { in build_mime_structure_from_hash()
1516 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
1517 if (part == NULL) { in build_mime_structure_from_hash()
1523 || (form_error = curl_mime_filename(part, filename)) != CURLE_OK in build_mime_structure_from_hash()
[all …]
/php-src/docs/source/core/data-structures/
H A Dzval.rst141 - Access the ``zval.u1.v.type`` part of the type flags, containing the ``IS_*`` type.
/php-src/docs-old/
H A Dparameter-parsing-api.md54 part of the conversion process.
H A Dstreams.md355 Once you have that part figured out, you can write your implementation and
/php-src/ext/fileinfo/
H A Dlibmagic.patch1872 - /* take dir part */
/php-src/
H A DCONTRIBUTING.md98 …e-representation-in-PHP-7-part-1.html), [part 2](https://www.npopov.com/2015/06/19/Internal-value-…
110 …tps://phpinternals.net/articles/implementing_a_range_operator_into_php), [part 2](https://phpinter…
211 └─ ir/ # Bundled part of IR framework https://github.com/dstogov/ir
/php-src/ext/soap/
H A Dphp_sdl.c459 xmlNodePtr message, part; in wsdl_soap_binding_header() local
483 if (!part) { in wsdl_soap_binding_header()
518 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
522 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
524 h->element = get_element(ctx->sdl, part, tmp->children->content); in wsdl_soap_binding_header()
670 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
703 part = trav; in wsdl_message()
708 name = get_attribute(part->properties, "name"); in wsdl_message()
715 type = get_attribute(part->properties, "type"); in wsdl_message()
719 element = get_attribute(part->properties, "element"); in wsdl_message()
[all …]
/php-src/ext/pdo_odbc/
H A Dconfig.m43 of: ibm-db2, iODBC, unixODBC, generic. If ',dir' part is omitted, default for

Completed in 154 milliseconds

12345678