--TEST-- Test popen() and pclose function: error conditions --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing for error conditions *** Warning: Wrong parameter count for popen() in %s on line %d NULL Warning: Wrong parameter count for popen() in %s on line %d NULL resource(%d) of type (stream) 'abc.txt' is not recognized as an internal or external command, operable program or batch file. Warning: Wrong parameter count for pclose() in %s on line %d NULL Warning: Wrong parameter count for pclose() in %s on line %d NULL Warning: pclose(): supplied argument is not a valid stream resource in %s on line %d bool(false) --- Done ---