summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_chmod_php8.phpt
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-07 20:00:45 +0200
committerBen Fuhrmannek2021-08-07 20:00:45 +0200
commit5746031cf78bdeab8d9ae30c8b8c8a8fb74340be (patch)
tree8d0f666a8822548aea9698c43d979b226405f640 /src/tests/disable_function/disabled_functions_chmod_php8.phpt
parent26a33c19d6ac5322c69e825d623332c1d32e4af8 (diff)
fixed disabled_functions tests
Diffstat (limited to 'src/tests/disable_function/disabled_functions_chmod_php8.phpt')
-rw-r--r--src/tests/disable_function/disabled_functions_chmod_php8.phpt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tests/disable_function/disabled_functions_chmod_php8.phpt b/src/tests/disable_function/disabled_functions_chmod_php8.phpt
index 71bb034..c947ba7 100644
--- a/src/tests/disable_function/disabled_functions_chmod_php8.phpt
+++ b/src/tests/disable_function/disabled_functions_chmod_php8.phpt
@@ -4,11 +4,10 @@ Disable functions - chmod, in php8
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> 4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5<?php if (PHP_VERSION_ID < 80000) print "skip"; ?> 5<?php if (PHP_VERSION_ID < 80000) print "skip"; ?>
6--INI-- 6--INI--
7sp.configuration_file={PWD}/config/disabled_functions_chmod.ini 7sp.configuration_file={PWD}/config/disabled_functions_chmod_php8.ini
8--FILE-- 8--FILE--
9<?php 9<?php
10chmod( 'foo', 0777 ); 10chmod( 'foo', 0777 );
11?> 11?>
12--XFAIL--
13--EXPECTF-- 12--EXPECTF--
14Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'chmod', because its argument '$permissions' content (511) matched a rule in %a/disabled_function_chmod_php8.php on line %d 13Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'chmod', because its argument '$permissions' content (511) matched a rule in %a.php on line %d