Home
last modified time | relevance | path

Searched refs:end (Results 251 – 275 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-5.3/ext/standard/tests/file/
H A D007_variation12-win32.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_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 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_variation1.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 Dfseek_ftell_rewind_variation3.phpt50 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
51 } //end of offset loop
58 } //end of file_mode loop
59 } //end of file_content_types 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
H A Dfseek_ftell_rewind_variation6.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_variation7.phpt49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
50 } //end of offset loop
58 } //end of file_mode loop
59 } //end of file_content_types loop
H A Dfseek_ftell_rewind_variation8-win32.phpt57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
58 } //end of offset loop
65 } //end of file_mode loop
66 } //end of file_content_types loop
H A Dfseek_ftell_rewind_variation8.phpt57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
58 } //end of offset loop
65 } //end of file_mode loop
66 } //end of file_content_types loop
/PHP-5.3/ext/zip/lib/
H A Dzip_open.c358 char *end; in _zip_check_torrentzip() local
370 crc_should = strtoul(buf, &end, 16); in _zip_check_torrentzip()
371 if ((crc_should == UINT_MAX && errno != 0) || (end && *end)) in _zip_check_torrentzip()
/PHP-5.3/ext/bcmath/libbcmath/
H A DFAQ19 "fixed, but arbitrary" mantissa and so multiplying two floats will end
/PHP-5.3/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt12 * Description: Set up start and end element handlers
/PHP-5.3/ext/exif/tests/
H A Dexif001.phpt82 string(13) "Comment #3end"
/PHP-5.3/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php136 return end($this->allowedArgumentLists);
/PHP-5.3/ext/imap/tests/
H A Dbug46918.phpt75 Notice: Unknown: Unexpected characters at end of address: @two (errflg=3) in Unknown on line 0
/PHP-5.3/Zend/
H A Dbench.php364 $end = getmicrotime();
366 $total += $end-$start;
367 $num = number_format($end-$start,3);
/PHP-5.3/tests/lang/
H A DforeachLoop.012.phpt35 echo "\nPopping elements off end of an unreferenced array";
56 echo "\n\n\nAdding elements to the end of an unreferenced array";
73 Popping elements off end of an unreferenced array
280 Adding elements to the end of an unreferenced array
/PHP-5.3/ext/standard/
H A Durl.c125 goto end; in php_url_parse_ex()
364 end: in php_url_parse_ex()
488 unsigned char const *from, *end; in php_url_encode() local
491 end = (unsigned char *)s + len; in php_url_encode()
494 while (from < end) { in php_url_encode()
/PHP-5.3/main/
H A Drfc1867.c692 static int multipart_buffer_read(multipart_buffer *self, char *buf, int bytes, int *end TSRMLS_DC) in multipart_buffer_read()
705 …if (end && php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->bounda… in multipart_buffer_read()
706 *end = 1; in multipart_buffer_read()
877 int end = 0; local
1056 end = 0;
1060 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end TSRMLS_CC);
1123 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end TSRMLS_CC);
1130 if (!cancel_upload && !end) {

Completed in 47 milliseconds

1...<<11121314151617181920>>...23