--TEST-- Test popen() and pclose function: basic functionality --SKIPIF-- --FILE-- --EXPECT-- *** Testing popen(): reading from the pipe *** Sample String 私はガラスを食べられます *** Testing popen(): writing to the pipe *** aaa ddd ggg sss *** Testing popen() and pclose(): return type *** Sample String 私はガラスを食べられます bool(true) bool(true) --- Done ---