Home
last modified time | relevance | path

Searched refs:part (Results 151 – 175 of 185) sorted by relevance

12345678

/php-src/ext/standard/
H A Dstring.c1765 bool part = 0; local
1771 Z_PARAM_BOOL(part)
1780 if (part) {
1798 if (part) {
1808 bool part = 0; local
1814 Z_PARAM_BOOL(part)
1840 bool part; variable
1844 Z_FLF_PARAM_BOOL(3, part);
2167 bool part = 0; local
2173 Z_PARAM_BOOL(part)
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
H A Dbug50698_2.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
/php-src/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt64 * If ever we want to enforce this part of the spec, uncomment the following test */
138 /* 2. The first half of a surrogate pair might be followed by an invalid 2nd part, */
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.
H A Dutf_encodings.phpt847 // First half of surrogate pair not followed by second part
867 // First half of surrogate pair not followed by second part
873 // Two successive codepoints which are both the 1st part of a surrogate pair
/php-src/ext/bcmath/libbcmath/
H A DLICENSE183 table, the facility still operates, and performs whatever part of
198 distribute the same sections as part of a whole which is a work based
201 entire whole, and thus to each and every part regardless of who wrote
227 This option is useful when you wish to copy part of the code of
256 that is part of the Library, the object code for the work may be a
349 that part of it is a work based on the Library, and explaining
/php-src/ext/opcache/jit/
H A DREADME.md7 to produce optimized native code. The necessary part of the IR
/php-src/ext/standard/libavifinfo/
H A DPATENTS80 extent they are used as part of an Implementation.
/php-src/Zend/tests/typehints/
H A Dor_null.phpt6 …y_missing_return_type` functions which produces an "or null"/"or be null" part in its error message
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt29 // 1. install MS Access (part of MS Office) and include ODBC (Development tools feature)
/php-src/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt266 &part; U+02202
H A Dget_html_translation_table_basic5.phpt1201 [∂] => &part;
/php-src/ext/spl/
H A Dspl_iterators.c1062 zend_long part; in PHP_METHOD() local
1066 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lS", &part, &prefix) == FAILURE) { in PHP_METHOD()
1070 if (0 > part || part > 5) { in PHP_METHOD()
1075 zend_string_release(object->prefix[part]); in PHP_METHOD()
1076 object->prefix[part] = zend_string_copy(prefix); in PHP_METHOD()
H A Dspl_iterators_arginfo.h306 ZEND_ARG_TYPE_INFO(0, part, IS_LONG, 0)
/php-src/sapi/fpm/tests/
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).
H A Dfcgi.inc3 * This file is part of PHP-FastCGI-Client.
/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/build/
H A Dpkg.m423 dnl distribute this file as part of a program that contains a
H A Dphp_cxx_compile_stdcxx.m478 dnl The relevant part of the unchanged original implementation is below.
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re256 add_error(s, "Missing expected time part");
/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/ext/mbstring/
H A Dmbstring.c2156 bool reverse_mode = false, part = false; in php_mb_strstr_variants() local
2165 Z_PARAM_BOOL(part) in php_mb_strstr_variants()
2185 if (part) { in php_mb_strstr_variants()

Completed in 142 milliseconds

12345678