Home
last modified time | relevance | path

Searched refs:pclose (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt2 Test popen() and pclose function: error conditions
16 var_dump( pclose() );
18 var_dump( pclose($file_handle, $file_handle) );
20 var_dump( pclose(1) );
39 Warning: Wrong parameter count for pclose() in %s on line %d
42 Warning: Wrong parameter count for pclose() in %s on line %d
45 Warning: pclose(): supplied argument is not a valid stream resource in %s on line %d
H A Dpopen_pclose_basic.phpt2 Test popen() and pclose function: basic functionality
13 echo "*** Testing popen() and pclose() with different processes ***\n";
22 pclose($file_handle);
32 pclose($file_handle);
44 pclose($file_handle);
47 echo "*** Testing for return type of popen() and pclose() functions ***\n";
52 $return_value_pclose = pclose($return_value_popen);
66 *** Testing popen() and pclose() with different processes ***
88 *** Testing for return type of popen() and pclose() functions ***
H A Dpopen_pclose_basic-win32-mb.phpt2 Test popen() and pclose function: basic functionality
17 pclose($file_handle);
41 pclose($file_handle);
43 echo "*** Testing popen() and pclose(): return type ***\n";
47 $return_value_pclose = pclose($return_value_popen);
60 *** Testing popen() and pclose(): return type ***
H A Dpopen_pclose_basic-win32.phpt2 Test popen() and pclose function: basic functionality
17 pclose($file_handle);
41 pclose($file_handle);
43 echo "*** Testing popen() and pclose(): return type ***\n";
47 $return_value_pclose = pclose($return_value_popen);
60 *** Testing popen() and pclose(): return type ***
H A Dpopen_pclose_error.phpt2 Test popen() and pclose function: error conditions
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt14 pclose($handle);
/PHP-8.0/TSRM/
H A Dtsrm_win32.h99 TSRM_API int pclose(FILE *stream);
H A Dtsrm_win32.c592 TSRM_API int pclose(FILE *stream) in pclose() function
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt38 pclose($p);
/PHP-8.0/ext/standard/
H A Dmail.c550 pclose(sendmail); in php_mail()
567 ret = pclose(sendmail); in php_mail()
H A Dbasic_functions.stub.php762 function pclose($handle): int {} function
H A Dbasic_functions_arginfo.h2541 ZEND_FUNCTION(pclose);
3178 ZEND_FE(pclose, arginfo_pclose)
H A Dfile.c970 PHP_FUNCTION(pclose) in PHP_FUNCTION() argument
/PHP-8.0/main/streams/
H A Dplain_wrapper.c485 ret = pclose(data->file); in php_stdiop_close()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1211 pclose(fd); in PHPDBG_COMMAND()
/PHP-8.0/ext/imap/
H A Dphp_imap.c3716 ret = pclose(sendmail); in _php_imap_mail()

Completed in 63 milliseconds