summaryrefslogtreecommitdiff
path: root/ext/sysvshm/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvshm/tests')
-rw-r--r--ext/sysvshm/tests/001.phpt2
-rw-r--r--ext/sysvshm/tests/002.phpt2
-rw-r--r--ext/sysvshm/tests/003.phpt2
-rw-r--r--ext/sysvshm/tests/004.phpt2
-rw-r--r--ext/sysvshm/tests/005.phpt2
-rw-r--r--ext/sysvshm/tests/006.phpt2
-rw-r--r--ext/sysvshm/tests/007.phpt2
-rw-r--r--ext/sysvshm/tests/bug72858.phpt2
-rw-r--r--ext/sysvshm/tests/shutdown_crash_0.phpt2
9 files changed, 9 insertions, 9 deletions
diff --git a/ext/sysvshm/tests/001.phpt b/ext/sysvshm/tests/001.phpt
index 778b796dcc..55fd8eec1d 100644
--- a/ext/sysvshm/tests/001.phpt
+++ b/ext/sysvshm/tests/001.phpt
@@ -22,7 +22,7 @@ var_dump(ftok(__FILE__,"q"));
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Warning: ftok() expects exactly 2 parameters, 0 given in %s on line %d
NULL
diff --git a/ext/sysvshm/tests/002.phpt b/ext/sysvshm/tests/002.phpt
index b28bd0c31a..3bfb28e5c6 100644
--- a/ext/sysvshm/tests/002.phpt
+++ b/ext/sysvshm/tests/002.phpt
@@ -35,7 +35,7 @@ shm_remove($s);
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Warning: shm_attach() expects at least 1 parameter, 0 given in %s on line %d
NULL
diff --git a/ext/sysvshm/tests/003.phpt b/ext/sysvshm/tests/003.phpt
index 565c7c454e..010ac83cd3 100644
--- a/ext/sysvshm/tests/003.phpt
+++ b/ext/sysvshm/tests/003.phpt
@@ -33,7 +33,7 @@ $s = shm_attach($key);
shm_remove($s);
?>
---EXPECTF--
+--EXPECTF--
Warning: shm_detach() expects exactly 1 parameter, 0 given in %s003.php on line %d
NULL
diff --git a/ext/sysvshm/tests/004.phpt b/ext/sysvshm/tests/004.phpt
index ea931cbca2..ee64491840 100644
--- a/ext/sysvshm/tests/004.phpt
+++ b/ext/sysvshm/tests/004.phpt
@@ -25,7 +25,7 @@ shm_remove($s);
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Warning: shm_put_var() expects exactly 3 parameters, 0 given in %s004.php on line %d
NULL
diff --git a/ext/sysvshm/tests/005.phpt b/ext/sysvshm/tests/005.phpt
index 6608aba2c7..9a2fc895f6 100644
--- a/ext/sysvshm/tests/005.phpt
+++ b/ext/sysvshm/tests/005.phpt
@@ -40,7 +40,7 @@ shm_remove($s);
echo "Done\n";
?>
---EXPECTF--
+--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 a8f5064b4b..d5418f3f26 100644
--- a/ext/sysvshm/tests/006.phpt
+++ b/ext/sysvshm/tests/006.phpt
@@ -28,7 +28,7 @@ var_dump(shm_get_var($s, 1));
shm_remove($s);
echo "Done\n";
?>
---EXPECTF--
+--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 89e32e6c4f..86ac09d6c2 100644
--- a/ext/sysvshm/tests/007.phpt
+++ b/ext/sysvshm/tests/007.phpt
@@ -23,7 +23,7 @@ var_dump(shm_remove($s));
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Warning: shm_remove() expects exactly 1 parameter, 0 given in %s007.php on line %d
NULL
diff --git a/ext/sysvshm/tests/bug72858.phpt b/ext/sysvshm/tests/bug72858.phpt
index 793099f893..079c899993 100644
--- a/ext/sysvshm/tests/bug72858.phpt
+++ b/ext/sysvshm/tests/bug72858.phpt
@@ -15,6 +15,6 @@ shm_attach($v1,$v2);
?>
==DONE==
---EXPECTF--
+--EXPECTF--
Warning: shm_attach(): failed for key 0x64: Not enough space in %s on line %d
==DONE==
diff --git a/ext/sysvshm/tests/shutdown_crash_0.phpt b/ext/sysvshm/tests/shutdown_crash_0.phpt
index c547c7e859..8509316fa1 100644
--- a/ext/sysvshm/tests/shutdown_crash_0.phpt
+++ b/ext/sysvshm/tests/shutdown_crash_0.phpt
@@ -16,7 +16,7 @@ shm_remove($s);
var_dump($s = shm_attach($key, 1024));
shm_remove($s);
---EXPECTF--
+--EXPECTF--
resource(%d) of type (sysvshm)
resource(%d) of type (sysvshm)