From 17ff8aec3a0d2e0a520849c42c40a154a0831495 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 22 May 2023 15:37:34 -0500 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 vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php create mode 100644 vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php create mode 100644 vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php create mode 100644 vendor/symfony/polyfill-php70/Resources/stubs/Error.php create mode 100644 vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php create mode 100644 vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php create mode 100644 vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php (limited to 'vendor/symfony/polyfill-php70/Resources') diff --git a/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php b/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php new file mode 100644 index 0000000..6819124 --- /dev/null +++ b/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php @@ -0,0 +1,5 @@ +