Pull Request: https://github.com/php/web-php/pull/580
Author: kamil-tekiela

A function just to print the result of another function already exists in PHP, 
it's `echo`. So let's remove `print_link` and all unused parameters. Declare 
types to be string from bottom-up. Warning: it relies on type coercion from 
false to string just like it did before. 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to