/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug80811.phpt
--TEST-- Bug #80811: Function exec without $output but with $restult_code parameter crashes --FILE-- <?php echo 'Executing with all params:' . PHP_EOL; exec('echo Something', output: $output, result_code: $resultCode); var_dump($resultCode); echo 'Executing without output param:' . PHP_EOL; exec('echo Something', result_code: $resultCode); var_dump($resultCode); ?> --EXPECT-- Executing with all params: int(0) Executing without output param: int(0)
Copyright ©2k19 -
Hexid
|
Tex7ure