Home
last modified time | relevance | path

Searched refs:fpassthru (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.4/ext/standard/tests/file/
H A Dfpassthru_basic.phpt2 Test fpassthru() function: Basic functionality
6 Prototype: int fpassthru ( resource $handle );
26 var_dump( fpassthru($read_handle) );
30 var_dump( fpassthru($read_handle) );
34 var_dump( fpassthru($read_handle) );
38 var_dump( fpassthru($read_handle) );
42 var_dump( fpassthru($read_handle) );
46 var_dump( fpassthru($read_handle) );
50 var_dump( fpassthru($read_handle) );
54 var_dump( fpassthru($read_handle) );
[all …]
H A Dfpassthru_variation.phpt2 Test fpassthru() function: Variations
6 Prototype: int fpassthru ( resource $handle );
11 echo "*** Testing fpassthru() function with files ***\n\n";
48 var_dump(fpassthru($file_read) );
53 var_dump( fpassthru($file_read) );
65 var_dump(fpassthru($file_read) );
75 *** Testing fpassthru() function with files ***
H A Dbug35781.phpt12 fpassthru($fp);
22 Notice: fpassthru(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A Dfopen_variation5.phpt71 fpassthru($h);
82 fpassthru($h);
93 fpassthru($h);
102 fpassthru($h);
113 fpassthru($h);
H A Dfopen_variation8.phpt70 fpassthru($h);
81 fpassthru($h);
92 fpassthru($h);
101 fpassthru($h);
112 fpassthru($h);
H A Dfopen_variation6.phpt27 fpassthru($h);
32 fpassthru($h);
H A Dpopen_pclose_basic.phpt29 fpassthru($file_handle);
37 $return_value = fpassthru($file_handle);
59 fpassthru($return_value_popen);
H A Dbug27619.phpt15 fpassthru($fp);
H A Dpopen_pclose_basic-win32-mb.phpt24 fpassthru($file_handle);
53 fpassthru($return_value_popen);
H A Dpopen_pclose_basic-win32.phpt24 fpassthru($file_handle);
53 fpassthru($return_value_popen);
H A Dfopen_variation19.phpt72 fpassthru($h);
81 fpassthru($h);
H A Dfopen_variation10-win32.phpt72 fpassthru($h);
H A Dfopen_variation11-win32.phpt71 fpassthru($h);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug48309.phpt18 echo "-- fpassthru() --\n";
21 fpassthru($tmp);
31 -- fpassthru() --
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fpassthru_basic.phpt2 SplFileObject::fpassthru function - basic functionality test
6 $obj->fpassthru();
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt24 fpassthru($pipes[1]);
33 fpassthru($pipes[1]);
38 fpassthru($pipes[1]);
53 fpassthru($pipes[1]);
H A Dbug78569.phpt16 fpassthru($pipes[1]);
/PHP-7.4/ext/zlib/tests/
H A Dgzpassthru_basic.phpt12 // note that gzpassthru is an alias to fpassthru. parameter checking tests will be
13 // the same as fpassthru
H A Dzlib_scheme_fopen_basic.phpt14 fpassthru($h);
H A Dzlib_scheme_fopen_variation1.phpt17 fpassthru($h);
/PHP-7.4/sapi/cli/tests/
H A Dbug81305.phpt23 fpassthru($fp);
H A Dphp_cli_server_021.phpt23 fpassthru($fp);
/PHP-7.4/ext/standard/tests/filters/
H A Dbug50363.phpt12 fpassthru($b);
H A Dstream_filter_remove_basic.phpt30 fpassthru( $fp );
/PHP-7.4/ext/standard/
H A Dfile.h48 PHPAPI PHP_FUNCTION(fpassthru);

Completed in 32 milliseconds

12