]> granicus.if.org Git - php/commitdiff
add missing SKIPIF section on test
authorMárcio Almada <marcio3w@gmail.com>
Sat, 25 Apr 2015 18:06:47 +0000 (15:06 -0300)
committerMárcio Almada <marcio3w@gmail.com>
Thu, 30 Apr 2015 06:03:29 +0000 (03:03 -0300)
ext/tokenizer/tests/bug67395.phpt

index c9b7f3012f5f49f305b4100e4f936b871c61105e..8101c81edb67bcc546e4be778b7e53677fcc0b96 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug 67395: token_name() does not return name for T_POW and T_POW_EQUAL token
+--SKIPIF--
+<?php if (!extension_loaded("tokenizer")) print "skip"; ?>
 --FILE--
 <?php