From: Johannes Schlüter Date: Tue, 20 Nov 2007 23:56:45 +0000 (+0000) Subject: - Add test X-Git-Tag: RELEASE_2_0_0a1~1324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f9d8bc0661d81fc606f31a3e49a788692cf835a;p=php - Add test --- diff --git a/Zend/tests/021.phpt b/Zend/tests/021.phpt new file mode 100644 index 0000000000..6ab7318d53 --- /dev/null +++ b/Zend/tests/021.phpt @@ -0,0 +1,35 @@ +--TEST-- +?: operator +--FILE-- + +--EXPECT-- +bool(true) +bool(true) +int(23) +string(3) "bar" +int(23) +float(23.5) +int(1) +--UEXPECT-- +bool(true) +bool(true) +int(23) +unicode(3) "bar" +int(23) +float(23.5) +int(1)