Home
last modified time | relevance | path

Searched refs:i (Results 2226 – 2250 of 2297) sorted by relevance

1...<<81828384858687888990>>...92

/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt72 // i - add PID of the current process
77 $trace = try_control_string($link, 't:O,' . $trace_file . ':i', $trace_file, 30);
H A Dmysqli_stmt_execute.phpt64 if (!mysqli_stmt_bind_param($stmt, "i", $limit))
/php-src/ext/opcache/
H A Dconfig.m438 [[i[34567]86*|x86*|aarch64|amd64]], [],
82 [[i[34567]86*|x86*]], [
/php-src/ext/standard/
H A Dstreamsfuncs.c882 int i; in user_space_stream_notifier() local
898 for (i = 0; i < 6; i++) { in user_space_stream_notifier()
899 zval_ptr_dtor(&zvs[i]); in user_space_stream_notifier()
H A Dfile.c591 int i = 0; in PHP_FUNCTION() local
648 add_index_stringl(return_value, i++, s, p-s); in PHP_FUNCTION()
661 add_index_stringl(return_value, i++, s, p-s-windows_eol); in PHP_FUNCTION()
1741 uint32_t count, i = 0; in php_fputcsv() local
1782 if (++i != count) { in php_fputcsv()
/php-src/ext/phar/
H A Dzip.c234 uint16_t i; in phar_parse_zipfile() local
393 for (i = 0; i < PHAR_GET_16(locator.count); ++i) { in phar_parse_zipfile()
411 entry.manifest_pos = i; in phar_parse_zipfile()
539 if (i != PHAR_GET_16(locator.count) - 1) { in phar_parse_zipfile()
H A Dphar.c99 uint32_t i = 0; in phar_split_cache_list() local
137 phar->phar_pos = i++; in phar_split_cache_list()
3495 for (uint32_t i = 0; i < zend_hash_num_elements(&cached_phars); ++i) { in PHP_RSHUTDOWN_FUNCTION() local
3496 if (PHAR_G(cached_fp)[i].fp) { in PHP_RSHUTDOWN_FUNCTION()
3497 php_stream_close(PHAR_G(cached_fp)[i].fp); in PHP_RSHUTDOWN_FUNCTION()
3499 if (PHAR_G(cached_fp)[i].ufp) { in PHP_RSHUTDOWN_FUNCTION()
3500 php_stream_close(PHAR_G(cached_fp)[i].ufp); in PHP_RSHUTDOWN_FUNCTION()
3502 efree(PHAR_G(cached_fp)[i].manifest); in PHP_RSHUTDOWN_FUNCTION()
/php-src/ext/xml/tests/
H A Dbug32001b.phpt45 $canonical_name = preg_replace('/BE|LE/i', '', $this->encoding);
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c1316 sljit_s32 i, next, reg_idx, offset; in sljit_emit_mem() local
1349 for (i = 0; i < 2; i++) { in sljit_emit_mem()
1350 reg_idx = next > 0 ? i : (i ^ 0x1); in sljit_emit_mem()
/php-src/ext/standard/tests/file/
H A Dfile.inc219 $size = size of the fill in terms of kilobyte, i.e size of the file.
338 $size = size of the fill in terms of kilobyte, i.e size of the file.
560 // if the $return_value is false, i.e all the element do not match then
645 // if the result is false(i.e values are not as expected),
/php-src/ext/mbstring/tests/
H A Dgb18030_encoding.phpt276 $i = rand(0, $n-1);
277 $gb = fourByteCodeFromIndex(fourByteCodeIndex($byte4, $byte3, $byte2, $byte1) + $i);
278 $unicode += $i;
/php-src/
H A DCODING_STANDARDS.md143 meaning (e.g. `for (i=0; i<100; i++) ...`).
/php-src/Zend/
H A Dzend_vm_def.h3439 uint32_t i; variable
3464 for (i = 0; i <= opline->extended_value; i++) {
3475 for (i = 0; i <= opline->extended_value; i++) {
3484 for (i = 0; i <= opline->extended_value; i++) {
3485 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
8127 for (i = throw_op_num; i < range->end; i++) {
8143 for (i = 0; i < EX(func)->op_array.last_try_catch; i++) {
9560 uint32_t i = skip; in ZEND_HASH_FILL_PACKED() local
9561 p = EX_VAR_NUM(i); in ZEND_HASH_FILL_PACKED()
9576 i++; in ZEND_HASH_FILL_PACKED()
[all …]
H A Dzend_language_scanner.l2054 size_t i;
2055 for (i = 0; i < len; i++) {
2056 if (lnum[i] == '8' || lnum[i] == '9') {
2067 len = i;
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c3346 uint32_t i; in zend_jit_rope_end() local
3350 for (i = 0; i <= count; i++) { in zend_jit_rope_end()
3351 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in zend_jit_rope_end()
3352 len += ZSTR_LEN(rope[i]); in zend_jit_rope_end()
3358 for (i = 0; i <= count; i++) { in zend_jit_rope_end()
3359 target = zend_mempcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i])); in zend_jit_rope_end()
3360 zend_string_release_ex(rope[i], 0); in zend_jit_rope_end()
/php-src/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt29 <texts>abc<i/>def<i/>abc</texts>
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, string $f, bool $g, int $h, float $i, NotExisting …
/php-src/sapi/fuzzer/
H A DREADME.md32 * `php-fuzz-mbregex`: Fuzzing `mb_ereg[i]()` (requires --enable-mbstring)
/php-src/docs/source/core/data-structures/
H A Dzval.rst45 zend_long lval; /* long value, i.e. int. */
46 double dval; /* double value, i.e. float. */
/php-src/ext/dom/
H A Dxml_serializer.c898 for (int i = 0; i < indent; i++) { in dom_xml_output_indents() local
/php-src/ext/sockets/
H A Dsockets.c1810 size_t i; local
1821 for (i = 0; i < optlen / sizeof(struct fil_info); i++) {
1822 add_index_string(return_value, i, fi[i].fi_name);
/php-src/ext/xml/
H A Dxml.c757 for (size_t i = 0; i < ZSTR_LEN(decoded_value); i++) { in xml_characterDataHandler() local
758 switch (ZSTR_VAL(decoded_value)[i]) { in xml_characterDataHandler()
/php-src/docs/
H A Drelease-process.md273 > version numbers that end in `-dev` in these files. The main branch (i.e.
462 5. �� **For pre-GA *RCs* only,** coordinate with the social media team (i.e.,
694 This will create a release file (i.e., `releases/X_Y_Z.php`) and a news entry
695 file (i.e., `archive/entries/YYYY-MM-DD-n.xml`), while also updating
790 13. Coordinate with the social media team (i.e., Derick) to
795 ## Re-releasing the same version or a patch-level (i.e., `-plN`)
808 and release a patch-level (i.e., *pl*) release. If it is not critical and/or
868 version branch. This frees up the main branch (i.e., `master`) for any new
876 i.e. `PHP-X.Y`.
878 3. Add a commit on the main branch (i.e., `master`) after the branch point.
/php-src/ext/spl/tests/
H A Dfixedarray_003.phpt38 $o['03'] = 'i';
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros45 #define thetaRhoPiChiIotaPrepareTheta(i, A, E) \
63 E##ba ^= KeccakF1600RoundConstants[i]; \
161 #define thetaRhoPiChiIota(i, A, E) \
179 E##ba ^= KeccakF1600RoundConstants[i]; \
253 #define thetaRhoPiChiIotaPrepareTheta(i, A, E) \
271 E##ba ^= KeccakF1600RoundConstants[i]; \
369 #define thetaRhoPiChiIota(i, A, E) \
387 E##ba ^= KeccakF1600RoundConstants[i]; \

Completed in 152 milliseconds

1...<<81828384858687888990>>...92