]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 1 Jul 2019 15:22:55 +0000 (17:22 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 1 Jul 2019 15:22:55 +0000 (17:22 +0200)
* PHP-7.2:
  Add missing SKIPIFs

1  2 
ext/opcache/tests/bug73789.phpt
ext/opcache/tests/bug76275.phpt
ext/opcache/tests/method_call_on_literal.phpt

index c812982f207857dd48583edb6163e0deefaf87d7,383bbbfa26faeb5f8b1525171fe32d4fc2950c4e..d5efeb403d0c41da010ec18e4de8805b5f60978f
@@@ -1,7 -1,7 +1,8 @@@
  --TEST--
  Bug #73789 (Strange behavior of class constants in switch/case block)
  --SKIPIF--
+ <?php require_once('skipif.inc'); ?>
 +<?php if (!extension_loaded('ctype')) die('skip extension ctype not loaded'); ?>
  --FILE--
  <?php
  class Lexer
index f4ecaa3eb36b43ccc3023127a99fe80fef971e39,52d69ef14c5ce1038cc806583a164e55b1acf996..0600b382f962e4e926539292b53b1470279ef73c
@@@ -4,8 -4,11 +4,10 @@@ Bug #76275: Assertion failure in file c
  opcache.enabled=1
  opcache.enable_cli=1
  opcache.file_cache={TMP}
+ --SKIPIF--
+ <?php require_once('skipif.inc'); ?>
  --FILE--
  <?php
 -
  if (PHP_VERSION_ID >= 70000) {
      echo "Done";
      return;