From 3cb7d700c0fd471dd5bcd398904bcff4bbd63bde Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Wed, 7 Sep 2005 01:57:32 +0000 Subject: [PATCH] Removed the mangled name test. Names are mangled differently and are not available to php. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7412 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/php4/grouping_runme.php4 | 1 - 1 file changed, 1 deletion(-) diff --git a/SWIG/Examples/test-suite/php4/grouping_runme.php4 b/SWIG/Examples/test-suite/php4/grouping_runme.php4 index 832b3df0e..45e321fd3 100644 --- a/SWIG/Examples/test-suite/php4/grouping_runme.php4 +++ b/SWIG/Examples/test-suite/php4/grouping_runme.php4 @@ -17,7 +17,6 @@ check::set(test3,38); check::equal(38,check::get(test3),'38==get(test3) after set(test)'); check::equal(-5,negate(5),"-5==negate(5)"); -check::functionref(NEGATE,"_p_UnaryOp","NEGATE=_p_UnaryOp"); check::equal(7,do_unary(-7,NEGATE),"7=do_unary(-7,NEGATE)"); check::done();