Browse Source

Fixed typo in skipif error message

pull/2180/head
Markus Staab 10 years ago
committed by Christoph M. Becker
parent
commit
dd77116fb0
  1. 2
      tests/run-test/test008a.phpt

2
tests/run-test/test008a.phpt

@ -2,7 +2,7 @@
Error message handling (with ZendOpcache) Error message handling (with ZendOpcache)
--SKIPIF-- --SKIPIF--
<?php <?php
if (!extension_loaded("Zend Opcache")) die("skip Zend Opcache is loaded");
if (!extension_loaded("Zend Opcache")) die("skip Zend Opcache is not loaded");
?> ?>
--FILE-- --FILE--
<?php <?php

Loading…
Cancel
Save