Style & WS fixes

This commit is contained in:
Moriyoshi Koizumi 2003-08-03 19:20:45 +00:00
parent 55f947aa13
commit fb6300dd6c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--TEST--
Bug #24635: crash on dtor calling other functions
Bug #24635 (crash on dtor calling other functions)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--FILE--

View File

@ -1,5 +1,5 @@
--TEST--
Bug #24699 Memory Leak with per-class constants
Bug #24699 (Memory Leak with per-class constants)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
--FILE--