Searched refs:pclose (Results 1 – 17 of 17) sorted by relevance
2 Test popen() and pclose function: error conditions16 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 %d42 Warning: Wrong parameter count for pclose() in %s on line %d45 Warning: pclose(): supplied argument is not a valid stream resource in %s on line %d
2 Test popen() and pclose function: basic functionality13 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 ***
2 Test popen() and pclose function: basic functionality17 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 ***
2 Test popen() and pclose function: error conditions
14 pclose($handle);
35 pclose($ph);51 pclose($ph);
98 TSRM_API int pclose(FILE *stream);
591 TSRM_API int pclose(FILE *stream) in pclose() function
38 pclose($p);
543 pclose(sendmail); in php_mail()560 ret = pclose(sendmail); in php_mail()
849 PHP_FUNCTION(pclose) in PHP_FUNCTION() argument
2704 function pclose($handle): int {}
2536 ZEND_FUNCTION(pclose);3174 ZEND_FE(pclose, arginfo_pclose)
493 ret = pclose(data->file); in php_stdiop_close()
1194 pclose(fd); in PHPDBG_COMMAND()
3842 ret = pclose(sendmail); in _php_imap_mail()
Completed in 68 milliseconds