From b24cd179a6f7f750f7820f10623671fe8ea497e7 Mon Sep 17 00:00:00 2001 From: Michael Spector Date: Sun, 2 Oct 2005 08:00:50 +0000 Subject: [PATCH] filename was wrong git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197334 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/expect/functions/expect-popen.ini | 71 --------------------- 1 file changed, 71 deletions(-) delete mode 100644 reference/expect/functions/expect-popen.ini diff --git a/reference/expect/functions/expect-popen.ini b/reference/expect/functions/expect-popen.ini deleted file mode 100644 index cf220eb6be..0000000000 --- a/reference/expect/functions/expect-popen.ini +++ /dev/null @@ -1,71 +0,0 @@ - - - - - expect_popen - Exectutes command via Bourne shell. - - - &reftitle.description; - - resourceexpect_popen - stringcommand - - - Executes command via Bourne shell. - - - - &reftitle.parameters; - - - - command - - - Command to execute. - - - - - - - - &reftitle.returnvalues; - - Returns an open PTY stream to the process'es stdio, stdout and stderr. - - - On failure this function returns &false;. - - - - &reftitle.seealso; - - - popen - - - - - -