summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-02-15 09:35:53 +0000
committerAntony Dovgal <tony2001@php.net>2008-02-15 09:35:53 +0000
commit2fb4ea9c4f079e8022fc2d3783142cc37415127f (patch)
tree35cda2347565a9d6529a412618ecb9623143506a /ext/standard/tests/general_functions
parent0970b9f5e9f75f901303503781b8622e14c296f8 (diff)
downloadphp-git-2fb4ea9c4f079e8022fc2d3783142cc37415127f.tar.gz
MFH
Diffstat (limited to 'ext/standard/tests/general_functions')
-rw-r--r--ext/standard/tests/general_functions/bug42272.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/bug42272.phpt b/ext/standard/tests/general_functions/bug42272.phpt
index ce5bd10fbf..8b8c248bc3 100644
--- a/ext/standard/tests/general_functions/bug42272.phpt
+++ b/ext/standard/tests/general_functions/bug42272.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #42272 var_export() incorrectly escapes char(0).
+Bug #42272 (var_export() incorrectly escapes char(0))
--FILE--
<?php
$foo = var_export("\0", true );