Skip to content

Commit 11d0558

Browse files
committed
skip for ZTS
1 parent 282a665 commit 11d0558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/general_functions/debug_zval_dump_o.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test debug_zval_dump() function : working on objects
3+
--SKIPIF--
4+
<?php if (PHP_ZTS) { print "skip only for no-zts build"; }
35
--FILE--
46
<?php
57
/* Prototype: void debug_zval_dump ( mixed $variable );

0 commit comments

Comments
 (0)