Home
last modified time | relevance | path

Searched refs:end (Results 326 – 350 of 677) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/standard/tests/file/
H A D007_variation12.phpt41 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation20.phpt36 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfgetcsv_variation22.phpt2 Test fgetcsv() : usage variations - with default enclosure, file pointer pointing at end of file
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***\n";
72 // now file pointer should point to end of the file, try reading again
82 } //end of mode loop
83 } // end of foreach
88 *** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***
H A Dfgetcsv_variation29.phpt2 Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of…
73 // now file pointer should point to end of the file, try reading again
83 } //end of mode loop
84 } // end of foreach
89 *** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of file …
H A Dfgetcsv_variation30.phpt2 Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of fi…
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end o…
72 // now file pointer should point to end of the file, try reading again
82 } //end of mode loop
83 } // end of foreach
88 *** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end of file…
H A Dfgetcsv_variation31.phpt2 Test fgetcsv() : usage variations - with length and enclosure, file pointer pointing at end of file
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***\n";
73 // now file pointer should point to end of the file, try reading again
84 } //end of mode loop
85 } // end of foreach
90 *** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***
H A Dfseek_ftell_rewind_variation5.phpt49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
50 } //end of offset loop
57 } //end of file_mode loop
58 } //end of file_content_types loop
H A Dfwrite_variation4-win32.phpt15 written or the end of string reached, whichever comes first.
68 } // end of inner foreach loop
69 } // end of outer foreach loop
H A Dfwrite_variation4.phpt15 written or the end of string reached, whichever comes first.
68 } // end of inner foreach loop
69 } // end of outer foreach loop
H A Dfseek_ftell_rewind_variation4-win32.phpt56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
57 } //end of offset loop
64 } //end of file_mode loop
65 } //end of file_content_types loop
H A Dfseek_ftell_rewind_variation4.phpt56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
57 } //end of offset loop
64 } //end of file_mode loop
65 } //end of file_content_types loop
H A Dfseek_ftell_rewind_variation6-win32.phpt56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
57 } //end of offset loop
64 } //end of file_mode loop
65 } //end of file_content_types loop
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_btree.c128 pos.end = lower_idx; in phpdbg_btree_find_between()
137 if (result == NULL || result->idx < pos->end) { in phpdbg_btree_next()
/PHP-7.4/ext/standard/
H A Dmath.c936 char *ptr, *end; in _php_math_longtobase() local
945 end = ptr = buf + sizeof(buf) - 1; in _php_math_longtobase()
954 return zend_string_init(ptr, end - ptr, 0); in _php_math_longtobase()
973 char *ptr, *end; in _php_math_zvaltobase() local
982 end = ptr = buf + sizeof(buf) - 1; in _php_math_zvaltobase()
990 return zend_string_init(ptr, end - ptr, 0); in _php_math_zvaltobase()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re447 char *begin, *end, *str;
462 end = *ptr;
490 char *begin, *end, *str;
505 end = *ptr;
537 char *begin = *ptr, *end;
544 end = *ptr;
577 end = *ptr;
624 end = *ptr;
720 end = *ptr;
748 end = *ptr;
[all …]
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1169 end = len; in mbfl_substr()
1171 end = start + length; in mbfl_substr()
1178 end = start; in mbfl_substr()
1184 end = n; in mbfl_substr()
1198 if (end > len) { in mbfl_substr()
1199 end = len; in mbfl_substr()
1201 if (start > end) { in mbfl_substr()
1202 start = end; in mbfl_substr()
1206 n = end - start; in mbfl_substr()
1353 end = p; in mbfl_strcut()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_block_alloc.c57 && (ZEND_MM_ALIGNED_SIZE(size) <= ((char*)pool->arena->end - (char*)ptr))) { in mysqlnd_mempool_resize_chunk()
/PHP-7.4/ext/oci8/tests/
H A Dcalltimeout1.phpt25 $s = @oci_parse($c, "begin dbms_lock.sleep(:t); end;");
H A Derror_bind_3.phpt25 end;";
H A Dimp_res_get_cancel.phpt31 end;";
H A Dimp_res_get_exec.phpt27 end;";
/PHP-7.4/ext/exif/tests/
H A Dexif001.phpt82 string(13) "Comment #3end"
/PHP-7.4/main/
H A Drfc1867.c609 static size_t multipart_buffer_read(multipart_buffer *self, char *buf, size_t bytes, int *end) in multipart_buffer_read() argument
622 …if (end && php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->bounda… in multipart_buffer_read()
623 *end = 1; in multipart_buffer_read()
800 int end = 0; local
1001 end = 0;
1005 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end);
1072 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end);
1079 if (!cancel_upload && !end) {
/PHP-7.4/Zend/
H A Dbench.php363 $end = gethrtime();
365 $total += $end-$start;
366 $num = number_format($end-$start,3);
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1512 while (p < end) { in cache_script_in_shared_memory()
1524 while (p < end) { in cache_script_in_shared_memory()
2801 real_end = end; in accel_move_code_to_huge_pages()
2830 while (start < end) { in accel_move_code_to_huge_pages()
3366 while (b1 < end) { in preload_sort_classes()
3373 while (b2 < end) { in preload_sort_classes()
3390 while (b2 < end) { in preload_sort_classes()
3859 while (opline != end) { in preload_link()
4027 while (opline < end) { in preload_remove_empty_includes()
4161 while (p < end) { in preload_script_in_shared_memory()
[all …]

Completed in 132 milliseconds

1...<<11121314151617181920>>...28