Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Aug 5, 2003
1 parent f572897 commit 8547de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Zend/tests/bug24699.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Bug #24699 (Memory Leak with per-class constants)
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--FILE--
<?php
<?
class TEST { const FOO = SEEK_CUR; };
class TEST2 { const FOO = 1; };
class TEST3 { const FOO = PHP_VERSION; };
Expand Down

0 comments on commit 8547de3

Please sign in to comment.