Browse Source

Extend skipif check

pull/3104/head
Anatol Belski 8 years ago
parent
commit
2235da59af
  1. 1
      ext/opcache/tests/jmp_elim_001.phpt

1
ext/opcache/tests/jmp_elim_001.phpt

@ -2,6 +2,7 @@
Edge-cases in constant conditional jump elimination
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip for machines with 64-bit longs"); ?>
<?php if (!extension_loaded("json")) print "skip"; ?>
<?php require_once('skipif.inc'); ?>
--FILE--
<?php

Loading…
Cancel
Save