]> granicus.if.org Git - php/commitdiff
mfh
authorfoobar <sniper@php.net>
Sun, 18 May 2003 14:55:56 +0000 (14:55 +0000)
committerfoobar <sniper@php.net>
Sun, 18 May 2003 14:55:56 +0000 (14:55 +0000)
ext/standard/tests/file/bug22414.phpt

index 45654078f434c2ce83f2c784e0d6e011f157882f..8847ded2b85345b7f38ed5f4920e48017daf3365 100644 (file)
@@ -10,8 +10,9 @@ Bug #22414: passthru() does not read data correctly
 output_handler=
 --FILE--
 <?php
-$php = getenv('TEST_PHP_EXECUTABLE');
-$tmpfile = tempnam('/tmp', 'phpt');
+
+       $php = getenv('TEST_PHP_EXECUTABLE');
+       $tmpfile = tempnam('/tmp', 'phpt');
        
        /* Regular Data Test */
        passthru($php . ' -r " echo \"HELLO\"; "');