Home
last modified time | relevance | path

Searched refs:fread (Results 126 – 150 of 217) sorted by relevance

123456789

/PHP-8.0/ext/standard/tests/streams/
H A Dbug60602.phpt32 $line = fread($pipes[1], 8192);
H A Dstream_get_meta_data_file_variation5.phpt23 fread($fp, 1);
H A Dbug46024.phpt28 fread($pipes[1], 1);
/PHP-8.0/ext/phar/tests/
H A Dphar_createdefaultstub.phpt152 $L = unpack('V', $a = fread($fp, 4));
160 $last = fread($fp, $read);
281 $data .= @fread($fp, $c);
285 $data .= @fread($fp, 8192);
446 $L = unpack('V', $a = fread($fp, 4));
454 $last = fread($fp, $read);
575 $data .= @fread($fp, $c);
579 $data .= @fread($fp, 8192);
756 $last = fread($fp, $read);
877 $data .= @fread($fp, $c);
[all …]
H A Dphar_setdefaultstub.phpt172 $L = unpack('V', $a = fread($fp, 4));
180 $last = fread($fp, $read);
301 $data .= @fread($fp, $c);
305 $data .= @fread($fp, 8192);
467 $L = unpack('V', $a = fread($fp, 4));
475 $last = fread($fp, $read);
596 $data .= @fread($fp, $c);
600 $data .= @fread($fp, 8192);
770 $last = fread($fp, $read);
891 $data .= @fread($fp, $c);
[all …]
/PHP-8.0/ext/sockets/tests/
H A Dsocket_export_stream-3.phpt38 var_dump(fread($stream, strlen($m)));
H A Dsocket_import_stream-3.phpt37 var_dump(fread($stream, strlen($m)));
/PHP-8.0/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt14 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-8.0/ext/standard/tests/filters/
H A Dbug22538.phpt7 fwrite($fout, fread($fin, 4096));
/PHP-8.0/ext/standard/tests/file/
H A D007_variation3.phpt27 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
54 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32-mb.phpt32 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
61 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32.phpt32 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
59 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11.phpt32 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
59 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation19.phpt27 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
54 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfread_variation1.phpt2 Test fread() function : usage variations - read some/all chars, read/write modes
27 $data_from_file = fread($file_handle, $read_size);
43 echo "*** Testing fread() : usage variations ***\n";
52 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
54 /* open the file using $files_modes and perform fread() on it */
100 *** Testing fread() : usage variations ***
102 -- Testing fread() with file having content of type numeric --
239 -- Testing fread() with file having content of type text --
376 -- Testing fread() with file having content of type text_with_new_line --
513 -- Testing fread() with file having content of type alphanumeric --
H A Dproc_open01.phpt44 $buf = fread($pipes[1], 1024);
H A Dfgets_socket_variation1.phpt41 fread($client, 1);
H A Dbug27508.phpt18 return fread($this->fp, $count);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_sockets2.phpt21 if (false === ($chunk = @fread($pipe, 8192))) {
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dopenssl.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/PHP-8.0/ext/phar/tests/files/
H A Dinclude_path2.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dnophar.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
H A Dopenssl.phar117 $L = unpack('V', $a = fread($fp, 4));
125 $last = fread($fp, $read);
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt8 $a = fread($fp,8192);

Completed in 60 milliseconds

123456789