mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
Added missing skip conditon.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
--TEST--
|
||||
Memory leaks occur within an overloaded method that returns a reference
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!function_exists('overload')) die('SKIP overload() not avaliable');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
class foo {
|
||||
|
||||
Reference in New Issue
Block a user