From fc9401f04a3aca5abb22f87ebc210de8afe11d32 Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Tue, 10 Apr 2018 21:50:16 +0200 Subject: Initial Commit --- .../Resources/stubs/ArithmeticError.php | 5 +++++ .../Resources/stubs/AssertionError.php | 5 +++++ .../Resources/stubs/DivisionByZeroError.php | 5 +++++ .../polyfill-php70/Resources/stubs/Error.php | 5 +++++ .../polyfill-php70/Resources/stubs/ParseError.php | 5 +++++ .../SessionUpdateTimestampHandlerInterface.php | 23 ++++++++++++++++++++++ .../polyfill-php70/Resources/stubs/TypeError.php | 5 +++++ 7 files changed, 53 insertions(+) create mode 100644 assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php create mode 100644 assets/php/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php create mode 100644 assets/php/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php create mode 100644 assets/php/vendor/symfony/polyfill-php70/Resources/stubs/Error.php create mode 100644 assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php create mode 100644 assets/php/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php create mode 100644 assets/php/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php (limited to 'assets/php/vendor/symfony/polyfill-php70/Resources/stubs') diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php new file mode 100644 index 0000000..6819124 --- /dev/null +++ b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php @@ -0,0 +1,5 @@ +