summaryrefslogtreecommitdiff
path: root/ext/sysvshm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvshm')
-rw-r--r--ext/sysvshm/tests/005.phpt1
-rw-r--r--ext/sysvshm/tests/006.phpt1
-rw-r--r--ext/sysvshm/tests/007.phpt2
-rw-r--r--ext/sysvshm/tests/shutdown_crash_0.phpt2
4 files changed, 0 insertions, 6 deletions
diff --git a/ext/sysvshm/tests/005.phpt b/ext/sysvshm/tests/005.phpt
index 12ba278b2f..643162650c 100644
--- a/ext/sysvshm/tests/005.phpt
+++ b/ext/sysvshm/tests/005.phpt
@@ -41,7 +41,6 @@ shm_remove($s);
echo "Done\n";
?>
--EXPECTF--
-
Warning: shm_get_var() expects exactly 2 parameters, 0 given in %s005.php on line %d
NULL
diff --git a/ext/sysvshm/tests/006.phpt b/ext/sysvshm/tests/006.phpt
index ae23146b05..fdd1524227 100644
--- a/ext/sysvshm/tests/006.phpt
+++ b/ext/sysvshm/tests/006.phpt
@@ -29,7 +29,6 @@ shm_remove($s);
echo "Done\n";
?>
--EXPECTF--
-
Warning: shm_remove_var() expects exactly 2 parameters, 0 given in %s006.php on line %d
NULL
diff --git a/ext/sysvshm/tests/007.phpt b/ext/sysvshm/tests/007.phpt
index 886b8e5b60..f4d25acf93 100644
--- a/ext/sysvshm/tests/007.phpt
+++ b/ext/sysvshm/tests/007.phpt
@@ -24,7 +24,6 @@ var_dump(shm_remove($s));
echo "Done\n";
?>
--EXPECTF--
-
Warning: shm_remove() expects exactly 1 parameter, 0 given in %s007.php on line %d
NULL
@@ -41,4 +40,3 @@ bool(true)
Warning: shm_remove(): supplied resource is not a valid sysvshm resource in %s007.php on line %d
bool(false)
Done
-
diff --git a/ext/sysvshm/tests/shutdown_crash_0.phpt b/ext/sysvshm/tests/shutdown_crash_0.phpt
index 8509316fa1..0f2a02dfb5 100644
--- a/ext/sysvshm/tests/shutdown_crash_0.phpt
+++ b/ext/sysvshm/tests/shutdown_crash_0.phpt
@@ -15,8 +15,6 @@ var_dump($s = shm_attach($key, 1024));
shm_remove($s);
var_dump($s = shm_attach($key, 1024));
shm_remove($s);
-
--EXPECTF--
resource(%d) of type (sysvshm)
resource(%d) of type (sysvshm)
-