code.fastix.org

Dateiansicht:

Datei:Projekte -> PHP73to74 -> example.log
md5:0f70119e8155e5959774ecb1f767250c
sha1:d6e54aeb4935f32114040a6b7663c7705dd87e23
Download-Link:Download
  1. -------------------------------------------------
  2. Für Syntaxprüfung benutztes PHP:
  3.    Pfad: /usr/bin/php
  4. Version: PHP 7.4.0 (cli) (built: Nov 28 2019 07:26:14) ( NTS )
  5.  
  6. Neutral: './testfile_nothing2do.php' Nichts zu tun.
  7. -------------------------------------------------
  8. Für Syntaxprüfung benutztes PHP:
  9.    Pfad: /usr/bin/php
  10. Version: PHP 7.4.0 (cli) (built: Nov 28 2019 07:26:14) ( NTS )
  11.  
  12. -------------------------------------------------
  13. Erfolg: './testfile.php' wurde umgewandelt. Backup in './testfile.php-20200104_1311'.
  14. -------------------------------------------------
  15. diff:
  16. -------------------------------------------------
  17. 8,10c8,10
  18. < $foo = $bar{1};
  19. < $foo = $bar{ 1 };
  20. < $foo = $bar{ 1+3 };
  21. ---
  22. > $foo = $bar[1];
  23. > $foo = $bar[ 1 ];
  24. > $foo = $bar[ 1+3 ];
  25. 12c12
  26. < $foo = $bar{ $tok + 3 }; $foo = $bar{$i};
  27. ---
  28. > $foo = $bar[ $tok + 3 ]; $foo = $bar[$i];
  29. -------------------------------------------------
  30. -------------------------------------------------
  31. Für Syntaxprüfung benutztes PHP:
  32.    Pfad: /usr/bin/php
  33. Version: PHP 7.4.0 (cli) (built: Nov 28 2019 07:26:14) ( NTS )
  34.  
  35. -------------------------------------------------
  36. Misserfolg: Die Umwandlung von './test_has_error.php' wurde verweigert.
  37. -------------------------------------------------
  38. Grund: './test_has_error.php' enthält folgenden Fehler:
  39. PHP Parse error:  syntax error, unexpected 'an' (T_STRING) in ./test_has_error.php on line 5
  40. Errors parsing ./test_has_error.php
  41. -------------------------------------------------
  42.