1
0
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:
Ilia Alshanetsky
2003-11-29 04:47:40 +00:00
parent 575bd9e537
commit 680dd335bc

View File

@@ -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 {