1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Make test run on non debug builds

This commit is contained in:
Gabriel Caruso
2018-08-05 05:05:11 -03:00
parent 61e1798c8e
commit 37245e63ca

View File

@@ -1,7 +1,5 @@
--TEST--
Bug #67468 (Segfault in highlight_file()/highlight_string())
--SKIPIF--
<?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
--FILE--
<?php
highlight_string("<?php __CLASS__;", true);