Commit: 9664a449b43fed6eddc6a8c12ed1a61e7c69f35e Author: Adam Harvey <ahar...@php.net> Tue, 13 Oct 2015 10:55:44 -0700 Parents: 8643b11c728e92331d852e90085d7e758a2af6cc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9664a449b43fed6eddc6a8c12ed1a61e7c69f35e Log: http://php.net/callable should work. I don't know why we didn't do this earlier. Changed paths: M error.php Diff: diff --git a/error.php b/error.php index 5e221a8..1a751a4 100644 --- a/error.php +++ b/error.php @@ -256,6 +256,9 @@ $manual_page_moves = array( // Refactored 'regexp.reference' => 'regexp.introduction', + + // changed what we called a pseudo-type + 'callable' => 'callback', ); if (isset($manual_page_moves[$URI])) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php