From 5c5579369aec4df6bedc1d76ce38f0ad85f36105 Mon Sep 17 00:00:00 2001 From: anperederi Date: Tue, 7 Nov 2023 13:29:01 +0100 Subject: [PATCH] update tp1 on php --- 2A/php/1_tp/.idea/.gitignore | 8 ++++++++ 2A/php/1_tp/.idea/1_tp.iml | 8 ++++++++ 2A/php/1_tp/.idea/modules.xml | 8 ++++++++ 2A/php/1_tp/.idea/php.xml | 19 +++++++++++++++++++ 2A/php/1_tp/.idea/vcs.xml | 6 ++++++ 2A/php/1_tp/erreur.php | 10 ++++++++++ 2A/php/1_tp/final.php | 1 + 7 files changed, 60 insertions(+) create mode 100644 2A/php/1_tp/.idea/.gitignore create mode 100644 2A/php/1_tp/.idea/1_tp.iml create mode 100644 2A/php/1_tp/.idea/modules.xml create mode 100644 2A/php/1_tp/.idea/php.xml create mode 100644 2A/php/1_tp/.idea/vcs.xml create mode 100644 2A/php/1_tp/erreur.php create mode 100644 2A/php/1_tp/final.php diff --git a/2A/php/1_tp/.idea/.gitignore b/2A/php/1_tp/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/2A/php/1_tp/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/2A/php/1_tp/.idea/1_tp.iml b/2A/php/1_tp/.idea/1_tp.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/2A/php/1_tp/.idea/1_tp.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/2A/php/1_tp/.idea/modules.xml b/2A/php/1_tp/.idea/modules.xml new file mode 100644 index 0000000..034b36c --- /dev/null +++ b/2A/php/1_tp/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/2A/php/1_tp/.idea/php.xml b/2A/php/1_tp/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/2A/php/1_tp/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/2A/php/1_tp/.idea/vcs.xml b/2A/php/1_tp/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/2A/php/1_tp/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/2A/php/1_tp/erreur.php b/2A/php/1_tp/erreur.php new file mode 100644 index 0000000..18b92af --- /dev/null +++ b/2A/php/1_tp/erreur.php @@ -0,0 +1,10 @@ + + + "; + echo "hello world"; + ?> + + \ No newline at end of file diff --git a/2A/php/1_tp/final.php b/2A/php/1_tp/final.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/2A/php/1_tp/final.php @@ -0,0 +1 @@ +