mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
Update
This commit is contained in:
parent
52d2f8f579
commit
6c05957aa2
@ -818,6 +818,9 @@ Changes in the Zend Engine 2.0
|
||||
echo __FILE__ . '(' . __LINE__ . ')' . __METHOD__;
|
||||
}
|
||||
}
|
||||
function Test() {
|
||||
echo __FILE__ . '(' . __LINE__ . ')' . __METHOD__;
|
||||
}
|
||||
?>
|
||||
|
||||
* __toString()
|
||||
|
Loading…
Reference in New Issue
Block a user