summaryrefslogtreecommitdiff
path: root/Zend/tests/globals_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/globals_004.phpt')
-rw-r--r--Zend/tests/globals_004.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/globals_004.phpt b/Zend/tests/globals_004.phpt
index 0f2f7f0764..27520a220c 100644
--- a/Zend/tests/globals_004.phpt
+++ b/Zend/tests/globals_004.phpt
@@ -6,7 +6,7 @@ variables_order="egpcs"
<?php
function test() {
- include __DIR__."/globals.inc";
+ include __DIR__."/globals.inc";
}
test();
@@ -20,9 +20,9 @@ string(5) "array"
int(%d)
string(%d) "%s"
-Notice: Undefined index: PHP_SELF in %s on line %d
+Warning: Undefined array key "PHP_SELF" in %s on line %d
NULL
-Notice: Undefined variable: _SERVER in %s on line %d
+Warning: Undefined variable $_SERVER in %s on line %d
NULL
Done