From e986a1f47ed301801eaef66c261604a306a42127 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 24 Dec 2004 08:24:55 +0000 Subject: "Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0 --- Zend/tests/unset_cv01.phpt | 2 +- Zend/tests/unset_cv02.phpt | 2 +- Zend/tests/unset_cv03.phpt | 2 +- Zend/tests/unset_cv04.phpt | 2 +- Zend/tests/unset_cv06.phpt | 2 +- Zend/tests/unset_cv08.phpt | 2 +- Zend/tests/unset_cv09.phpt | 2 +- Zend/tests/unset_cv10.phpt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Zend/tests') diff --git a/Zend/tests/unset_cv01.phpt b/Zend/tests/unset_cv01.phpt index 99af118d10..c7d1161325 100644 --- a/Zend/tests/unset_cv01.phpt +++ b/Zend/tests/unset_cv01.phpt @@ -10,4 +10,4 @@ echo $x; --EXPECTF-- ok -Notice: Undefined variable: x in %sunset_cv01.php on line %d +Notice: Undefined variable: x in %sunset_cv01.php on line %d diff --git a/Zend/tests/unset_cv02.phpt b/Zend/tests/unset_cv02.phpt index cb2475350c..a6a0a8d256 100644 --- a/Zend/tests/unset_cv02.phpt +++ b/Zend/tests/unset_cv02.phpt @@ -10,4 +10,4 @@ echo $x; --EXPECTF-- ok -Notice: Undefined variable: x in %sunset_cv02.php on line %d +Notice: Undefined variable: x in %sunset_cv02.php on line %d diff --git a/Zend/tests/unset_cv03.phpt b/Zend/tests/unset_cv03.phpt index 221abe2d88..874f7ea7df 100644 --- a/Zend/tests/unset_cv03.phpt +++ b/Zend/tests/unset_cv03.phpt @@ -10,4 +10,4 @@ echo $x; --EXPECTF-- ok -Notice: Undefined variable: x in %sunset_cv03.php on line %d +Notice: Undefined variable: x in %sunset_cv03.php on line %d diff --git a/Zend/tests/unset_cv04.phpt b/Zend/tests/unset_cv04.phpt index 5044cb1c8d..4267c3cb7c 100644 --- a/Zend/tests/unset_cv04.phpt +++ b/Zend/tests/unset_cv04.phpt @@ -13,4 +13,4 @@ f(); --EXPECTF-- ok -Notice: Undefined variable: x in %sunset_cv04.php on line %d +Notice: Undefined variable: x in %sunset_cv04.php on line %d diff --git a/Zend/tests/unset_cv06.phpt b/Zend/tests/unset_cv06.phpt index fd5c6886ae..c7454b8dbc 100644 --- a/Zend/tests/unset_cv06.phpt +++ b/Zend/tests/unset_cv06.phpt @@ -20,5 +20,5 @@ echo "ok\n"; 1 2 -Notice: Undefined variable: x in %sunset_cv06.php on line %d +Notice: Undefined variable: x in %sunset_cv06.php on line %d ok diff --git a/Zend/tests/unset_cv08.phpt b/Zend/tests/unset_cv08.phpt index f1b61bf827..66864081be 100644 --- a/Zend/tests/unset_cv08.phpt +++ b/Zend/tests/unset_cv08.phpt @@ -12,5 +12,5 @@ echo "ok\n"; --EXPECTF-- ok -Notice: Undefined variable: b in %sunset_cv08.php on line %d +Notice: Undefined variable: b in %sunset_cv08.php on line %d ok diff --git a/Zend/tests/unset_cv09.phpt b/Zend/tests/unset_cv09.phpt index a5407ad64e..4129446e2e 100644 --- a/Zend/tests/unset_cv09.phpt +++ b/Zend/tests/unset_cv09.phpt @@ -10,5 +10,5 @@ echo "ok\n"; --EXPECTF-- ok -Notice: Undefined variable: x in %sunset_cv09.php on line %d +Notice: Undefined variable: x in %sunset_cv09.php on line %d ok diff --git a/Zend/tests/unset_cv10.phpt b/Zend/tests/unset_cv10.phpt index 0eb41922c5..bfc03f78ef 100644 --- a/Zend/tests/unset_cv10.phpt +++ b/Zend/tests/unset_cv10.phpt @@ -14,5 +14,5 @@ echo "ok\n"; --EXPECTF-- ok -Notice: Undefined variable: x in %sunset_cv10.php on line %d +Notice: Undefined variable: x in %sunset_cv10.php on line %d ok -- cgit v1.2.1