Home
last modified time | relevance | path

Searched refs:feof (Results 151 – 175 of 266) sorted by relevance

1234567891011

/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation20.phpt54 var_dump( feof($file_handle) );
H A Dfscanf_variation11.phpt63 while( !feof($file_handle) ) {
H A Dfscanf_variation30.phpt63 while( !feof($file_handle) ) {
H A Dfscanf_variation36.phpt58 while( !feof($file_handle) ) {
H A Dfscanf_variation42.phpt58 while( !feof($file_handle) ) {
H A Dfscanf_variation48.phpt58 while( !feof($file_handle) ) {
H A Dfscanf_variation5.phpt58 while( !feof($file_handle) ) {
H A Dfputcsv_variation10.phpt49 var_dump( feof($file_handle) );
H A Dfwrite_variation4-win32.phpt49 var_dump( feof($file_handle) ); // expected: true
H A Dfwrite_variation4.phpt49 var_dump( feof($file_handle) ); // expected: true
H A Dfscanf_variation12.phpt64 while( !feof($file_handle) ) {
H A Dfscanf_variation15.phpt66 while( !feof($file_handle) ) {
H A Dfscanf_variation17.phpt62 while( !feof($file_handle) ) {
H A Dfscanf_variation21.phpt66 while( !feof($file_handle) ) {
H A Dfscanf_variation23.phpt62 while( !feof($file_handle) ) {
H A Dfscanf_variation28.phpt67 while( !feof($file_handle) ) {
H A Dfscanf_variation3.phpt68 while( !feof($file_handle) ) {
H A Dfscanf_variation31.phpt64 while( !feof($file_handle) ) {
H A Dfscanf_variation34.phpt72 while( !feof($file_handle) ) {
H A Dfscanf_variation37.phpt64 while( !feof($file_handle) ) {
H A Dfscanf_variation40.phpt68 while( !feof($file_handle) ) {
H A Dfscanf_variation43.phpt64 while( !feof($file_handle) ) {
H A Dfscanf_variation46.phpt62 while( !feof($file_handle) ) {
H A Dfscanf_variation49.phpt64 while( !feof($file_handle) ) {
/php-src/ext/zlib/
H A Dzlib_arginfo.h151 ZEND_FUNCTION(feof);

Completed in 39 milliseconds

1234567891011