diff options
Diffstat (limited to 'sapi/phpdbg/tests/watch_005.phpt')
| -rw-r--r-- | sapi/phpdbg/tests/watch_005.phpt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sapi/phpdbg/tests/watch_005.phpt b/sapi/phpdbg/tests/watch_005.phpt index d6bae9d3f3..0bd44c9a01 100644 --- a/sapi/phpdbg/tests/watch_005.phpt +++ b/sapi/phpdbg/tests/watch_005.phpt @@ -1,5 +1,11 @@ --TEST-- Test proper watch comparisons when having multiple levels of indirection from a zval to its value +--SKIPIF-- +<?php +if (PHP_INT_SIZE == 4) { + die("xfail There may be flaws in the implementation of watchpoints that cause failures"); +} +?> --PHPDBG-- b 3 r |
