summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2010-11-17 15:00:51 +0000
committerJani Taskinen <jani@php.net>2010-11-17 15:00:51 +0000
commitf6fcf2e3a4b1f0b7609e7a25a588cf408072a9ad (patch)
tree62d187ec75c779c09b9c52a0ec0f1ca981ba799f
parent6d7fa61843b2a94a66d365adba658fd3a4379f46 (diff)
downloadphp-git-f6fcf2e3a4b1f0b7609e7a25a588cf408072a9ad.tar.gz
- Fix test: register_globals is gone
-rw-r--r--tests/basic/bug46313.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/basic/bug46313.phpt b/tests/basic/bug46313.phpt
index 8dc713a11c..6c1f65c935 100644
--- a/tests/basic/bug46313.phpt
+++ b/tests/basic/bug46313.phpt
@@ -22,10 +22,6 @@ Content-Type: text/plain-file2
--FILE--
<?php
var_dump($_FILES);
-var_dump($GLOBALS["o1\'file_name"]);
-var_dump($GLOBALS["o1\'file_name"] === $_FILES["o1\'file"]["name"]);
-var_dump($GLOBALS["o1\'file"]);
-var_dump($GLOBALS["o1\'file"] === $_FILES["o1\'file"]["tmp_name"]);
?>
--EXPECTF--
array(2) {
@@ -56,7 +52,3 @@ array(2) {
int(1)
}
}
-string(12) "o1\'file.png"
-bool(true)
-string(%d) "%s"
-bool(true)