mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Disable prolebmatic test
This commit is contained in:
parent
9ff7dff10d
commit
1a13e1d4bd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
--TEST--
|
||||
ZE2 factory and singleton, test 2
|
||||
--SKIPIF--
|
||||
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
|
||||
<?php die('skip currently stucks due to destructor corruption'); if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
class test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue