ID:               42494
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alberto dot bravi at f3arless dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Translation problem
 Operating System: mac os x
 PHP Version:      Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




Previous Comments:
------------------------------------------------------------------------

[2007-08-31 15:24:40] alberto dot bravi at f3arless dot com

Reclassified

------------------------------------------------------------------------

[2007-08-31 15:20:41] [EMAIL PROTECTED]

Reclassified.

------------------------------------------------------------------------

[2007-08-31 13:38:08] alberto dot bravi at f3arless dot com

Description:
------------
Hi,

in http://it.php.net/manual/it/function.system.php

the first exemple have a error, in Italian language.

Reproduce code:
---------------
<?php
      echo '<pre>';
      
      // Mette in output tutti i risultati della shellcommand "ls", e
restituisce
      // l'ultima  linea di output nella $last_line. Memorizza il
valore restituito
      // del comando da shell in $retval.
      $last_line = system('ls', $retval);
      
      // Stampa informazioni aggiuntive
      echo '
      </pre>
      <hr />L'ultima linea dell'output: ' . $last_line . '
      <hr />Restituisce il valore: ' . $retval;
      ?> 

Expected result:
----------------
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in
PATH OF FILE on line 12

Actual result:
--------------
<?php
      echo '<pre>';
      
      // Mette in output tutti i risultati della shellcommand "ls", e
restituisce
      // l'ultima  linea di output nella $last_line. Memorizza il
valore restituito
      // del comando da shell in $retval.
      $last_line = system('ls', $retval);
      
      // Stampa informazioni aggiuntive
      echo '
      </pre>
      <hr />L\'ultima linea dell\'output: ' . $last_line . '
      <hr />Restituisce il valore: ' . $retval;
      ?> 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42494&edit=1

Reply via email to