From a8202c83d3bcf755159d72442a3ee9ad334cef41 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Tue, 13 Jan 2004 23:11:32 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/strings/bug26878.phpt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/standard/tests/strings/bug26878.phpt diff --git a/ext/standard/tests/strings/bug26878.phpt b/ext/standard/tests/strings/bug26878.phpt new file mode 100644 index 0000000000..602f710c83 --- /dev/null +++ b/ext/standard/tests/strings/bug26878.phpt @@ -0,0 +1,9 @@ +--TEST-- +Bug #26878 (problem with multiple references to the same variable with different types) +--FILE-- + +--EXPECT-- +Int: 0 and as string: some string -- 2.50.1