diff options
-rw-r--r-- | ext/standard/tests/strings/bug22904.phpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/bug22904.phpt b/ext/standard/tests/strings/bug22904.phpt index 91772a0c8c..3c56e1a414 100644 --- a/ext/standard/tests/strings/bug22904.phpt +++ b/ext/standard/tests/strings/bug22904.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #22904 (magic mode failed for cybase with '\0') --FILE-- -<?php not active yet +<?php + /* ini_set("magic_quotes_sybase","on"); test(); @@ -26,4 +27,4 @@ g\g"\0g' } ?> --EXPECT-- -not active yet
\ No newline at end of file +not active yet |