Home
last modified time | relevance | path

Searched refs:feof (Results 126 – 150 of 266) sorted by relevance

1234567891011

/php-src/ext/standard/tests/file/
H A Dfscanf_variation41.phpt53 while( !feof($file_handle) ) {
H A Dfscanf_variation47.phpt53 while( !feof($file_handle) ) {
H A Dinclude_userstream_002.phpt49 return feof($this->stream);
H A Dfscanf_variation13.phpt50 while( !feof($file_handle) ) {
H A Dfscanf_variation16.phpt57 while( !feof($file_handle) ) {
H A Dfscanf_variation19.phpt54 while( !feof($file_handle) ) {
H A Dfscanf_variation22.phpt57 while( !feof($file_handle) ) {
H A Dfscanf_variation25.phpt54 while( !feof($file_handle) ) {
H A Dfscanf_variation32.phpt55 while( !feof($file_handle) ) {
H A Dfscanf_variation38.phpt50 while( !feof($file_handle) ) {
H A Dfscanf_variation44.phpt50 while( !feof($file_handle) ) {
H A Dfscanf_variation50.phpt50 while( !feof($file_handle) ) {
H A Dfscanf_variation7.phpt50 while( !feof($file_handle) ) {
H A Dfwrite_variation3-win32.phpt51 var_dump( feof($file_handle) ); // expected : true
58 var_dump( feof($file_handle) ); //Expecting bool(false)
H A Dfwrite_variation3.phpt52 var_dump( feof($file_handle) ); // expected : true
59 var_dump( feof($file_handle) ); //Expecting bool(false)
H A Dfscanf_variation26.phpt49 while( !feof($file_handle) ) {
H A Dinclude_userstream_003.phpt49 return feof($this->stream);
H A Dfgetcsv_variation21.phpt54 var_dump( feof($file_handle) );
H A Dfgets_variation6-win32.phpt43 var_dump( feof($file_handle) ); // expected false
47 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfgets_variation6.phpt43 var_dump( feof($file_handle) ); // expected false
47 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfgets_basic.phpt29 var_dump( feof($file_handle) ); // ensure if eof set
35 var_dump( feof($file_handle) ); // ensure if eof set
H A Dfgetcsv_variation13.phpt51 var_dump( feof($file_handle) );
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc48 while (!feof($this->fp)) {
70 while (!feof($this->fp)) {
/php-src/ext/zlib/tests/
H A Dbug71417.phpt54 while (!feof($r)) {
/php-src/ext/soap/tests/
H A Dbug73037.phpt108 while (!feof($fp)) {

Completed in 23 milliseconds

1234567891011