From 76aa81b3164fb0d6b9674579ef8d466e3fa3c508 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 1 Sep 2022 16:50:01 +0200 Subject: Import concat.php --- concat/concat.php | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 concat/concat.php (limited to 'concat/concat.php') diff --git a/concat/concat.php b/concat/concat.php new file mode 100644 index 0000000..6594fd9 --- /dev/null +++ b/concat/concat.php @@ -0,0 +1,77 @@ +'.PHP_EOL, 0 ]; + } + +} /* foreach args */ + +/* Optionnal : output T_CLOSE_TAG if was deferred and it's the last file +if ( is_array($deferred_close_tag) ) { + echo $deferred_close_tag[1]; +}*/ -- cgit v1.2.3