From 5b25788a81bf7ad233d99cf3f5e9ce3dcc5e8602 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 2 May 2022 22:36:53 +0200 Subject: Add more tests for php8 --- ...ed_functions_param_str_representation_php8.phpt | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt (limited to 'src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt') diff --git a/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt b/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt new file mode 100644 index 0000000..c06e612 --- /dev/null +++ b/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt @@ -0,0 +1,25 @@ +--TEST-- +Disable functions - casting various types to string internally in php8 +--SKIPIF-- + +--INI-- +sp.configuration_file={PWD}/config/config_disabled_functions_param_str_representation_php8.ini +--FILE-- + +--EXPECTF-- +true +false +NULL +1 +1.0 +123 -- cgit v1.3 From bee9da3cb2b47d7121ac3fe9cc945716aaaa5d21 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 16 May 2022 19:34:37 +0200 Subject: Don't run disabled_functions_param_str_representation_php8 on php7 --- .../disabled_functions_param_str_representation_php8.phpt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt') diff --git a/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt b/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt index c06e612..aa5782b 100644 --- a/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt +++ b/src/tests/disable_function/disabled_functions_param_str_representation_php8.phpt @@ -2,6 +2,7 @@ Disable functions - casting various types to string internally in php8 --SKIPIF-- + --INI-- sp.configuration_file={PWD}/config/config_disabled_functions_param_str_representation_php8.ini --FILE-- -- cgit v1.3