Home
last modified time | relevance | path

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

/php-src/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);
33 pclose($file_handle);
45 pclose($file_handle);
48 echo "*** Testing for return type of popen() and pclose() functions ***\n";
53 $return_value_pclose = pclose($return_value_popen);
67 *** Testing popen() and pclose() with different processes ***
89 *** 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-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt14 pclose($handle);
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt35 pclose($ph);
51 pclose($ph);
/php-src/TSRM/
H A Dtsrm_win32.h98 TSRM_API int pclose(FILE *stream);
H A Dtsrm_win32.c591 TSRM_API int pclose(FILE *stream) in pclose() function
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt38 pclose($p);
/php-src/ext/standard/
H A Dmail.c543 pclose(sendmail); in php_mail()
560 ret = pclose(sendmail); in php_mail()
H A Dfile.c845 PHP_FUNCTION(pclose) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2757 function pclose($handle): int {}
H A Dbasic_functions_arginfo.h2638 ZEND_FUNCTION(pclose);
3274 ZEND_FE(pclose, arginfo_pclose)
/php-src/main/streams/
H A Dplain_wrapper.c493 ret = pclose(data->file); in php_stdiop_close()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1194 pclose(fd); in PHPDBG_COMMAND()

Completed in 128 milliseconds