Home
last modified time | relevance | path

Searched refs:feof (Results 76 – 100 of 266) sorted by relevance

1234567891011

/php-src/ext/standard/tests/image/
H A Dbug75708.phpt19 return feof($this->handle);
/php-src/sapi/cli/tests/
H A Dphp_cli_server_016.phpt34 while (!feof($fp)) {
H A Dphp_cli_server_005.phpt39 while (!feof($fp)) {
H A Dphp_cli_server_019.phpt29 while (!feof($fp)) {
H A Dphp_cli_server_015.phpt27 while (!feof($fp)) {
H A Dbug43177.phpt49 while (!feof($fp)) {
H A Dbug61977.phpt30 while (!feof($fp)) {
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets1.phpt37 if (!is_resource($pipe) || feof($pipe)) {
H A Dproc_nice_basic-win.phpt34 while(!feof($p)) {
/php-src/ext/standard/tests/filters/
H A Dbug22538.phpt6 while (!feof($fin)) {
H A Dread.phpt29 while (!feof($f)) {
/php-src/ext/standard/tests/streams/
H A Dbug79984.phpt32 if (feof($this->stream)) {
H A Dstream_get_meta_data_file_variation5.phpt22 while(!feof($fp)) {
H A Dbug77069.phpt47 while (!feof($stream)) {
H A Dproc_open_bug69900.phpt17 while(!feof($in)){
H A Dproc_open_bug64438.phpt55 if (false === $data || feof($pipe)) {
H A Dstream_get_meta_data_socket_variation4.phpt29 while(!feof($client)) {
/php-src/ext/standard/tests/file/
H A Dfgets_socket_variation1.phpt40 while(!feof($client)) {
H A Dfgets_socket_variation2.phpt55 while(!feof($client)) {
H A Dfgetc_variation3.phpt35 var_dump( feof($file_handle) );
40 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgets_variation1.phpt31 var_dump( feof($file_handle) );
36 var_dump( feof($file_handle) ); // check if end of file pointer is set
/php-src/Zend/
H A Dzend_vm_trace_handlers.h93 while (!feof(f)) { in zend_vm_trace_init()
/php-src/ext/zlib/tests/
H A Dgzeof_basic.phpt2 Test function feof() by calling it with its expected arguments
/php-src/ext/bz2/tests/
H A Dbug71263.phpt35 while (!feof($r)) {
/php-src/ext/standard/
H A Dfile.h26 PHPAPI PHP_FUNCTION(feof);

Completed in 21 milliseconds

1234567891011