Home
last modified time | relevance | path

Searched refs:position (Results 201 – 225 of 318) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_basic.phpt47 /* Write the data in to the file, verify the write by checking file pointer position,
48 eof position, and data. */
H A Dfgetc_variation3.phpt40 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgetcsv_variation21.phpt57 // check the file pointer position and if eof
H A Dfgets_variation1.phpt39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfwrite_variation1-win32-mb.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation1.phpt47 /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgetss_basic1.phpt57 var_dump( ftell($file_handle) ); // checking file pointer position initially
H A Dfgets_basic.phpt33 var_dump( ftell($file_handle) ); // ensure the file pointer position
39 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgetcsv_variation13.phpt54 // check the file pointer position and if eof
H A Dfgetcsv_variation20.phpt57 // check the file pointer position and if eof
H A Dfputcsv_variation10.phpt53 // check the file pointer position and eof
H A Dfscanf_variation55.phpt74 // current file pointer position
78 // current file pointer position after rewind operation
H A Dfgetss_basic2.phpt67 var_dump( ftell($file_handle) ); // checking file pointer position initially
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/PHP-7.4/ext/intl/
H A Dphp_intl.c163 ZEND_ARG_INFO(1, position)
170 ZEND_ARG_INFO(1, position)
245 ZEND_ARG_INFO(1, position)
/PHP-7.4/ext/phar/
H A Dphar_internal.h449 zend_off_t position; member
549 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…
H A Dutil.c116 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f… in phar_seek_efp() argument
144 temp = eoffset + position + offset; in phar_seek_efp()
428 (*ret)->position = 0; in phar_get_entry_data()
477 (*ret)->position = 0; in phar_get_entry_data()
608 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
/PHP-7.4/ext/spl/
H A Dspl_array.c1347 zend_long opos, position; in SPL_METHOD() local
1353 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &position) == FAILURE) { in SPL_METHOD()
1357 opos = position; in SPL_METHOD()
1359 if (position >= 0) { /* negative values are not supported */ in SPL_METHOD()
1363 while (position-- > 0 && (result = spl_array_next(intern)) == SUCCESS); in SPL_METHOD()
1951 ZEND_ARG_INFO(0, position)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt41 printf("[007] Cannot seek to position %d, [%d] %s\n",
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr.phpt64 /* Testing to return empty string when start denotes the position beyond the truncation (set by neg…
H A Dstrrpos_variation10.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.4/docs/
H A Dmailinglist-rules.md57 aggregate your current position into a single mail instead of multiple
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt44 // check the file pointer position and eof
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2250 int position; in ZEND_METHOD() local
2356 position= (int)Z_LVAL_P(parameter); in ZEND_METHOD()
2357 if (position < 0 || (uint32_t)position >= num_args) { in ZEND_METHOD()
2364 position = -1; in ZEND_METHOD()
2374 position = i; in ZEND_METHOD()
2384 position = i; in ZEND_METHOD()
2390 if (position == -1) { in ZEND_METHOD()
2397 ref->arg_info = &arg_info[position]; in ZEND_METHOD()
2398 ref->offset = (uint32_t)position; in ZEND_METHOD()
2410 if (arg_info[position].name) { in ZEND_METHOD()
[all …]

Completed in 88 milliseconds

12345678910>>...13