Home
last modified time | relevance | path

Searched refs:end (Results 276 – 300 of 631) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/ext/exif/tests/
H A Dexif000.phpt54 [2] => Comment #3end
H A Dexif_read_exif_data_basic.phpt58 [2] => Comment #3end
H A Dexif001.phpt82 string(13) "Comment #3end"
/PHP-5.5/ext/standard/tests/array/
H A Darray_push_basic.phpt6 * Description: Pushes elements onto the end of the array
/PHP-5.5/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_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_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_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
/PHP-5.5/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.5/main/
H A Drfc1867.c607 static int multipart_buffer_read(multipart_buffer *self, char *buf, int bytes, int *end TSRMLS_DC) in multipart_buffer_read()
620 …if (end && php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->bounda… in multipart_buffer_read()
621 *end = 1; in multipart_buffer_read()
796 int end = 0; local
993 end = 0;
997 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end TSRMLS_CC);
1060 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end TSRMLS_CC);
1067 if (!cancel_upload && !end) {
/PHP-5.5/ext/bcmath/libbcmath/
H A DFAQ19 "fixed, but arbitrary" mantissa and so multiplying two floats will end
/PHP-5.5/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt12 * Description: Set up start and end element handlers
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php136 return end($this->allowedArgumentLists);
/PHP-5.5/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.5/Zend/
H A Dbench.php363 $end = getmicrotime();
365 $total += $end-$start;
366 $num = number_format($end-$start,3);

Completed in 44 milliseconds

1...<<11121314151617181920>>...26