From 4fc916f3977b304e30ce91b21404f270dfb3b2a1 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 11 Feb 2000 19:18:23 +0000 Subject: [PATCH] Fix passthru() return type. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@19565 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/exec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/exec.xml b/functions/exec.xml index ff771a544f..0d968dead8 100644 --- a/functions/exec.xml +++ b/functions/exec.xml @@ -91,7 +91,7 @@ system(EscapeShellCmd($cmd)) Description - string passthru + void passthru string command int return_var