]> granicus.if.org Git - php/commitdiff
Added missing "?>"
authorMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 3 Feb 2003 16:33:13 +0000 (16:33 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 3 Feb 2003 16:33:13 +0000 (16:33 +0000)
tests/lang/bug20175.phpt

index 7243bafda1f3d305cb256d9f9808ca53f7872a8f..55ff7d82b80b1c9e19df2ee5fa1a34e09d64b10c 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Bug #20175 (Static vars can't store ref to new instance)
 --SKIPIF--
-<?php if (version_compare(zend_version(),'2.0.0-dev','<')) die('skip ZE1 does not have static class members');
+<?php if (version_compare(zend_version(),'2.0.0-dev','<')) die('skip ZE1 does not have static class members'); ?>
 --FILE--
 <?php
 print zend_version()."\n";