This commit is contained in:
Marcus Boerger 2003-10-25 15:11:49 +00:00
parent 52d2f8f579
commit 6c05957aa2

View File

@ -818,6 +818,9 @@ Changes in the Zend Engine 2.0
echo __FILE__ . '(' . __LINE__ . ')' . __METHOD__;
}
}
function Test() {
echo __FILE__ . '(' . __LINE__ . ')' . __METHOD__;
}
?>
* __toString()